]> andersk Git - libfaim.git/blobdiff - CHANGES
- Sat Sep 8 17:07:09 PDT 2001
[libfaim.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 10bfd15cf6feff5abce322ad753c63bdd0f8da7d..495037b7beddc9f931e313bda11866fbb1b4c285 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,37 @@
 
 No release numbers
 ------------------
+ - Sat Sep  8 17:07:09 PDT 2001
+  - Fix directim so you can do it more than once without crashing.
+   - This removes the connect/disconnect callbacks.  They were pointless, as
+       you can get the same information at a better spot by looking for when
+       aim_getcommand returns -1, just like is done for FLAP connections.
+   - (This was causing aim_conn_kill to be called twice for the same connect,
+       once in the client callback, and once more when aim_getcommand returned
+       the -1).
+  - Add aim_conn_(close|kill)_rend().  This is for destroying the cookie and
+     the internal data sections in one spot.
+  - Fix a bug in aim_connrst (and hence aim_logout()) that caused intdata/priv
+     to not be freed in those cases.  Evil.
+
+ - Sat Sep  8 07:32:27 PDT 2001
+  - Clean up ft.c slightly.  Direct IM now works.  In both directions.
+   - This could still use a lot more help.  It should use bstreams more.
+
+ - Sat Sep  8 00:55:46 PDT 2001
+  - Chatnav loop fix. (Err. I shouldn't code when I'm that tired.)
+  - Remove some things from BUGS
+  - Remove USE_MACROS from faimconfig.h.  Not used, and frivelous when it was.
+
+ - Fri Sep  7 21:18:51 PDT 2001
+  - Make icon field names uniform
+  - Add AIM_IMFLAGS_CUSTOMFEATURES.  This allows the client to send/recieve
+     the field in IMs that show client information.
+    - This can be used to identify other open source OSCAR clients, if any
+        one is interested.
+  - Increase the size of args->icbmflags to 32bits
+  - Make sure that extended-only flags are not set for aim_send_im()
+
  - Fri Sep  7 19:59:43 PDT 2001
   - Fix buddyicons. Yay! (checksums are 32bits all the time. duh.)
 
This page took 0.033536 seconds and 4 git commands to generate.