Mercurial > pidgin.yaz
annotate libfaim/BUGS @ 1466:1a24237f5865
[gaim-migrate @ 1476]
jabber got chat and handles "not acceptable" JIDs better (e.g. you can sign on as "warmenhoven" or "warmenhoven@jabber.com" or "warmenhoven@jabber.com/GAIM", and all three act the exact same). also started to rewrite get file for TOC, but only got far enough that AIM aborts the transfer and gaim handles the stopped transfer gracefully (AIM doesn't segfault; it just doesn't do what I expect it to). other doc updates.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 03 Feb 2001 13:30:57 +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() |