comparison libfaim/CHANGES @ 2:68b230f8da5f

[gaim-migrate @ 11] A few more commits :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 23 Mar 2000 03:16:06 +0000
parents
children 6ced2f1c8b24
comparison
equal deleted inserted replaced
1:2846a03bda67 2:68b230f8da5f
1
2 No release numbers
3 ------------------
4 - Sun Aug 1 03:02:17 UTC 1999
5 - Added aimutil_*()s in aim_util.c for raw byte placement
6 - Cleaned up aim_im.c, aim_auth.c, and aim_login.c using aimutil_*
7 - Added AIM_IMFLAGS, flags option to aim_send_im(), removed
8 aim_send_im_away()
9 - Added client_info parameter to aim_send_login()
10 - Tweaked aim_send_im() (AOL changed a few things, there's some more
11 changes left to do)
12 - Some Chat stuff changed, still no where near functional
13 - Finally remembered to switch the license to LGPL (from GPL)
14 - Released a snapshot
15
16 - Sat Jul 31 05:28:38 UTC 1999
17 - Changed aim_bos_setdeny() to aim_bos_changevisibility() and actually
18 did the implementation.
19
20 - Fri Jul 23 17:45:22 UTC 1999
21 - Work around for the AOL change in IP syntax (thanks to Eric Peyton)
22 - Released snapshot
23
24 - Sun Apr 25 23:31:44 UTC 1999
25 - Fixed stupid off-by-one bug in aim_logoff()
26
27 - Sun Apr 25 22:43:31 UTC 1999
28 - Renamed/reclassified missed IM errors (now all callbacks -- no backend handling)
29 - Killed aim_login() -- all connections now opened in frontend
30 - aim_conn_close() will not close fd's < 3
31 - Released snapshot.
32
33 - Sat Apr 10 22:44:07 UTC 1999
34 - Changed how rx_command->handled works; now uses return value from callback
35 - Changed the if's in the dispatcher (aim_rxhandlers.c) to switch()es
36
37 - Sat Apr 10 03:51:21 UTC 1999
38 - Started CHANGES
39 - Put in n's aim_snac.c.
40 - Updated aim_{add,remove}_buddy() to use aim_conn
41 - Updated aim_usersearch_address() to use aim_conn
42 - Cleaned up aim.h a bit (removed old *phase* protos)
43 - Changed gethostbyname() to gethostbyname2() (for MacOS X)
44 - Changed aim_newconn() to pass connection errors in connstruct->status
45 - Updated faimtest.c to detect connection errors
46 - Fixed a small typo in aim_im::aim_parse_incoming_im_middle()
47 - Added free()s in that function and to userinfo counterpart (fewer leaks)
48 - Released snapshot
49
50 - Sat Apr 3 06:43:14 UTC 1999
51 - Released snapshot
52
53 - Wed Dec 30 01:20:59 MST 1998
54 - Released snapshot
55
56 - Mon Dec 7 16:57:57 MST 1998
57 - Released snapshot
58
59 - Sat Dec 5 00:01:53 MST 1998
60 - Released snapshot
61
62 - Thu Nov 26 17:50:02 MST 1998
63 - Released snapshot