comparison libfaim/README.gaim @ 707:668b4d544afe

[gaim-migrate @ 717] la la la. libfaim changes, this time all of it was me. removed the permit/deny stuff, it was waaaaaay too buggy. also made it so aim_conn_kill closed the connection too. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 17 Aug 2000 08:06:23 +0000
parents 71b2477033cb
children b967d21d7482
comparison
equal deleted inserted replaced
706:a9758452f3c4 707:668b4d544afe
13 included with the libfaim source on sourceforge) with the Gaim GTK front-end. 13 included with the libfaim source on sourceforge) with the Gaim GTK front-end.
14 So far the changes to libfaim that I've made are: 14 So far the changes to libfaim that I've made are:
15 - remove mkbuildinfo.sh and put the #defines it creates into Makefile.am 15 - remove mkbuildinfo.sh and put the #defines it creates into Makefile.am
16 - fix a typo in aim.h - "aim_directim_initiate", not "aim_directim_intiate" 16 - fix a typo in aim.h - "aim_directim_initiate", not "aim_directim_intiate"
17 - add #if HAVE_GETADDRINFO in aim_ft.c for Solaris people 17 - add #if HAVE_GETADDRINFO in aim_ft.c for Solaris people
18 - aim_conn_kill wasn't close()'ing connections, so I added that
18 19
19 And finally, a word of warning. Gaim/Faim is VERY buggy. Please, don't use this 20 And finally, a word of warning. Gaim/Faim is VERY buggy. Please, don't use this
20 for anything other than laughs right now. Hopefully we'll get it working better 21 for anything other than laughs right now. Hopefully we'll get it working better
21 soon (please help!). 22 soon (please help!).
22 23
40 Being idle 41 Being idle
41 Being away/coming back 42 Being away/coming back
42 Setting your info 43 Setting your info
43 Getting users' info 44 Getting users' info
44 Getting users' away messages 45 Getting users' away messages
45 Telling the server who's on your permit/deny lists
46 Chat: 46 Chat:
47 - joining rooms 47 - joining rooms
48 - leaving rooms 48 - leaving rooms
49 - talking 49 - talking
50 - inviting someone 50 - inviting someone
53 ICQ!!! (Use your UIN instead of your SN to sign on) 53 ICQ!!! (Use your UIN instead of your SN to sign on)
54 Direct IM (aka IM Image, for sounds and pictures) 54 Direct IM (aka IM Image, for sounds and pictures)
55 55
56 CURRENTLY UNSUPPORTED FEATURES 56 CURRENTLY UNSUPPORTED FEATURES
57 ============================== 57 ==============================
58 Telling the server who's on your permit/deny lists
58 Warning users/getting warned 59 Warning users/getting warned
59 Chat: 60 Chat:
60 - whispering (this will never happen) 61 - whispering (this will never happen)
61 Getting/setting dir info 62 Getting/setting dir info
62 Changing your password 63 Changing your password
67 KNOWN ISSUES 68 KNOWN ISSUES
68 ============ 69 ============
69 - Oscar doesn't do whispering in chat rooms any more (and hasn't for quite a 70 - 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 while, evidently). So if you want to "whisper" to someone, just IM them.
71 72
72 - The permit/deny list stuff is really warped. I'm probably going to comment it 73 - The permit/deny list stuff is really warped. I've commented it out; the code
73 out soon and try to figure out what's going on. 74 in libfaim is untested and it's causing way too many problems.
74 75
75 - "Allow anyone" and "Deny some" serve the same function. That's not a bug. But 76 - "Allow anyone" and "Deny some" serve the same function. That's not a bug. But
76 "Allow anyone" works all the time (?) and "Deny some" doesn't work some of the 77 "Allow anyone" works all the time (?) and "Deny some" doesn't work some of the
77 time. That's a bug. 78 time. That's a bug.
78 79