view STATUS @ 1030:38452403563b

[gaim-migrate @ 1040] updating the buddy list to work better with multiple connections. there are still a bunch of things fucked up with this but i wanted more people to start working on it than just me, especially since i won't be here this weekend. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 27 Oct 2000 07:53:32 +0000
parents b8a819390499
children daad2440a642
line wrap: on
line source

STATUS of GAIM CVS tree. Last modified $Date: 2000-10-27 03:53:32 -0400 (Fri, 27 Oct 2000) $ by $Author: warmenhoven $.

This file is meant to provide gaim users who use the CVS version to see whether
they actually want to compile what they just checked out. Gaim CVS is usually
relatively stable (we use it all the time), but has tendencies to be quirky at
times.


OVERALL
=======

The current CVS tree is completely broken. You can still use it to sign in and
converse with users as normal. If you only have one account signed in then all
of the old functions still work perfectly (or as well as they did before The
Change (multiple connections)).

There are a lot of things that are probably going to be very buggy over the
next month or so. Please bear with us.


MULTIPLE CONNECTIONS
====================

I'm impressed that this is working. It took a major restructuring of the
internals of gaim. Everything had been based around one connection, and that
connection used one protocol or the other. Now, there are many connections, and
each connection may be using a different protocol. Most of the functionality is
complete but the UI hasn't been updated to reflect all of the different users.
This change isn't going to be complete for quite some time so just bear with us
as we try to get things operational again.


BUDDY LIST
==========

The buddy list is completely fucked up. It needs to be heavily modified to be
able to support The Change. It is currently in the process of being changed,
and so will probably act very bizarrely. It should still be mostly usable, but
don't try to edit your buddy list.


TOC
===

TOC is working reasonably well.


Oscar
=====

Oscar is working reasonably well. Please see gaim/libfaim/README.gaim for more
details on Oscar.


Applet
======

The applet made a comeback sooner than I expected, mostly because I got chat
working. (This means that I'll be using current CVS as my "permanent" gaim,
and I prefer having gaim as an applet.) Anyway, the UI is still shakey (as is
the rest of gaim) but it is at least functional now.


Plugins
=======

The plugin system is mostly up and running again, with multi-connectivity added in
appropriate places. There may still be some bugginess and it lacks some features
that I want to add, but at least it's mostly working again.

Perl
====

Perl doesn't work at all right now. You can still load and unload perl scripts, but
they won't be able to do very much, unfortunately. I'll get it sorted out as soon as
I figure out how to :-P