]> andersk Git - libfaim.git/commit
- Sat Sep 8 17:07:09 PDT 2001
authormid <mid>
Sun, 9 Sep 2001 00:21:29 +0000 (00:21 +0000)
committermid <mid>
Sun, 9 Sep 2001 00:21:29 +0000 (00:21 +0000)
commit59e1da90e82d438e82d37d16abb6af12c759d4ef
treed7b518960fa75094526073f4fcc34055db8b3eeb
parentc5f5b7f1a4a3183ecc03d3a2e9386aed32d4302b
 - 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.
CHANGES
include/aim_internal.h
src/conn.c
src/ft.c
utils/faimtest/faimtest.c
utils/faimtest/ft.c
This page took 0.444569 seconds and 5 git commands to generate.