view STATUS @ 966:f7886476f9d9

[gaim-migrate @ 976] yay, the applet works again (mostly) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 10 Oct 2000 10:35:05 +0000
parents fa681641643d
children 388ac74f4212
line wrap: on
line source

STATUS of GAIM CVS tree. Last modified $Date: 2000-10-10 06:35:05 -0400 (Tue, 10 Oct 2000) $ by $Author: warmenhoven $.

This file is meant to provide gaim users who use the CVS version to see whether
the 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. But logging in as only one user makes it work as
it always did.

This may be changed, but here's how the buddy list cache currently works. When
you sign on it imports the list from the name you sign on as. When the list is
saved, it is saved to all of the signed on users. This means that when you sign
on two or more names at once their lists will be merged.


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/Perl
============

The current plugin/perl system is in complete disarray as things are being
totally restructured inside gaim, in hopes of adding a more powerful plugin
system (one that can hopefully support Protocol Plugins (see PRPL comments)).
While The Change is taking place, most plugins won't compile (and we have set
all plugins in gaim/plugins not to compile by default). However, ones that have
been previously compiled may or may not work. The only way to know is to load
the plugin and test it.