]> andersk Git - libfaim.git/blobdiff - CHANGES
- Sat Jun 24 00:44:24 UTC 2000
[libfaim.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 62ae094605727f8a5256f342ebbfc1fd1a1e165b..9a47d4a39760ddb422f64dcd87f717caa8354f53 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,33 @@
 
 No release numbers
 ------------------
+ - Sat Jun 24 00:44:24 UTC 2000
+   - Support zero-type TLVs in aim_extractinfo()
+     - AOL now ocassionally throws extra zeros in so in order to break
+         clients.  Aparently zero-type TLVs are a special case -- if the
+         type is zero, then _there is no length_ field.  AOL are geniuses.
+     - Note that you only get these if you send a bad client string, such
+         as the top one in faimtest.  If you #if 0 that one out and use the
+         second one, you'll be fine.  (Unless you just want to see the message
+         for yourself.  Its nifty. (FREE!))
+   - ICBM parser now uses aim_extractuserinfo() so that it can benefit
+       from the above changes, as well as clean up the whole "is it the 
+       first or the second one of this type?" issue
+     - This also fixes the changes AOL made in away messages.
+   = Fixed a possible buffer overflow when AOL changes the max sn length
+   - Increased MAXSNLEN to 32 (they appear to be valid)
+     - If you start getting messages from someone called "AOL Instant
+        Messenger", see comment one, paragraph two.
+   - aim_select() now returns a -1 if there are no connections open
+   - Connections are now killed completely if there is a major error on them
+   - faimtest now calls aim_logoff() on connection error
+
+ - Fri Jun 23 22:38:47 UTC 2000
+   - Adds start of adverts support
+   - Adds aim_bos_nop().  You may want to send this occassionally
+   - Fixes aim_rxhandlers.c to work for people with three-letter
+       screen names
+
  - The week prior to Fri Jun 16 19:37:09 UTC 2000
    - Rethought the rendezvous stuff.  DEFINIT WORK IN PROGRESS
      - Do not bother trying to use this.  This will probably break
This page took 0.162873 seconds and 4 git commands to generate.