X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/blobdiff_plain/26af6789798f083551cbc309801819a34e38cda0..5e02cf4469b54ab840378d8830db7bdb28ef46ea:/CHANGES diff --git a/CHANGES b/CHANGES index 20dc779..8007e7d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,154 @@ No release numbers ------------------ + - Fri Jun 2 23:27:28 UTC 2000 + - Cleaned up aim_send_login slightly + - Added aimicq_encode_password to support the new hash + values required for logging in with ICQ + - Removed crash when email and/or reg status aren't + in the auth response (they're not in ICQ responses) + - So now as long as you specify a client version of + 4.30.3141 in the client info, and your ICQ number + as your screen name, you can login to ICQ via libfaim + and use it just like an AIM account. + - Added AIM_CB_SPECIAL_CONNERR callback for recieving + messages such as disconnect reasonses ("you logged + on from a different machine", etc). + - Added faimtest's userinfo handler to support away messages + + - Fri Jun 2 15:57:27 UTC 2000 + - Add creation time, maxmsglen, and various unknowns to chat info + update callback. + - Remove 'nothing works yet' comment from top of aim_chat.c (it works!) + + - Wed May 31 01:17:24 UTC 2000 + - Added constants for message sizes (MAXMSGLEN, MAXCHATMSGLEN) + - Note that the new max message size is defined as 7988bytes, + drastically larger than WinAIM lets you put out. This is a + libfaim-exclusive feature :) + - Reduced base buffer size on aim_send_im() + + - Tue May 30 22:32:31 UTC 2000 + - Added lock around tx seqnum to prevent that race when transmitting + from diverse threads. (actually committed earlier today) + - Added aim_meta.c and a few constants and things to keep + track of "releases". + - Added mkbuildinfo.sh to automatically update build string + "constants" on every invocation of 'make all'. + + - Mon May 29 12:08:28 GMT 2000 + - Rearranged aim_tx_flushqueue(); moved write operation + to aim_tx_sendframe() + - Turned aim_tx_enqueue() into a macro that calls sess->tx_enqueue, + a function pointer to whatever you want to use to enqueue + things for transmition (or not) + - Old aim_tx_enqueue becomes aim_tx_enqueue__queuebased. Added + aim_tx_enqueue__immediate for doing immediate writes. Default + is to use queue-based procedure. + - Cleaned up parts of aim_conn.c + - Added locking around the sockets themselves. Should allow + for full cross-thread usage. + - Unfortunatly, only pthreads are supported at this time. + If you don't have pthreads on your arch, implement the + macros your arch needs and send me a patch. (A SysV + semaphore implementation would be trivial, as would a + simple integer-based lock.) + + - Sun May 21 14:59:20 GMT 2000 + - Added infotype parameter to aim_getinfo() for requesting + different types of messages. AIM_GETINFO_GENERALINFO + will get you the normal stuff, AIM_GETINFO_AWAYMESSAGE + will get the normal stuff, with the profile replaced with + the user's away message. Also, the callback adds an + unsigned short to the end to give you the value that + was originally passed to the request. + - There were a few server-pertinent changes that didn't get + documented from last month. I have no idea what they were. + + - Sun Apr 2 07:29:11 UTC 2000 + - Redid much of the tx path to remove the superfluous copy. But + it touches every function that transmits. Its been a long + time in coming. + - Added caps parameter to aim_bos_setprofile(). You can now + control what capabilties you show up as others to + - Added ->capabilities to userinfo. It should be nonzero when + its coming off buddy oncoming information, but NOT requested + user info. + + - Sun Apr 2 01:45:15 UTC 2000 + - Increased AIM_CONN_MAX from 5 to 7. Precausionary only + - Removed deprecated TIS_TELNET_PROXY from faim/faimconfig.h + - Added macros for the simple integer functions in aim_util.c + - Removed usage of aim_failsaferead() + - Still not sure why I had it to begin with. I think it + was a remament from when we used non-blocking sockets + (which I don't know why I did either) + - Removed some of the oddities in aim_get_command() + - gprof showed this taking 20kns on my k6-300. Should be faster now. + - Added conn parameter. This should prevent aim_select() from + getting called too many times in a row. + + - Thu Mar 23 08:45:40 UTC 2000 + - Removed aim_countconn() > 0 check in aim_select(), its logically redundent + - Added aim_putuserinfo() (inverse of aim_extractuserinfo()) + - Added aim_sendbuddyoncoming/offgoing() + - Rearranged loop in rxdispatch() + - Remove aim_conn_close() if connections dead in aim_get_command() + + - Thu Mar 23 00:44:32 UTC 2000 + - Added a check to purge_rxqueue to skip handled commands + + - Mon Mar 20 05:30:59 UTC 2000 + - Added some server-only functions for login + - Added aim_counttlvchain() + - Added aim_sncmp() and aim_snlen() + + - Sun Mar 19 06:07:52 UTC 2000 + - Added a parameter to aim_select to return event type + - REQUIRES CLIENT CHANGES. + - For the most part rewrote the tx and rx queuing code + - Should fix many, many outstanding problems in and related + to that code, including one that keeps memory from freeing + - Fixed several bugs in various places + - Reformated a lot of code, and did general cleanups + - Should have a generally more robust lib now. + + - Sun Mar 12 00:07:40 UTC 2000 + - Fixed a robustness problem in aim_handleredirect_middle() + - Added TLV chain creation routines (yes, aimd is progressing) + + - Mon Jan 3 04:07:55 UTC 2000 + - Fixed bug in aim_snac.c + - Fixed condition where commands read from connections that have + been closed were still left in the queue. Now cancelled. + - Added some printfs to aim_info to get more informative crahes + - Fixed a bug in aim_rxqueue::purge + + - Sun Jan 2 10:31:19 UTC 2000 + - Cleanups in aim_info.c + - Can compile with -Ddebug=100 again + - Implemented chat: Joining/Leaving, info parsing, IM parsing/sending + - Implemented some chatnav: rights req/parsing, room creation + + - Thu Dec 30 10:08:42 UTC 1999 + - Fixed bug in aim_im.c when (encoding == NULL) || (lang == NULL) + - Added detection of voice chat requests + - Added AIM_CLASS_* defines, including new Away flag + - Added awaymsg parameter to bos_setprofile. + - If awaymsg is nonnull, you will be advertised as being away (your + class will be ORed with AIM_CLASS_AWAY), otherwise you'll show + up normal. + + - Wed Dec 29 10:06:35 UTC 1999 + - Fixed small bug in IM parser + - Added stubs for the capability TLVs in userinfo. + - Wed Dec 29 09:14:45 UTC 1999 - - Added a capability block to aim_bos_setprofile. Can now get chat invites again. + - Added a capability block to aim_bos_setprofile. Can now get chat + invites again. - Extended ICBM parser to support channel 2 messages (chat invites) - - A channel parameter has been prepended to the varargs -- REQUIRES CLIENT CHANGES. + - A channel parameter has been prepended to the varargs -- REQUIRES + CLIENT CHANGES. - Extended faimtest to support chat invites. - Changed faimtest to get sn/password from environment