Mercurial > pidgin.yaz
annotate STATUS @ 1058:4927ce25d8cc
[gaim-migrate @ 1068]
idle times for single connections; deleting an account signs it off if need be
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 03 Nov 2000 20:23:38 +0000 |
parents | daad2440a642 |
children | a761951579b9 |
rev | line source |
---|---|
1038
daad2440a642
[gaim-migrate @ 1048]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1030
diff
changeset
|
1 STATUS of GAIM CVS tree. Last modified $Date: 2000-10-31 05:49:53 -0500 (Tue, 31 Oct 2000) $ by $Author: warmenhoven $. |
960 | 2 |
3 This file is meant to provide gaim users who use the CVS version to see whether | |
996
388ac74f4212
[gaim-migrate @ 1006]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
966
diff
changeset
|
4 they actually want to compile what they just checked out. Gaim CVS is usually |
960 | 5 relatively stable (we use it all the time), but has tendencies to be quirky at |
6 times. | |
7 | |
8 | |
9 OVERALL | |
10 ======= | |
11 | |
12 The current CVS tree is completely broken. You can still use it to sign in and | |
13 converse with users as normal. If you only have one account signed in then all | |
14 of the old functions still work perfectly (or as well as they did before The | |
15 Change (multiple connections)). | |
16 | |
17 There are a lot of things that are probably going to be very buggy over the | |
18 next month or so. Please bear with us. | |
19 | |
20 | |
21 MULTIPLE CONNECTIONS | |
22 ==================== | |
23 | |
24 I'm impressed that this is working. It took a major restructuring of the | |
25 internals of gaim. Everything had been based around one connection, and that | |
26 connection used one protocol or the other. Now, there are many connections, and | |
27 each connection may be using a different protocol. Most of the functionality is | |
28 complete but the UI hasn't been updated to reflect all of the different users. | |
29 This change isn't going to be complete for quite some time so just bear with us | |
30 as we try to get things operational again. | |
31 | |
32 | |
33 BUDDY LIST | |
34 ========== | |
35 | |
36 The buddy list is completely fucked up. It needs to be heavily modified to be | |
1030
38452403563b
[gaim-migrate @ 1040]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1001
diff
changeset
|
37 able to support The Change. It is currently in the process of being changed, |
38452403563b
[gaim-migrate @ 1040]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1001
diff
changeset
|
38 and so will probably act very bizarrely. It should still be mostly usable, but |
38452403563b
[gaim-migrate @ 1040]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1001
diff
changeset
|
39 don't try to edit your buddy list. |
960 | 40 |
41 | |
42 TOC | |
43 === | |
44 | |
45 TOC is working reasonably well. | |
46 | |
47 | |
48 Oscar | |
49 ===== | |
50 | |
51 Oscar is working reasonably well. Please see gaim/libfaim/README.gaim for more | |
52 details on Oscar. | |
53 | |
54 | |
55 Applet | |
56 ====== | |
57 | |
966
f7886476f9d9
[gaim-migrate @ 976]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
960
diff
changeset
|
58 The applet made a comeback sooner than I expected, mostly because I got chat |
f7886476f9d9
[gaim-migrate @ 976]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
960
diff
changeset
|
59 working. (This means that I'll be using current CVS as my "permanent" gaim, |
f7886476f9d9
[gaim-migrate @ 976]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
960
diff
changeset
|
60 and I prefer having gaim as an applet.) Anyway, the UI is still shakey (as is |
f7886476f9d9
[gaim-migrate @ 976]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
960
diff
changeset
|
61 the rest of gaim) but it is at least functional now. |
960 | 62 |
63 | |
1001
b8a819390499
[gaim-migrate @ 1011]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
996
diff
changeset
|
64 Plugins |
b8a819390499
[gaim-migrate @ 1011]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
996
diff
changeset
|
65 ======= |
b8a819390499
[gaim-migrate @ 1011]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
996
diff
changeset
|
66 |
1038
daad2440a642
[gaim-migrate @ 1048]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1030
diff
changeset
|
67 Plugins are more or less done. There may be some back-end reworking, but if you |
daad2440a642
[gaim-migrate @ 1048]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1030
diff
changeset
|
68 want to start porting plugins from 0.10 to 0.11 then now's a good time to start |
daad2440a642
[gaim-migrate @ 1048]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1030
diff
changeset
|
69 that. I don't think it's going to change much (if at all). |
daad2440a642
[gaim-migrate @ 1048]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1030
diff
changeset
|
70 |
960 | 71 |
1001
b8a819390499
[gaim-migrate @ 1011]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
996
diff
changeset
|
72 Perl |
b8a819390499
[gaim-migrate @ 1011]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
996
diff
changeset
|
73 ==== |
b8a819390499
[gaim-migrate @ 1011]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
996
diff
changeset
|
74 |
b8a819390499
[gaim-migrate @ 1011]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
996
diff
changeset
|
75 Perl doesn't work at all right now. You can still load and unload perl scripts, but |
b8a819390499
[gaim-migrate @ 1011]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
996
diff
changeset
|
76 they won't be able to do very much, unfortunately. I'll get it sorted out as soon as |
b8a819390499
[gaim-migrate @ 1011]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
996
diff
changeset
|
77 I figure out how to :-P |