comparison libfaim/README.gaim @ 771:72e556f6b99d

[gaim-migrate @ 781] libfaim gets warnings, and other minor changes committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 28 Aug 2000 05:07:43 +0000
parents 93f4221b4446
children aefd5f2b1ea0
comparison
equal deleted inserted replaced
770:172c5cf98dfa 771:72e556f6b99d
12 when you enable oscar is basically faimtest (the very instructional program 12 when you enable oscar is basically faimtest (the very instructional program
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 - add #if HAVE_GETADDRINFO in aim_ft.c for Solaris people 16 - add #if HAVE_GETADDRINFO in aim_ft.c for Solaris people
17 - aim_tlv.c: deleted a printf
18 - aim_snac.c: in aim_remsnac, default cur to NULL, to avoid segfault
17 19
18 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
19 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
20 soon (please help!). 22 soon (please help!).
21 23
39 Being idle 41 Being idle
40 Being away/coming back 42 Being away/coming back
41 Setting your info 43 Setting your info
42 Getting users' info 44 Getting users' info
43 Getting users' away messages 45 Getting users' away messages
46 Warning users/getting warned
44 Chat: 47 Chat:
45 - joining rooms 48 - joining rooms
46 - leaving rooms 49 - leaving rooms
47 - talking 50 - talking
48 - inviting someone 51 - inviting someone
51 Direct IM (aka IM Image, for sounds and pictures) 54 Direct IM (aka IM Image, for sounds and pictures)
52 55
53 CURRENTLY UNSUPPORTED FEATURES 56 CURRENTLY UNSUPPORTED FEATURES
54 ============================== 57 ==============================
55 Telling the server who's on your permit/deny lists 58 Telling the server who's on your permit/deny lists
56 Warning users/getting warned
57 Chat: 59 Chat:
58 - whispering (this will never happen) 60 - whispering (this will never happen)
59 - creating rooms (needed to join empty rooms) 61 - creating rooms (needed to join empty rooms)
60 Getting/setting dir info 62 Getting/setting dir info
61 Changing your password 63 Changing your password
77 been. 79 been.
78 80
79 - What *is* protocol-dependent about the RVOUS stuff is that only Oscar can 81 - What *is* protocol-dependent about the RVOUS stuff is that only Oscar can
80 request RVOUS actions, though both can receive them. 82 request RVOUS actions, though both can receive them.
81 83
82 - Warnings and Dir Info are not in libfaim yet, and so are not in Gaim/Faim yet. 84 - Dir Info is not in libfaim yet, and so is not in Gaim/Faim yet.
85
86 - Warnings are there now. Yes, I know it says the wrong value.
83 87
84 - There are also FIXME's scattered about gaim. Grep around for those, figure 88 - There are also FIXME's scattered about gaim. Grep around for those, figure
85 out what needs to be fixed, do that sort of thing. :) (Fixing the things listed 89 out what needs to be fixed, do that sort of thing. :) (Fixing the things listed
86 in KNOWN ISSUES above, or any other bugs you happen to find, is a very good use 90 in KNOWN ISSUES above, or any other bugs you happen to find, is a very good use
87 of your time.) (You didn't hear that from me.) 91 of your time.) (You didn't hear that from me.)