]> andersk Git - libfaim.git/blame - CHANGES
Forgot this file.
[libfaim.git] / CHANGES
CommitLineData
9de3ca7e 1
2No release numbers
3------------------
b1894773 4 - Sun Apr 2 07:29:11 UTC 2000
5 - Redid much of the tx path to remove the superfluous copy. But
6 it touches every function that transmits. Its been a long
7 time in coming.
8 - Added caps parameter to aim_bos_setprofile(). You can now
9 control what capabilties you show up as others to
10 - Added ->capabilities to userinfo. It should be nonzero when
11 its coming off buddy oncoming information, but NOT requested
12 user info.
13
f1a5efe0 14 - Sun Apr 2 01:45:15 UTC 2000
15 - Increased AIM_CONN_MAX from 5 to 7. Precausionary only
16 - Removed deprecated TIS_TELNET_PROXY from faim/faimconfig.h
17 - Added macros for the simple integer functions in aim_util.c
18 - Removed usage of aim_failsaferead()
19 - Still not sure why I had it to begin with. I think it
20 was a remament from when we used non-blocking sockets
21 (which I don't know why I did either)
22 - Removed some of the oddities in aim_get_command()
23 - gprof showed this taking 20kns on my k6-300. Should be faster now.
24 - Added conn parameter. This should prevent aim_select() from
25 getting called too many times in a row.
26
50443ea0 27 - Thu Mar 23 08:45:40 UTC 2000
28 - Removed aim_countconn() > 0 check in aim_select(), its logically redundent
29 - Added aim_putuserinfo() (inverse of aim_extractuserinfo())
30 - Added aim_sendbuddyoncoming/offgoing()
31 - Rearranged loop in rxdispatch()
32 - Remove aim_conn_close() if connections dead in aim_get_command()
33
34 - Thu Mar 23 00:44:32 UTC 2000
35 - Added a check to purge_rxqueue to skip handled commands
36
e6b05d80 37 - Mon Mar 20 05:30:59 UTC 2000
38 - Added some server-only functions for login
39 - Added aim_counttlvchain()
40 - Added aim_sncmp() and aim_snlen()
41
b8d0da45 42 - Sun Mar 19 06:07:52 UTC 2000
43 - Added a parameter to aim_select to return event type
44 - REQUIRES CLIENT CHANGES.
45 - For the most part rewrote the tx and rx queuing code
46 - Should fix many, many outstanding problems in and related
47 to that code, including one that keeps memory from freeing
48 - Fixed several bugs in various places
49 - Reformated a lot of code, and did general cleanups
50 - Should have a generally more robust lib now.
51
0e2be272 52 - Sun Mar 12 00:07:40 UTC 2000
53 - Fixed a robustness problem in aim_handleredirect_middle()
54 - Added TLV chain creation routines (yes, aimd is progressing)
55
7bed1692 56 - Mon Jan 3 04:07:55 UTC 2000
57 - Fixed bug in aim_snac.c
58 - Fixed condition where commands read from connections that have
59 been closed were still left in the queue. Now cancelled.
60 - Added some printfs to aim_info to get more informative crahes
7b66dc87 61 - Fixed a bug in aim_rxqueue::purge
7bed1692 62
0c20631f 63 - Sun Jan 2 10:31:19 UTC 2000
64 - Cleanups in aim_info.c
65 - Can compile with -Ddebug=100 again
66 - Implemented chat: Joining/Leaving, info parsing, IM parsing/sending
67 - Implemented some chatnav: rights req/parsing, room creation
68
69 - Thu Dec 30 10:08:42 UTC 1999
70 - Fixed bug in aim_im.c when (encoding == NULL) || (lang == NULL)
71 - Added detection of voice chat requests
72 - Added AIM_CLASS_* defines, including new Away flag
73 - Added awaymsg parameter to bos_setprofile.
74 - If awaymsg is nonnull, you will be advertised as being away (your
75 class will be ORed with AIM_CLASS_AWAY), otherwise you'll show
76 up normal.
77
0b4acf97 78 - Wed Dec 29 10:06:35 UTC 1999
79 - Fixed small bug in IM parser
80 - Added stubs for the capability TLVs in userinfo.
81
26af6789 82 - Wed Dec 29 09:14:45 UTC 1999
0c20631f 83 - Added a capability block to aim_bos_setprofile. Can now get chat
84 invites again.
26af6789 85 - Extended ICBM parser to support channel 2 messages (chat invites)
0c20631f 86 - A channel parameter has been prepended to the varargs -- REQUIRES
87 CLIENT CHANGES.
26af6789 88 - Extended faimtest to support chat invites.
89 - Changed faimtest to get sn/password from environment
90
01b59e1e 91 - Wed Dec 29 04:17:03 UTC 1999
92 - Added -g to CFLAGS
93 - Added aim_sendconnack() to aim_login.c (needed for newer login)
94 - Added code for the new SNAC-based login/auth procedure. (see SNACLOGIN
95 in faim/faimconfig.h for why its not enabled)
96 - Reimplemented aim_authparse(), aim_handleredirect() using TLVlists
97 - The old auth_failed callback is now integrated into the
98 success one. If there was an error, logininfo->errorcode is nonzero
99 - Fiddled with version information. Added aim_setversions()
100 - Added table of SNAC names for showing unknown snacs (jbm)
101 - Added a middle handler for MOTD
26af6789 102 - Added new authorization SNACs to faim/aim_cbtypes.h
103
a25832e6 104 - Sun Dec 26 22:59:10 UTC 1999
105 - Renamed login_phase1_struct to aim_login_struct
106 - Changed cookie and sn to be static arrays in aim_login_struct
107 - Integrated the Jabber-faim changes. (temas) [BIG CLIENT CHANGES]
108 - Added aim_session_t, removed all global variables
109 - Changed all functions to accept a session pointer
110 - Removed aim_global.c
111 - Updated faimtest to use an aim_session_t.
112 - Removed all cases where logininfo was passed as vararg to client
113 - Fixed small bug in aim_newconn's 'fixing' of host:port addresses
114 - Added an install rule to the makefile (installs headers+so only!)
115 - Enabled USE_SNAC_FOR_IMS by default, assuming it got fixed
116 by n's new aim_snac.c from ages ago
117 - Implemented a middle handler for 0004/0001 message errors, added
118 snacid lookup to get illfated destination SN and pass to client
119 - Implemented a short middle handler for offgoing buddy.
120
adca9dcf 121 - Fri Dec 24 21:30:06 UTC 1999
122 - Added an error-counting Read() that has been sitting in my inbox
123 - Cleaned up header files, created aim_cbtypes.h.
24286d93 124 - Added void * to aim_conn_t for private client use if they want. (Orb)
125 - Removed all stderr output. All output is important, and goes to stdout.
126 - Renamed isautoresponse in IM parser to icbmflags.
127 - Added Orb's fix for the new login code, deleted old (see Orb, I do read
128 your mail....eventually).
129 - Added mailing lists to README.
adca9dcf 130
49c8a2fa 131 - Fri Dec 24 11:12:34 UTC 1999
132 - Cleaned up both outgoing and incoming ICBM handling. Anything
133 that crashes around there is no longer libfaims fault!
134 - The encoding flags are now passed up to the client.
135 - Added several TLV routines to parse large blocks of continuous
136 TLV triplets. Not terribly effecient, but quite elegent in usage.
137 - Added icbm_setparams() back in from way-back-long-ago. It hasn't
138 been implemented in a long time, but I think we should still send it.
139
9de3ca7e 140 - Fri Dec 24 01:23:06 UTC 1999
141 - Fixed a very minor bug in aim_newconn().
142 - Added aimutil_get{16,32}()
143 - Added aim_extractuserinfo() for extracting user data
144 blocks and putting them into struct aim_userinfo_s's.
145 - Added a loop to print out info on extraneous TLVs.
146 - Put in lots of comments.
147 - Added parse_oncoming_middle() to parse the user data
148 block of that packet. Now passes struct aim_userinfo_s
149 to client.
150 - Rearranged parse_userinfo_middle(). Now passes an entire
151 userinfo struct to client instead of individual variables.
152 - Convered the version of parse_im_middle() thats actually getting
153 used to pass up a userinfo struct.
154 - Updated faimtest to accept new structs.
155
156 - Tue Dec 21 06:18:50 UTC 1999
157 - Fixed a Win32 header problem
158 - Tue Dec 21 03:44:13 UTC 1999
159 - Latency timers now update on rx as well as tx. Gets rid of even more
160 of the rate problems that most clients are having.
161 - Renamed lasttx and settxlatency to lastactivity and setlatency, respec.
162 - Integrated fixes needed for Win32 -- should compile cleanly now (DMP)
163 - Cleaned up some places, use aim_putsnac everywhere now.
164
165 - Sun Sep 26 20:04:20 MST 1999
166 - Reduced the IM parsing to look for 3 zeros instead of 4 -- NEEDS WORK
167 - This was needed to work with MacAIM3 and some WinAIM3s.
168 - Added aim_conn_settxlatency() for throttling outgoing frames -- NEEDS WORK
169 - Added an int to the userinfo and incoming IM user callbacks for new
170 TLV that AOL put it in -- its the number of seconds elapsed since
171 the user logged in
172 - Worked more on the callbacks (more internal rearrangements)
173 - Fixed bug in aim_select() (returning negative fds)
174 - Clear out logininfo struct before putting more data into it
175 - Other bugfixes that I can't particularly remember.
176
177 - Tue Aug 24 03:13:12 UTC 1999 --- TRANSITION RELEASE!!
178 - Added jbm's new aim_rxqueue.c, which should crash less
179 - Started the overhaul on the callback system. No where near complete yet.
180
181 - Sun Aug 1 03:02:17 UTC 1999
182 - Added aimutil_*()s in aim_util.c for raw byte placement
183 - Cleaned up aim_im.c, aim_auth.c, and aim_login.c using aimutil_*
184 - Added AIM_IMFLAGS, flags option to aim_send_im(), removed
185 aim_send_im_away()
186 - Added client_info parameter to aim_send_login()
187 - Tweaked aim_send_im() (AOL changed a few things, there's some more
188 changes left to do)
189 - Some Chat stuff changed, still no where near functional
190 - Finally remembered to switch the license to LGPL (from GPL)
191 - Permit/Deny (blocking) list support added
192 - Released a snapshot
193
194 - Sat Jul 31 05:28:38 UTC 1999
195 - Changed aim_bos_setdeny() to aim_bos_changevisibility() and actually
196 did the implementation.
197
198 - Fri Jul 23 17:45:22 UTC 1999
199 - Work around for the AOL change in IP syntax (thanks to Eric Peyton)
200 - Released snapshot
201
202 - Sun Apr 25 23:31:44 UTC 1999
203 - Fixed stupid off-by-one bug in aim_logoff()
204
205 - Sun Apr 25 22:43:31 UTC 1999
206 - Renamed/reclassified missed IM errors (now all callbacks -- no backend handling)
207 - Killed aim_login() -- all connections now opened in frontend
208 - aim_conn_close() will not close fd's < 3
209 - Released snapshot.
210
211 - Sat Apr 10 22:44:07 UTC 1999
212 - Changed how rx_command->handled works; now uses return value from callback
213 - Changed the if's in the dispatcher (aim_rxhandlers.c) to switch()es
214
215 - Sat Apr 10 03:51:21 UTC 1999
216 - Started CHANGES
217 - Put in n's aim_snac.c.
218 - Updated aim_{add,remove}_buddy() to use aim_conn
219 - Updated aim_usersearch_address() to use aim_conn
220 - Cleaned up aim.h a bit (removed old *phase* protos)
221 - Changed gethostbyname() to gethostbyname2() (for MacOS X)
222 - Changed aim_newconn() to pass connection errors in connstruct->status
223 - Updated faimtest.c to detect connection errors
224 - Fixed a small typo in aim_im::aim_parse_incoming_im_middle()
225 - Added free()s in that function and to userinfo counterpart (fewer leaks)
226 - Released snapshot
227
228 - Sat Apr 3 06:43:14 UTC 1999
229 - Released snapshot
230
231 - Wed Dec 30 01:20:59 MST 1998
232 - Released snapshot
233
234 - Mon Dec 7 16:57:57 MST 1998
235 - Released snapshot
236
237 - Sat Dec 5 00:01:53 MST 1998
238 - Released snapshot
239
240 - Thu Nov 26 17:50:02 MST 1998
241 - Released snapshot
This page took 0.077186 seconds and 5 git commands to generate.