comparison libfaim/README.gaim @ 265:59f1748b09a6

[gaim-migrate @ 275] Logging in works properly for Oscar now. Let's hope I didn't break the TOC side of things. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 May 2000 08:09:03 +0000
parents 1eeece1c7b7b
children cfa39d39dec6
comparison
equal deleted inserted replaced
264:ced25773243c 265:59f1748b09a6
55 ============ 55 ============
56 - libfaim apparently has a problem with receiving messages too fast (sort of). 56 - libfaim apparently has a problem with receiving messages too fast (sort of).
57 You can receive more messages in less time with TOC than with libfaim. It's not 57 You can receive more messages in less time with TOC than with libfaim. It's not
58 completely libfaim's fault though. 58 completely libfaim's fault though.
59 59
60 - It's possible that if the server negotiations don't happen fast enough, it'll
61 look like you're trying to sign in twice (and in fact you will be). It doesn't
62 seem to negatively affect anything, but it will when people start using it. (I
63 think this may actually be related to the auto_recon plugin.) (FIXME for this is
64 marked in aim.c)
65
66 - There are a lot of problems with panel support (funny that I'm supporting the 60 - There are a lot of problems with panel support (funny that I'm supporting the
67 panel code, and the oscar code I wrote doesn't work well with it). 61 panel code, and the oscar code I wrote doesn't work well with it). I think this
62 is related to oscar_callback being funny.
68 63
69 - Oscar doesn't do whispering in chat rooms any more (and hasn't for quite a 64 - Oscar doesn't do whispering in chat rooms any more (and hasn't for quite a
70 while, evidently). So if you want to "whisper" to someone, just IM them. 65 while, evidently). So if you want to "whisper" to someone, just IM them.
71 66
72 - Oh, yeah, by the way, it'll eat up all your CPU. (Someone please fix this, 67 - Oh, yeah, by the way, it'll eat up all your CPU. (Someone please fix this,