]> andersk Git - libfaim.git/blame - CHANGES
Added CB types header.
[libfaim.git] / CHANGES
CommitLineData
9de3ca7e 1
2No release numbers
3------------------
adca9dcf 4 - Fri Dec 24 21:30:06 UTC 1999
5 - Added an error-counting Read() that has been sitting in my inbox
6 - Cleaned up header files, created aim_cbtypes.h.
7
49c8a2fa 8 - Fri Dec 24 11:12:34 UTC 1999
9 - Cleaned up both outgoing and incoming ICBM handling. Anything
10 that crashes around there is no longer libfaims fault!
11 - The encoding flags are now passed up to the client.
12 - Added several TLV routines to parse large blocks of continuous
13 TLV triplets. Not terribly effecient, but quite elegent in usage.
14 - Added icbm_setparams() back in from way-back-long-ago. It hasn't
15 been implemented in a long time, but I think we should still send it.
16
9de3ca7e 17 - Fri Dec 24 01:23:06 UTC 1999
18 - Fixed a very minor bug in aim_newconn().
19 - Added aimutil_get{16,32}()
20 - Added aim_extractuserinfo() for extracting user data
21 blocks and putting them into struct aim_userinfo_s's.
22 - Added a loop to print out info on extraneous TLVs.
23 - Put in lots of comments.
24 - Added parse_oncoming_middle() to parse the user data
25 block of that packet. Now passes struct aim_userinfo_s
26 to client.
27 - Rearranged parse_userinfo_middle(). Now passes an entire
28 userinfo struct to client instead of individual variables.
29 - Convered the version of parse_im_middle() thats actually getting
30 used to pass up a userinfo struct.
31 - Updated faimtest to accept new structs.
32
33 - Tue Dec 21 06:18:50 UTC 1999
34 - Fixed a Win32 header problem
35 - Tue Dec 21 03:44:13 UTC 1999
36 - Latency timers now update on rx as well as tx. Gets rid of even more
37 of the rate problems that most clients are having.
38 - Renamed lasttx and settxlatency to lastactivity and setlatency, respec.
39 - Integrated fixes needed for Win32 -- should compile cleanly now (DMP)
40 - Cleaned up some places, use aim_putsnac everywhere now.
41
42 - Sun Sep 26 20:04:20 MST 1999
43 - Reduced the IM parsing to look for 3 zeros instead of 4 -- NEEDS WORK
44 - This was needed to work with MacAIM3 and some WinAIM3s.
45 - Added aim_conn_settxlatency() for throttling outgoing frames -- NEEDS WORK
46 - Added an int to the userinfo and incoming IM user callbacks for new
47 TLV that AOL put it in -- its the number of seconds elapsed since
48 the user logged in
49 - Worked more on the callbacks (more internal rearrangements)
50 - Fixed bug in aim_select() (returning negative fds)
51 - Clear out logininfo struct before putting more data into it
52 - Other bugfixes that I can't particularly remember.
53
54 - Tue Aug 24 03:13:12 UTC 1999 --- TRANSITION RELEASE!!
55 - Added jbm's new aim_rxqueue.c, which should crash less
56 - Started the overhaul on the callback system. No where near complete yet.
57
58 - Sun Aug 1 03:02:17 UTC 1999
59 - Added aimutil_*()s in aim_util.c for raw byte placement
60 - Cleaned up aim_im.c, aim_auth.c, and aim_login.c using aimutil_*
61 - Added AIM_IMFLAGS, flags option to aim_send_im(), removed
62 aim_send_im_away()
63 - Added client_info parameter to aim_send_login()
64 - Tweaked aim_send_im() (AOL changed a few things, there's some more
65 changes left to do)
66 - Some Chat stuff changed, still no where near functional
67 - Finally remembered to switch the license to LGPL (from GPL)
68 - Permit/Deny (blocking) list support added
69 - Released a snapshot
70
71 - Sat Jul 31 05:28:38 UTC 1999
72 - Changed aim_bos_setdeny() to aim_bos_changevisibility() and actually
73 did the implementation.
74
75 - Fri Jul 23 17:45:22 UTC 1999
76 - Work around for the AOL change in IP syntax (thanks to Eric Peyton)
77 - Released snapshot
78
79 - Sun Apr 25 23:31:44 UTC 1999
80 - Fixed stupid off-by-one bug in aim_logoff()
81
82 - Sun Apr 25 22:43:31 UTC 1999
83 - Renamed/reclassified missed IM errors (now all callbacks -- no backend handling)
84 - Killed aim_login() -- all connections now opened in frontend
85 - aim_conn_close() will not close fd's < 3
86 - Released snapshot.
87
88 - Sat Apr 10 22:44:07 UTC 1999
89 - Changed how rx_command->handled works; now uses return value from callback
90 - Changed the if's in the dispatcher (aim_rxhandlers.c) to switch()es
91
92 - Sat Apr 10 03:51:21 UTC 1999
93 - Started CHANGES
94 - Put in n's aim_snac.c.
95 - Updated aim_{add,remove}_buddy() to use aim_conn
96 - Updated aim_usersearch_address() to use aim_conn
97 - Cleaned up aim.h a bit (removed old *phase* protos)
98 - Changed gethostbyname() to gethostbyname2() (for MacOS X)
99 - Changed aim_newconn() to pass connection errors in connstruct->status
100 - Updated faimtest.c to detect connection errors
101 - Fixed a small typo in aim_im::aim_parse_incoming_im_middle()
102 - Added free()s in that function and to userinfo counterpart (fewer leaks)
103 - Released snapshot
104
105 - Sat Apr 3 06:43:14 UTC 1999
106 - Released snapshot
107
108 - Wed Dec 30 01:20:59 MST 1998
109 - Released snapshot
110
111 - Mon Dec 7 16:57:57 MST 1998
112 - Released snapshot
113
114 - Sat Dec 5 00:01:53 MST 1998
115 - Released snapshot
116
117 - Thu Nov 26 17:50:02 MST 1998
118 - Released snapshot
This page took 0.069649 seconds and 5 git commands to generate.