]> andersk Git - libfaim.git/blobdiff - CHANGES
More pieces of the session update.
[libfaim.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 48f7ae0f503911adf5d46c2ee800afa05cebc8f5..5f1f7b099ee712b32e3f88a5814e9c50ebcb96ea 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,42 @@
 
 No release numbers
 ------------------
+ - Sun Dec 26 22:59:10 UTC 1999
+   - Renamed login_phase1_struct to aim_login_struct
+   - Changed cookie and sn to be static arrays in aim_login_struct
+   - Integrated the Jabber-faim changes.  (temas)  [BIG CLIENT CHANGES]
+     - Added aim_session_t, removed all global variables
+     - Changed all functions to accept a session pointer
+     - Removed aim_global.c
+     - Updated faimtest to use an aim_session_t.
+     - Removed all cases where logininfo was passed as vararg to client
+   - Fixed small bug in aim_newconn's 'fixing' of host:port addresses
+   - Added an install rule to the makefile (installs headers+so only!)
+   - Enabled USE_SNAC_FOR_IMS by default, assuming it got fixed
+       by n's new aim_snac.c from ages ago
+   - Implemented a middle handler for 0004/0001 message errors, added
+       snacid lookup to get illfated destination SN and pass to client
+   - Implemented a short middle handler for offgoing buddy.
+
+ - Fri Dec 24 21:30:06 UTC 1999
+   - Added an error-counting Read() that has been sitting in my inbox
+   - Cleaned up header files, created aim_cbtypes.h.
+   - Added void * to aim_conn_t for private client use if they want. (Orb)
+   - Removed all stderr output.  All output is important, and goes to stdout.
+   - Renamed isautoresponse in IM parser to icbmflags.
+   - Added Orb's fix for the new login code, deleted old (see Orb, I do read
+       your mail....eventually).
+   - Added mailing lists to README.
+
+ - Fri Dec 24 11:12:34 UTC 1999
+   - Cleaned up both outgoing and incoming ICBM handling.  Anything
+       that crashes around there is no longer libfaims fault!
+       - The encoding flags are now passed up to the client.
+   - Added several TLV routines to parse large blocks of continuous
+       TLV triplets.  Not terribly effecient, but quite elegent in usage.
+   - Added icbm_setparams() back in from way-back-long-ago.  It hasn't
+       been implemented in a long time, but I think we should still send it.
+
  - Fri Dec 24 01:23:06 UTC 1999
    - Fixed a very minor bug in aim_newconn().
    - Added aimutil_get{16,32}()
This page took 0.456089 seconds and 4 git commands to generate.