Mercurial > pidgin.yaz
annotate libfaim/BUGS @ 243:3414ff74cb0f
[gaim-migrate @ 253]
Sat May 20 09:56:16 UTC 2000 EWarmenhoven
- That 2 second delay in updates is gone, and I think it's actually
faster than the TOC code now.
- I figured out why it was segfaulting. I'm stupid sometimes.
- I figured out why the idle times were appearing bizarrely. Once
again, I'm stupid sometimes.
- You can now be idle
- You can now get a user's info (sort of - use the debug window) (still
no away messages though....)
- You can now be away
- You can now set your info (but not your dir info - yet)
- I think it's almost at a point where it's ready for use.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 20 May 2000 10:03:16 +0000 |
parents | 6ced2f1c8b24 |
children |
rev | line source |
---|---|
2 | 1 |
2 aim.h | |
3 ----- | |
4 - Needs a bit of cleaning | |
5 | |
6 aim_auth.c | |
7 ---------- | |
8 - Login doesn't take advantage of aim_conn constructs where it could | |
9 - Login should allow for multiple BOS connections | |
10 | |
11 aim_chat.c | |
12 ---------- | |
13 - Needs to be implemented. | |
14 | |
15 aim_chatnav.c | |
16 ------------- | |
17 - Needs to be implemented. | |
18 | |
19 aim_conn.c | |
20 ---------- | |
21 - Does not work with proxies. | |
22 | |
23 aim_search.c | |
24 ------------ | |
25 - Still need aim_usersearch_name() | |
26 | |
27 aim_snac.c | |
28 ---------- | |
29 - Should implement better SNAC handling | |
237 | 30 |
31 aim_tlv.c | |
32 --------- | |
33 - Newer TLV bulk-read routines most likely have leakage somewhere. | |
34 | |
35 aim_rxhandlers.c | |
36 ---------------- | |
37 - Need a better solution than sleep() |