Mon, 06 Aug 2001 18:22:59 +0000
[gaim-migrate @ 2136]
i've only tested this on two icons that didn't need scaling but they both worked. I figure if anyone has any problems they'll at least submit a bug report.
| 2086 | 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 | |
| 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() |