comparison libfaim/README.gaim @ 258:1eeece1c7b7b

[gaim-migrate @ 268] Small changes to chat. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 24 May 2000 10:07:01 +0000
parents 7615d22ad227
children 59f1748b09a6
comparison
equal deleted inserted replaced
257:a93e273ca1d6 258:1eeece1c7b7b
22 working better soon (please help!). 22 working better soon (please help!).
23 23
24 CURRENTLY SUPPORTED FEATURES 24 CURRENTLY SUPPORTED FEATURES
25 ============================ 25 ============================
26 Signing on 26 Signing on
27 Receiving IMs
27 Sending IMs 28 Sending IMs
28 Receiving IMs 29 Being idle
29 Being away/coming back 30 Being away/coming back
30 Being idle
31 Setting your info 31 Setting your info
32 Getting users' info 32 Getting users' info
33 Chat:
34 - joining rooms
35 - leaving rooms
36 - talking
37 - getting invited
38 - inviting someone
33 Getting users' away messages (PLEASE do not use oscar/libfaim just because of 39 Getting users' away messages (PLEASE do not use oscar/libfaim just because of
34 this, gaim with libfaim is still really buggy, none of you will listen 40 this, gaim with libfaim is still really buggy, none of you will listen
35 to me anyway) 41 to me anyway)
36 Chat:
37 - joining rooms
38 - leaving rooms
39 - getting invited
40 - talking
41 Telling the server who's on your permit/deny lists 42 Telling the server who's on your permit/deny lists
42 43
43 CURRENTLY UNSUPPORTED FEATURES 44 CURRENTLY UNSUPPORTED FEATURES
44 ============================== 45 ==============================
45 Warning users/getting warned 46 Warning users/getting warned
46 Chat: 47 Chat:
47 - whispering 48 - whispering
48 - refreshing the chatlist in the preferences dialog 49 - refreshing the chatlist in the preferences dialog
49 - inviting someone
50 Getting/setting dir info 50 Getting/setting dir info
51 Changing your password 51 Changing your password
52 File transfer/IM images/voice chat/etc. 52 File transfer/IM images/voice chat/etc.
53 53
54 KNOWN ISSUES 54 KNOWN ISSUES
64 marked in aim.c) 64 marked in aim.c)
65 65
66 - There are a lot of problems with panel support (funny that I'm supporting the 66 - 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). 67 panel code, and the oscar code I wrote doesn't work well with it).
68 68
69 - 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.
71
69 - Oh, yeah, by the way, it'll eat up all your CPU. (Someone please fix this, 72 - Oh, yeah, by the way, it'll eat up all your CPU. (Someone please fix this,
70 there's a nice FIXME near the top of oscar.c that says what the problem is.) 73 there's a nice FIXME near the top of oscar.c that says what the problem is.)
71 74
72 - There are also FIXME's scattered about oscar.c. Grep around for those, figure 75 - There are also FIXME's scattered about oscar.c. Grep around for those, figure
73 out what needs to be fixed, do that sort of thing. :) (Fixing the things listed 76 out what needs to be fixed, do that sort of thing. :) (Fixing the things listed