]> andersk Git - libfaim.git/blame - CHANGES
- Fri Sep 7 21:18:51 PDT 2001
[libfaim.git] / CHANGES
CommitLineData
9de3ca7e 1
2No release numbers
3------------------
84e0ca17 4 - Fri Sep 7 21:18:51 PDT 2001
5 - Make icon field names uniform
6 - Add AIM_IMFLAGS_CUSTOMFEATURES. This allows the client to send/recieve
7 the field in IMs that show client information.
8 - This can be used to identify other open source OSCAR clients, if any
9 one is interested.
10 - Increase the size of args->icbmflags to 32bits
11 - Make sure that extended-only flags are not set for aim_send_im()
12
e1b8c575 13 - Fri Sep 7 19:59:43 PDT 2001
14 - Fix buddyicons. Yay! (checksums are 32bits all the time. duh.)
15
d410cf58 16 - Mon Sep 3 18:48:26 PDT 2001
17 - Reformat everything to use real tabs (and to my latest coding style)
18 - Abstract out the numerical data types to fu8/16/32_t for portability.
19 - AIM_FRAMETYPE_OSCAR -> AIM_FRAMETYPE_FLAP. This makes more sense.
20 - aim_conn_t's FLAP sequence number was a signed int. Oops.
21 - Get rid of the 'struct' on all types suffixed with _t. That's been
22 annoying me for a while. They're all real typedefs now.
23 - Yes, client people are going to be rather annoyed by this. But it
24 doesn't stop there. Keep reading.
25 - Make the 'struct aim_rxcblist_t' type local to rxhandlers.c.
26 - Combine the command_tx_struct and command_rx_struct into aim_frame_t.
27 - Mostly aim_frame_t is command_rx_struct. For command_tx_struct, the
28 same structure is used, except where ->sent was, ->handled is now
29 used.
30 - This makes things a lot easier, everywhere.
31 - Get rid of ->lock. Pointless. If libfaim is ever preemptible, it
32 has much more important problems than that.
33 - Welcome to aim_bstream_t. No more direct buffer accesses. Anywhere.
34 - In fact I plan on getting rid of the aimutil macros completly.
35 - This isn't complete yet. It will be better later. Believe me. Maybe
36 even make more sense.
37 - More advanced and configurable boundschecking is coming, too.
38 - Clean up lots of stuff, everywhere.
39 - Rearrange the implementation of the TLV functions, saving lots of code.
40 - I'm rather pleased with the way some things got implemented with this,
41 particularly in places where TLVs contain TLVs.
42 - Get rid of aim_puttlv_() functions. Those were gross. Use tlvchains.
43 - XOR login is temporarily broken. I'll fix it someday. ("Someone" needs it.)
44 - Fix the return values of most everything -- OSCAR functions should all
45 return 0 on sucess, negative errno on failure.
46 - There are several things braced with #ifdef MID_REWROTE_ALL_THE_CRAP.
47 Consider that code broken and nonfunctional for now.
48 - I think I may have broken buddy icons. Remind me to fix that.
49 - Renovate faimtest substantially. Reformat, split up, update to new types.
50
70b889c5 51 - Wed Aug 29 16:59:24 PDT 2001
52 - Pass up entire icon triplet (checksum/length/timestamp) in all cases
53 that it is recieved.
54 - Eric was paying more attention than I am.
55
9031e2e3 56 - Sat Aug 25 19:46:38 PDT 2001
57 - Pass "Maximum visible message length" to client in chat info update
58 - This is the real maximum message length now. There is still a
59 "complexity" limit that will prevent you from sending messages
60 even if they are less than this limit (102 right now), but I don't
61 know how that is calculated.
62
36a61e0d 63 - Sat Aug 25 19:19:16 PDT 2001
64 - Keep parsing missed calls for entire packet
65 - This is really easy to test now. Just talk to someone with
66 their minmsginterval set high (like 10seconds or something)
67
355229fe 68 - Sat Aug 25 18:35:13 PDT 2001
69 - aim_sendconnack -> aim_sendflapver
70 - Remove addicbmparam. This was identical to aim_seticbmparam
71 - aim_seticbmparam now takes a struct with the parameters in it. See
72 faimtest. !!! REQUIRES CLIENT CHANGES if you use aim_seticbmparam, which
73 you really really should -- the defaults are insanely limited
74 - Fix rendezvous IM parsing that I broke last time.
75 - ICBM parameter info callback gives same struct as above. !!! REQUIRES
76 CLIENT CHANGES
77 - Reformat login.c and part of faimtest.c
78 - !!! NOTE: don't do anything in your motd handler. If you do, it will
79 get run twice, sine for some reason AOL is sending two MOTDs now.
80
6ae3c48d 81 - Wed Aug 22 22:11:18 PDT 2001
82 - Reformat the rest of im.c
83 - Fix a few returns, particularly in error cases
84
1dcd23dd 85 - Thu Aug 16 06:17:57 PDT 2001
86 - Reformat a bit of im.c and aim.h
87 - Rearrange encoding/subencoding checks in IM parsing
88
2d5fd943 89 - Fri Aug 3 14:19:37 EDT 2001
90 - Naje aun_sebd_un retyrn sabe vakyes
91
3b065cb0 92 - Thu Aug 2 13:28:37 EDT 2001
93 - Uhm. Why does arcanejill think its in EDT?
94 - Cache the username on warnings so errors work right.
95 - Someday, I'm going to convert all of libfaim to that formatting style, too.
96
7a449b5d 97 - Wed Jun 27 00:13:20 EDT 2001
98 - Some comments about UNICODE in faimtest.
99
5f47d4a9 100 - Fri Jun 15 17:51:27 EDT 2001
101 - Make faimtest compile on RH7.1 (new gcc).
102 - Add aim_conn_getsess()
103 - Add aim_getconn_type_all() and aim_getconn_fd().
104 - Make aim_connrst() and aim_conn_getnext() static to conn.c.
105 - Why does arcanejill think she is in EDT? Oh well.
106
b309471d 107 - Thu Jun 14 17:37:47 PDT 2001
108 - Rearrange aim_setprofile(). It will now let you _not_ send a profile,
109 if you really want to (pass NULL). Note that this is quite different
110 than sending a _blank_ profile. Also fixes the "asci" bug.
111
79e0a001 112 - Mon Jun 4 12:57:46 PDT 2001
113 - Fix chatnav. Whoops.
114
f6686b7e 115 - Mon Jun 4 12:45:18 PDT 2001
116 - Don't use snacid's for generic requests (gets around recent blocks)
117 - If they start doing snacid-based blocks again, an audit will have
118 to be done to see what WinAIM requests uses snacids for and what
119 it leaves it blank for. That will be tedious and I'm not going to
120 do it.
121
fa358732 122 - Thu May 31 23:00:50 PDT 2001
123 - Store two hardcoded hashes in login.c. Sigh.
124 - Add prototype for aim_callhandler_noparam in aim_internal.h
125
50038c74 126 - Sat May 26 03:58:27 PDT 2001
127 - Aha! This is why I could never get icons to work before.
128 - Luckily the checksum is painfully simple.
129
7b91722d 130 - Sat May 26 01:37:39 PDT 2001
131 - So this is my big merge with the ActiveBuddy version...
132 - Remove use of tlvchains from IM parsing for better performance
133 - Add in buddy icon support
134 - Add support for sending UNICODE messages.
135 - Split up the more complicated options to aim_send_im into a structure
136 that is passed to aim_send_im_ext(). This makes it easier to send
137 simple messages, and only slightly harder to send complex ones.
138 - aim_send_im_ext() must be used if you're using buddy icons and/or you
139 are sending UNICODE messages.
140 - UNICODE is fully explained in commentary above aim_send_im_ext() in im.c.
141 - The ISO-8859-1 option is also added. Use when necessary, to avoid making
142 WinAIM barf.
143 - This removes the msglen parameter to aim_send_im because that was only
144 needed to do UNICODE, which can now only be done by aim_send_im_ext.
145
b39e0a91 146 - Wed May 23 18:05:46 PDT 2001
147 - I upgraded libtool. Which broke the faimtest makefile.
148 - Parse locate rights
149 - You shouldn't ask so many questions, Eric.
150
f6a4f6b7 151 - Wed May 16 12:48:13 PDT 2001
152 - Thanks Rob and Eric
153
6c05e183 154 - Thu May 10 17:37:23 PDT 2001
155 - I haven't had lunch yet. What should I have?
156
83ae98f8 157 - Wed May 9 15:21:51 PDT 2001
158 - I had pizza for lunch.
159
e677fc43 160 - Mon May 7 15:19:55 PDT 2001
161 - Rename rxhandler_t to aim_rxhandler_t. This has been
162 bugging me for a while.
163
f7bb124a 164 - Thu May 3 15:47:23 PDT 2001
165 - Clean up getcap/putcaps
166 - Add GAMES2 and SENDBUDDYLIST caps (the latter is new in winaim 4.7beta)
167 - Update hash to latest value
168
bb3e2abf 169 - Wed Apr 25 11:51:39 PDT 2001
170 - I think this was a bug.
171
d2698e03 172 - Tue Apr 24 17:36:03 PDT 2001
173 - Let Eric generate the hash if he wants.
174
001c9b80 175 - Mon Apr 23 15:58:11 PDT 2001
176 - On a clear day, you can see forever.
177
5ac961d5 178 - Thu Mar 29 13:05:50 PST 2001
179 - Less leaks.
180
328837f7 181 - Thu Mar 29 14:45:22 CST 2001 (jbm)
182 - Add module capability to the 0001/001f stuff (jbm)
183
a2244dd9 184 - Wed Mar 28 21:20:08 PST 2001
185 - Add flags arg to aim_chat_send_im()
186 - Add msglen arg to aim_send_im and aim_chat_send_im
187 - This will make more sense when I make the UNICODE commit (tomorrow?)
188
b1eac25a 189 - Wed Mar 28 16:51:25 PST 2001
190 - I decided it was a good day while I was figuring out that it was a bad day.
191 - See faimtest and login.c::memrequest().
192 - Hopefully I'm done for a while.
193
d32954e7 194 - Tue Mar 27 19:15:10 PST 2001
195 - I haven't decided yet whether today is a good day or a bad day.
196 - Probably both.
197 - More later.
198
69e7980c 199 - Mon Mar 26 16:08:45 PST 2001
200 - Why didn't anyone tell me buddy-offgoing wasn't working?
201 - *** REQUIRES CLIENT CHANGES... buddy-offgoing now passes a userinfo
202 struct (its now identical to buddy-oncoming)
203
e80a0fa9 204 - Mon Mar 26 15:57:41 PST 2001
205 - Hrmph.
206 - Debuglevel wasn't getting set properly by aim_session_init
207
00ef5271 208 - Sat Mar 24 03:16:32 UTC 2001
209 - vaargs to msgerror and locateerror swapped
210 - ** CLIENT CHANGE: Reason code comes before SN now. This is so that
211 the backend code for all three error handlers is identical.
212 - aim_getinfo() returns -1 on failure (hah! I don't think anyone checks
213 return codes from libfaim anyway...they're known for their
214 inconsistency and lack of sensicality)
215 - Remove _DEFAULT handlers in faimtest...
216 - They were not consistent.
217 - They did not make sense.
218 - They did not work anyway.
219 - Most of them were #if 0'd.
220 - Add ICBM Parameter Info callback... you can catch this if you want.
221 - aim_getbuildstring() now takes a buffer instead of returning static (ew!)
222 - Clean up, "factorize", etc
223 - More stuff... (Only one "middle handler" left in rxhandlers.c!)
224
9f1a4013 225 - Fri Mar 23 05:42:11 UTC 2001
226 - Export aim_encode_password_md5()
227 - Add middle handler for 000b/0002 (min report interval)
228 - Add aim_session_kill()
229 - CLIENTS MUST CALL THIS either in addition to or instead of
230 aim_logoff(), particularly if you keep lots of sessions open.
231 (Sessions now contain dynamically allocated memory which must be freed.)
232 - Oh, and some other stuff...
233
154b4093 234 - Fri Mar 23 01:45:28 UTC 2001
235 - Add AIM_CLIENTINFO_KNOWNGOOD
236 - Fix a few details in aim_send_login (thanks temas)
237 - Prevent aim_rxhandlers from being called recursively
238 - This is something that has been in my PENDING_AIM mailbox for over
239 a year now. I figured it was trivial enough to throw in. EveryBuddy
240 wanted it, but I don't remember why. It should never happen anyway.
241 - Use AIM_CLIENTINFO_KNOWNGOOD
242 - This lets faimtest log in after today's round of AOL being mean.
243
bb010ae0 244 - Fri Mar 16 23:12:58 UTC 2001
245 - Remove one level from aim_rxdispatch()
246
9bf14d44 247 - Wed Mar 14 20:21:49 UTC 2001
248 - Clean up declarations of TLV functions (ie, const)
249 - Add -o and -O to faimtest (I didn't use your patch, josh)
250
d2587300 251 - Wed Mar 14 03:11:03 UTC 2001
252 - Err...I'll commit before I go home. More faimtest crap.
253
b562f484 254 - Tue Mar 13 20:23:04 UTC 2001
255 - Fiddle with faimtest a bit.
256
6b9df03c 257 - Sun Mar 11 06:02:19 UTC 2001
258 - Banish socklen_t.
259
9e8c4225 260 - Sun Mar 11 05:51:45 UTC 2001 (jbm)
261 - Split off aim_internal.h
262 - Add aim_tx_cleanqueue()
263 - Remove sn from directim callback (use priv)
264
646c6b52 265 - Mon Mar 5 01:19:48 UTC 2001
266 - Fix typo in last CHANGES entry.
267 - Add fix from Eric to keep efence from complaining about malloc(0)
268 - Add .cvsignore files (also from Eric)
269 - Throw in josh's latest OFT/ODC kludges
270 - Completly remove all calls to printf and (unbounded) sprintf
271 - Add aim_setdebuggingcb()
272 - Remove preprocessor-based debug semantics (faimconfig.h)
273 - faimdprintf() now calls a user-specified callback to do printing
274 - Rearrange aim_tx_new() parameters to be more sensical, add sess
275 - Do some sanity checking in aim_tx_new()
276 - Add #defines to keep printf from compiling inside libfaim
277 - Who knows what else. (in total, this patch is nearly 5k lines)
278
9d83220c 279 - Fri Mar 2 02:17:22 UTC 2001
646c6b52 280 - Add aim_fingerprintclient(). (AB will trust this, but you shouldn't.)
9d83220c 281 - Add some EXTRA_DIST to Makefile.am
282
2acf2afa 283 - Mon Feb 26 01:46:34 UTC 2001
284 - Fix swapped bytes in aim_caps[]. Thanks to
285 Bruce Miller <bmiller@ics.uci.edu> for pointing this out.
286
64c78745 287 - Sun Feb 11 01:07:36 UTC 2001
288 - Make secondary connections to the authorizer work again
289 - Make aim_auth_changepasswd() work again.
290 - Add aim_auth_setversions(), aim_auth_getinfo(), aim_auth_setemail(),
291 aim_auth_reqconfirm()
292 - Add middle handlers for responses to all of above.
293 - Add examples of above to faimtest (start with 'reqauth')
294
b8c79ca7 295 - Fri Feb 9 22:31:22 UTC 2001
296 - Add aim_tx_setenqueue().
297
24fbfcf3 298 - Thu Feb 8 20:12:39 UTC 2001
299 - Let TLV functions out of aim.h if FAIM_NEED_TLV is defined.
300
37ee990e 301 - Thu Feb 8 02:31:25 UTC 2001
302 - Remove aim_purgecookies() -- never used anyway
303 - Clean up a few bits of aim_msgcookie.c
304 - Remove AIM_CONN_MAX constant (hasn't been relevent in ages)
305 - Change commentary on synchro in aim.h
306 - Add NOPLOCKS and make them default
307 - Make faim/aim.h more of a mess; try to keep interfaces hiddenish.
308 - Add #define FAIM_INTERNAL to top of every file
309 - Remove aim_countconn (no one uses it anyway)
310 - Add aim_cloneconn() (cringe.)
311 - Throw in josh's getfile patch (and then munge it enough to break it)
312 - Add getopt() to faimtest.
313 - Remove aim_buildcode.h/mkbuildinfo.sh crap.
314 - Clean up aim_cleansnacs()
315 - There may have been other stuff too. As always, the diff is the
316 most accurate changelog there is.
317 - *** FT is currently more broken than it was before. Also, this patch
318 introduces even more memory leaks. You've been warned.
319
0589dc54 320 - Sun Dec 17 07:19:04 UTC 2000
321 - Update the capability block list
322
d6c9fcf0 323 - Sat Dec 16 01:34:19 UTC 2000
324 - Rename paramid to rateclass
325 - Add a long comment about the rate system
326 - Add a few other comments
327 - Clean up aim_bos_clientready().
328
1449ad2b 329 - Fri Dec 15 23:35:01 UTC 2000
330 - Add genericerr callback/middle.
331 - This is for catching the errors that come back, for instance, from
332 sending a SNAC that isn't supported by the host (such as the
333 Watcher Request SNAC).
334
06bc8607 335 - Fri Dec 15 21:51:32 UTC 2000
336 - Add more info to evilnotify callback
337 - Add a few values to aim_cbtypes.h
338
3e2c7bcf 339 - Fri Dec 15 20:41:15 UTC 2000
340 - Revise README
341 - Make aimdebugd compile
342 - Typos
343
275a2ff8 344 - Fri Dec 15 02:04:12 UTC 2000
345 - Parse rate changes *properly*
346 - Add sample code to faimtest demonstrating my approximations
347 on how to fiddle with aim_conn_setlatency() in relation
348 to the rate changes (properly wildly conservative). [I also
349 copied this stuff into mfaim.]
350
ee49b735 351 - Thu Dec 14 03:39:34 UTC 2000
352 - Change the 0x01 to a 0x00 in auth request to make buddy lists work again
353 - Rearrange bytes in setversions() to match winaim
354 - Add several cachesnac() calls
355 - Add hostonline and hostversions parsers (superfluous)
356
1ea867e3 357 - Wed Dec 13 02:26:39 UTC 2000
358 - Create aim_cachesnac()
359 - Some long overdue cleanups
360
89bce177 361 - Wed Dec 13 00:38:56 UTC 2000
362 - Added the client update/version info to the authresp callback
363 - Added the prototype for aim_getfile_send_chunk to aim.h
364
355982c5 365 - Tue Dec 12 23:02:41 UTC 2000
366 - Got pissed off at sess->logininfo. Got rid of it.
367 - Now pass all that stuff in as varargs, like it should be.
368 - *** Look at the changes to faimtest. You'll also need to
369 change anything in your code that references sess->logininfo
370 to reference sess->sn instead. The rest of the other info
371 is now unavailable (it was before, too, it just didnt look like it).
372 - A few other minor cleanups.
373 - Added aim_gettlv8/16/32, aim_puttlv_8, and aim_addtlvtochain_noval.
374 - Added that short 0x004a TLV to the auth request, like WinAIM 4.3.
375
9dbda50b 376 - Mon Dec 4 23:46:35 UTC 2000
377 - Add exchange to the create response callback (doh!)
378
55e77c8a 379 - Sat Dec 2 02:14:45 UTC 2000
380 - Dumb bug in aim_clearhandlers()
381
9f20a4e3 382 - Fri Dec 1 23:48:38 UTC 2000
383 - Store exchange along with room name in the great chat hack
384
9d2a3582 385 - Fri Dec 1 22:25:56 UTC 2000
386 - Fix numerous tiny (but sometimes catastrophic) bugs dealing
387 with connection death (particularly with chat connections)
388 - *** Any connection with a -1 fd will get returned by aim_select
389 immediatly now... your code probably already handles this implicitly.
390
fd0b7da6 391 - Wed Nov 29 17:31:23 UTC 2000
392 - Rewrote some of the msgcookie stuff
393 - Changed cachecookies to uncachecookies where it makes sense (arg!)
394 - Minor other stuff
395
22517493 396 - Fri Nov 10 08:24:34 UTC 2000
397 - Add sess->flags (replaces sess->snaclogin)
398 - Remove odd setstatus call in chat parser
399 - Remove aim_tx_enqueue macro, replace with a smarter one
400 - If a connection is in progress, enqueue instead of calling
401 the client-specified queuer
402 - Add support for nonblocking connects through the
403 AIM_SESS_FLAG_NONBLOCKCONNECT flag to aim_session_init()
404 - Add AIM_CB_SPECIAL_CONNCOMPLETE callback. Not real useful.
405 - Add AIM_CB_SPECIAL_FLAPVER callback. Can be used as an alternate
406 way of starting the login process, or just to look like you
407 know what you're doing. Fixed associated inconsistencies
408 in aim_rxhandlers too.
409 - Fix some connection status stupidities in faimtest.
410
5daacaa3 411 - Wed Nov 8 13:11:18 UTC 2000
412 - Reenable/reimplement older login, but only use for ICQ UINs
413 - This is a fairly ugly hack. But...eh. It works.
414 - You'll need to remove the aim_sendconnack() before the
415 call to aim_request_login. It will now do it automatically
416 if its needed. (hint: ***CLIENT CHANGE***)
417
be67fdd0 418 - Wed Nov 8 02:23:25 UTC 2000
419 - I'm trying out using a modified version of the kernel-doc scripts
420 to help document the libfaim code a bit. See aim_conn.c and
421 aim_tlv.c, as well as the scripts in utils/docs.
422
e7fb57f5 423 - Wed Oct 25 17:52:20 UTC 2000
424 - Cleanup warnings from newer gcc's (RH7.0)
425 - Aparently newer gcc's don't let you do as strong of integer types
426 on va_arg as older ones... So, let me know if this breaks on your
427 compiler
428
9c38f1a7 429 - Tue Oct 17 02:10:13 UTC 2000
430 - Rearrange a few things
431
22e638a0 432 - Mon Oct 16 20:56:59 UTC 2000
433 - Remove some warnings
434
3b101546 435 - Mon Oct 9 04:24:56 CDT 2000 (jbm)
436 - took care of the XXXs in aim_putuserinfo()
437 - now use dynamic TLV count to send ("look ma, no magic!")
438 - now send cap blocks
439 - now send icq info if a numeric SN
440
441 - Wed Oct 4 21:29:47 CDT 2000 (jbm)
442 - Fix borked disconnect callbacks
443 - Add aim_conn_in_sess()
444 - A little housekeeping in faimtest ("fixing" order of printf,
445 remove a comment)
446
447 - Mon Sep 25 00:21:31 CDT 2000 (jbm)
448 - Add a couple of ICQ userinfo parses
449
ec6b8da8 450 - Fri Sep 22 22:47:49 UTC 2000
451 - Add aim_icq_setstatus() (jbm)
452
871e2fd0 453 - Fri Sep 22 22:35:51 UTC 2000
454 - Apply jbm's patch below
455 - Minor cleanup in cb handler stuff
456
457 - Thu Sep 21 20:28:20 CDT 2000 (jbm)
458 - DirectIM shouldn't kill us any more.
459 - Eliminated a potential segfault in aim_send_im_direct().
460 - make tags (yay!).
461 - Added an aim_tx_destroy(); need to move the lib over to using it.
462 - Got rid of some #if 0 BS code in a couple of places
463 (aim_ft::establish() and aim_im::aim_parse_incoming_im_middle()).
464 - Added some file transfer stuff (so experimental, i haven't
465 had a chance to see if it causes cancer in lab animals).
466 - Added to faimtest for all of the above.
467 - Added myself to AUTHORS with Real Info.
468
bb0dc593 469 - Thu Sep 21 00:24:36 UTC 2000
470 - Add socks5 proxy support (not tested real well, worked the
471 few times a tried).
472 - Added proxy support to faimtest.
473
f2d214f9 474 - Tue Sep 19 03:10:07 UTC 2000
475 - Add aim_setuserinterests() and aim_setdirectoryinfo()
476 - Add ICQ away status
477
efe9513b 478 - Thu Sep 14 00:54:48 UTC 2000
479 - Added create room callback
480
a15d82b1 481 - Wed Sep 13 22:01:35 UTC 2000
482 - Remove references to "new" and "class" for dumb C++ compilers
483 - Renamed userinfo->class to userinfo->flags both for clarity and C++
484 - Remove some extraneous variables
485
44d6f2dc 486 - Tue Sep 12 20:16:51 UTC 2000
487 - Add aim_flap_nop() from my work tree
488
5925849b 489 - Tue Sep 12 05:06:53 UTC 2000
490 - Revert the two-byte change in aim_misc, clientready
491
999b6d5f 492 - Tue Sep 5 04:41:45 GMT 2000
493 - Few more minor things
494 - Added the changes needed for faimtest.
495 - Removed aimdebugd from default build
496
5ac21963 497 - Tue Sep 5 03:47:26 GMT 2000
498 - More ANSIfication for win32
499 - Forgot aim_misc last time.
500
c5ca2538 501 - Mon Sep 4 22:08:35 GMT 2000
502 - Forgot aim_snac and aim_search
503
78b3fb13 504 - Mon Sep 4 21:38:09 GMT 2000
505 - A mild step towards ANSI compliance
506 - Compiles cleanly with -pedantic (except for the libc issue in socket.h)
507 - Fixes various sign mismatch things. There may be more, we'll see
508 what MSVC has to say about it.
509 - Add faim_internal and faim_export macros so Win32 DLL is easier
510
a3619f23 511 - Sun Sep 3 23:58:17 UTC 2000
512 - Portability fixes (for solaris, set the SOLARIS env var first)
513
96f8b1ed 514 - Sat Sep 2 23:42:37 UTC 2000
515 - Hopefully fix aim_snac.c bugs
516 - Add Buddy List Rights parser (max buddies and max watchers)
517 - Fix rather major problem in rxhandlers caused by missing breaks
518 - Add reason code for msgerr (0004/0001) callback
519 - Add BOS Rights parser (max permit / max deny)
520 - Add locate error (0002/0001) parser
521 - Add parser for missed calls (0004/000a)
522
c78446b5 523 - Fri Sep 1 23:34:28 UTC 2000
524 - Switched the read()s in rxqueue to use recv()
525 - Should fix the big message problem and the big buddy list problem
526 - Changed some values around in aim_misc to match winaim4.1
527 - Added aim_addicbmparm. dunno what it does
528 - Cleanup the login process in faimtest (can now login in less than 2sec)
529
530 - Fri Sep 1 00:13:04 UTC 2000
531 - Avoid zero-length mallocs in aim_tlv
532
9797852c 533 - Thu Aug 31 23:40:23 UTC 2000
534 - Threw in aim_select modification from nicolas
535 - Remove stray debugging printf in aim_tlv
536
98c88242 537 - Mon Aug 28 03:11:15 GMT 2000
538 - Adds lots of comments
539 - Add AIM_CLASS_ALLUSERS constant for setgrouppermmask()
540 - Add warnings support (jbm)
541
b5bc2a8c 542 - Mon Aug 21 22:00:18 UTC 2000
543 - Implement SNAC login MD5 (thanks to Sonuvbob for that one)
544 - Clear out all that old login cruft. Much cleaner now.
545 - REQUIRES CLIENT CHANGES (see faimtest)
546
d9142146 547 - Fri Aug 18 19:52:54 UTC 2000
548 - Fix the non-pthread bug
549
dad2e696 550 - Thu Aug 17 23:19:40 UTC 2000
551 - A few more leak fixes (only a few left to go...)
552
91c55d47 553 - Thu Aug 17 23:08:08 UTC 2000
554 - More leak fixes (eric, eric, eric...)
555
b13c9e13 556 - Thu Aug 17 22:53:03 UTC 2000
557 - Change the SNAC cache to a hash instead of list
558 - Fixed a few leaks relating to aim_gettlv_str()
559
f8ac5020 560 - Thu Aug 17 14:04:18 UTC 2000
561 - Fix the fd closing bug introduced last week
562
3369f8d4 563 - Tue Aug 8 04:25:35 UTC 2000
564 - Preserve subtype and priv after aim_conn_close
565
4d7c1bfb 566 - Tue Aug 8 04:15:47 UTC 2000
567 - Fixed double-calling of faim_mutex_init
568 - conn->type preserved after aim_conn_close
569
1a8c261b 570 - Mon Jul 17 01:56:31 UTC 2000
571 - Added 0004/000c callback (for message acknowledgments)
572 - This goes with the AIM_IMFLAGS_ACK option that has been there
573 for ages now. When you send a message with that option, you'll
574 get a message back containing the screenname, telling you it was sent.
575 - Moved the aim_conn_kill's out of aim_get_command() and into
576 the client. They're only closed in there now. This is so that you
577 can detect what type of connection died. You'll want to handle
578 BOS and chat connections in special ways most likely. You'll also
579 need to call aim_conn_kill when you're done with it.
580 - Added/fixed the Rate Change handlers. Now passes up a long that
581 should contain a number. I'm currently in pattern-searching mode.
582
4dd56961 583 - Sun Jul 16 22:59:39 GMT 2000
584 - Fixed the locking in the rendezvous code. Hopefully is safe now.
585
7392c79f 586 - Sun Jul 16 11:03:28 GMT 2000
587 - Fixed 0001/000a chat printf. (Actually a one liner a few days ago.)
588 - Started integrating josh's 3k rendezvous patch. Currently only
589 directim is working. And its got bugs. But he's not online
590 right now, so I can't bitch. I'd love to bitch here, but I'm
591 tired.
592 - Can definitly accept directim connections and send/recieve.
593 - See faimtest for the new callbacks. (Urg.)
594 - Here weeee gooooo. (Not sure if this will break everyone or not.)
595
13ebc4c4 596 - Fri Jun 30 00:04:47 UTC 2000
597 - Removed the forceful ICQ-related warnings, just in case they're wrong
598 - Added three new fields to the client info.
599 - **REQUIRES CLIENT CHANGES -- see faimtest for new initializer
600 - Cleaned up aim_send_login()
601 - Put in a nice hidious fix for AOL's latest bit of the drama. See
602 aim_readtlvchain() for the details.
603
e5012450 604 - Mon Jun 26 07:53:02 UTC 2000
605 - Added utils/aimdebugd for playing with things -- see the README
606 - Added aim_im.c::aim_parse_outgoing_im(). Probably not useful
607 unless you're writing a server or something (or hacking aimdebugd).
608 - aim_send_im() now sends the same data as AIM4 does (three more bytes)
609 - Added aim_debugconn_sendconnect() for aimdebugd-enablement.
610
81d7797e 611 - Sat Jun 24 02:14:07 UTC 2000
612 - Added fakelocks for platforms without pthreads or that have no
613 use for them.
614 - Added workaround for MSG_WAITALL for people with the very broken
615 libc that comes with earlier Red Hat's.
616
68ac63c2 617 - Sat Jun 24 00:44:24 UTC 2000
618 - Support zero-type TLVs in aim_extractinfo()
619 - AOL now ocassionally throws extra zeros in so in order to break
620 clients. Aparently zero-type TLVs are a special case -- if the
621 type is zero, then _there is no length_ field. AOL are geniuses.
622 - Note that you only get these if you send a bad client string, such
623 as the top one in faimtest. If you #if 0 that one out and use the
624 second one, you'll be fine. (Unless you just want to see the message
625 for yourself. Its nifty. (FREE!))
626 - ICBM parser now uses aim_extractuserinfo() so that it can benefit
627 from the above changes, as well as clean up the whole "is it the
628 first or the second one of this type?" issue
629 - This also fixes the changes AOL made in away messages.
630 = Fixed a possible buffer overflow when AOL changes the max sn length
631 - Increased MAXSNLEN to 32 (they appear to be valid)
632 - If you start getting messages from someone called "AOL Instant
633 Messenger", see comment one, paragraph two.
634 - aim_select() now returns a -1 if there are no connections open
635 - Connections are now killed completely if there is a major error on them
636 - faimtest now calls aim_logoff() on connection error
637
f0a7908e 638 - Fri Jun 23 22:38:47 UTC 2000
639 - Adds start of adverts support
640 - Adds aim_bos_nop(). You may want to send this occassionally
641 - Fixes aim_rxhandlers.c to work for people with three-letter
642 screen names
643
b69540e3 644 - The week prior to Fri Jun 16 19:37:09 UTC 2000
645 - Rethought the rendezvous stuff. DEFINIT WORK IN PROGRESS
646 - Do not bother trying to use this. This will probably break
647 your clients. You may or may not want to fix them, since
648 I may change it again soon.
649 - I REPEAT: This really is a developer-only version. It barely
650 compiles. I'm just committing it so I don't have so many
651 trees floating around.
652 - Added stuff to support OFT as well as OSCAR protocols
653 - Added aim_send_im_direct() for directim ("IM Image")
654 - Added caps getting/putting routines
655 - Added more aim_login fixes to avoid more AOL stupidity
656 - This is the same as went to libfaim-devel yesterday, so don't upgrade
657 just to get these changes.
658 - Removed aimicq_encode_password -- now use the same table
659 for both ICQ and AIM
660 - Added AUTHORS
661
040457cc 662 - Tue Jun 6 01:36:48 UTC 2000
663 - Inverted gethostbyname2() check. Not sure how that ended up
664 in that state.
665 - Added some of the initial framework to support file transfers
666 - Added in a few checks for that
667 - Can currently parse and send a denial message.
668 - Added cookie caching. (Sorry, I just like saying that.)
669 - Rearranged channel 2 ICBM parsing (detects the different
670 rendezvous types better and hopefully accuratly).
671 - Killed the connection array. Now a list. (Suits the
672 upcoming features better.) --- REQUIRES CLIENT CHANGES...
673 - In most cases, you need to change aim_conn_close() calls
674 to aim_conn_kill(). This will free them as well as
675 close them. If you don't do this, you'll pollute the
676 connection list and leak memory.
677 - Possibly a few other minor things (some cleanups to faimtest for one)
678
5e02cf44 679 - Fri Jun 2 23:27:28 UTC 2000
680 - Cleaned up aim_send_login slightly
681 - Added aimicq_encode_password to support the new hash
682 values required for logging in with ICQ
683 - Removed crash when email and/or reg status aren't
684 in the auth response (they're not in ICQ responses)
685 - So now as long as you specify a client version of
686 4.30.3141 in the client info, and your ICQ number
687 as your screen name, you can login to ICQ via libfaim
688 and use it just like an AIM account.
689 - Added AIM_CB_SPECIAL_CONNERR callback for recieving
690 messages such as disconnect reasonses ("you logged
691 on from a different machine", etc).
692 - Added faimtest's userinfo handler to support away messages
693
aa6efcfd 694 - Fri Jun 2 15:57:27 UTC 2000
695 - Add creation time, maxmsglen, and various unknowns to chat info
696 update callback.
697 - Remove 'nothing works yet' comment from top of aim_chat.c (it works!)
698
91931247 699 - Wed May 31 01:17:24 UTC 2000
700 - Added constants for message sizes (MAXMSGLEN, MAXCHATMSGLEN)
701 - Note that the new max message size is defined as 7988bytes,
702 drastically larger than WinAIM lets you put out. This is a
703 libfaim-exclusive feature :)
704 - Reduced base buffer size on aim_send_im()
705
0cc57340 706 - Tue May 30 22:32:31 UTC 2000
707 - Added lock around tx seqnum to prevent that race when transmitting
708 from diverse threads. (actually committed earlier today)
709 - Added aim_meta.c and a few constants and things to keep
710 track of "releases".
711 - Added mkbuildinfo.sh to automatically update build string
712 "constants" on every invocation of 'make all'.
713
e88ba395 714 - Mon May 29 12:08:28 GMT 2000
715 - Rearranged aim_tx_flushqueue(); moved write operation
716 to aim_tx_sendframe()
717 - Turned aim_tx_enqueue() into a macro that calls sess->tx_enqueue,
718 a function pointer to whatever you want to use to enqueue
719 things for transmition (or not)
720 - Old aim_tx_enqueue becomes aim_tx_enqueue__queuebased. Added
721 aim_tx_enqueue__immediate for doing immediate writes. Default
722 is to use queue-based procedure.
723 - Cleaned up parts of aim_conn.c
724 - Added locking around the sockets themselves. Should allow
725 for full cross-thread usage.
726 - Unfortunatly, only pthreads are supported at this time.
727 If you don't have pthreads on your arch, implement the
728 macros your arch needs and send me a patch. (A SysV
729 semaphore implementation would be trivial, as would a
730 simple integer-based lock.)
731
262272cc 732 - Sun May 21 14:59:20 GMT 2000
733 - Added infotype parameter to aim_getinfo() for requesting
734 different types of messages. AIM_GETINFO_GENERALINFO
735 will get you the normal stuff, AIM_GETINFO_AWAYMESSAGE
736 will get the normal stuff, with the profile replaced with
737 the user's away message. Also, the callback adds an
738 unsigned short to the end to give you the value that
739 was originally passed to the request.
740 - There were a few server-pertinent changes that didn't get
741 documented from last month. I have no idea what they were.
742
b1894773 743 - Sun Apr 2 07:29:11 UTC 2000
744 - Redid much of the tx path to remove the superfluous copy. But
745 it touches every function that transmits. Its been a long
746 time in coming.
747 - Added caps parameter to aim_bos_setprofile(). You can now
748 control what capabilties you show up as others to
749 - Added ->capabilities to userinfo. It should be nonzero when
750 its coming off buddy oncoming information, but NOT requested
751 user info.
752
f1a5efe0 753 - Sun Apr 2 01:45:15 UTC 2000
754 - Increased AIM_CONN_MAX from 5 to 7. Precausionary only
755 - Removed deprecated TIS_TELNET_PROXY from faim/faimconfig.h
756 - Added macros for the simple integer functions in aim_util.c
757 - Removed usage of aim_failsaferead()
758 - Still not sure why I had it to begin with. I think it
759 was a remament from when we used non-blocking sockets
760 (which I don't know why I did either)
761 - Removed some of the oddities in aim_get_command()
762 - gprof showed this taking 20kns on my k6-300. Should be faster now.
763 - Added conn parameter. This should prevent aim_select() from
764 getting called too many times in a row.
765
50443ea0 766 - Thu Mar 23 08:45:40 UTC 2000
767 - Removed aim_countconn() > 0 check in aim_select(), its logically redundent
768 - Added aim_putuserinfo() (inverse of aim_extractuserinfo())
769 - Added aim_sendbuddyoncoming/offgoing()
770 - Rearranged loop in rxdispatch()
771 - Remove aim_conn_close() if connections dead in aim_get_command()
772
773 - Thu Mar 23 00:44:32 UTC 2000
774 - Added a check to purge_rxqueue to skip handled commands
775
e6b05d80 776 - Mon Mar 20 05:30:59 UTC 2000
777 - Added some server-only functions for login
778 - Added aim_counttlvchain()
779 - Added aim_sncmp() and aim_snlen()
780
b8d0da45 781 - Sun Mar 19 06:07:52 UTC 2000
782 - Added a parameter to aim_select to return event type
783 - REQUIRES CLIENT CHANGES.
784 - For the most part rewrote the tx and rx queuing code
785 - Should fix many, many outstanding problems in and related
786 to that code, including one that keeps memory from freeing
787 - Fixed several bugs in various places
788 - Reformated a lot of code, and did general cleanups
789 - Should have a generally more robust lib now.
790
0e2be272 791 - Sun Mar 12 00:07:40 UTC 2000
792 - Fixed a robustness problem in aim_handleredirect_middle()
793 - Added TLV chain creation routines (yes, aimd is progressing)
794
7bed1692 795 - Mon Jan 3 04:07:55 UTC 2000
796 - Fixed bug in aim_snac.c
797 - Fixed condition where commands read from connections that have
798 been closed were still left in the queue. Now cancelled.
799 - Added some printfs to aim_info to get more informative crahes
7b66dc87 800 - Fixed a bug in aim_rxqueue::purge
7bed1692 801
0c20631f 802 - Sun Jan 2 10:31:19 UTC 2000
803 - Cleanups in aim_info.c
804 - Can compile with -Ddebug=100 again
805 - Implemented chat: Joining/Leaving, info parsing, IM parsing/sending
806 - Implemented some chatnav: rights req/parsing, room creation
807
808 - Thu Dec 30 10:08:42 UTC 1999
809 - Fixed bug in aim_im.c when (encoding == NULL) || (lang == NULL)
810 - Added detection of voice chat requests
811 - Added AIM_CLASS_* defines, including new Away flag
812 - Added awaymsg parameter to bos_setprofile.
813 - If awaymsg is nonnull, you will be advertised as being away (your
814 class will be ORed with AIM_CLASS_AWAY), otherwise you'll show
815 up normal.
816
0b4acf97 817 - Wed Dec 29 10:06:35 UTC 1999
818 - Fixed small bug in IM parser
819 - Added stubs for the capability TLVs in userinfo.
820
26af6789 821 - Wed Dec 29 09:14:45 UTC 1999
0c20631f 822 - Added a capability block to aim_bos_setprofile. Can now get chat
823 invites again.
26af6789 824 - Extended ICBM parser to support channel 2 messages (chat invites)
0c20631f 825 - A channel parameter has been prepended to the varargs -- REQUIRES
826 CLIENT CHANGES.
26af6789 827 - Extended faimtest to support chat invites.
828 - Changed faimtest to get sn/password from environment
829
01b59e1e 830 - Wed Dec 29 04:17:03 UTC 1999
831 - Added -g to CFLAGS
832 - Added aim_sendconnack() to aim_login.c (needed for newer login)
833 - Added code for the new SNAC-based login/auth procedure. (see SNACLOGIN
834 in faim/faimconfig.h for why its not enabled)
835 - Reimplemented aim_authparse(), aim_handleredirect() using TLVlists
836 - The old auth_failed callback is now integrated into the
837 success one. If there was an error, logininfo->errorcode is nonzero
838 - Fiddled with version information. Added aim_setversions()
839 - Added table of SNAC names for showing unknown snacs (jbm)
840 - Added a middle handler for MOTD
26af6789 841 - Added new authorization SNACs to faim/aim_cbtypes.h
842
a25832e6 843 - Sun Dec 26 22:59:10 UTC 1999
844 - Renamed login_phase1_struct to aim_login_struct
845 - Changed cookie and sn to be static arrays in aim_login_struct
846 - Integrated the Jabber-faim changes. (temas) [BIG CLIENT CHANGES]
847 - Added aim_session_t, removed all global variables
848 - Changed all functions to accept a session pointer
849 - Removed aim_global.c
850 - Updated faimtest to use an aim_session_t.
851 - Removed all cases where logininfo was passed as vararg to client
852 - Fixed small bug in aim_newconn's 'fixing' of host:port addresses
853 - Added an install rule to the makefile (installs headers+so only!)
854 - Enabled USE_SNAC_FOR_IMS by default, assuming it got fixed
855 by n's new aim_snac.c from ages ago
856 - Implemented a middle handler for 0004/0001 message errors, added
857 snacid lookup to get illfated destination SN and pass to client
858 - Implemented a short middle handler for offgoing buddy.
859
adca9dcf 860 - Fri Dec 24 21:30:06 UTC 1999
861 - Added an error-counting Read() that has been sitting in my inbox
862 - Cleaned up header files, created aim_cbtypes.h.
24286d93 863 - Added void * to aim_conn_t for private client use if they want. (Orb)
864 - Removed all stderr output. All output is important, and goes to stdout.
865 - Renamed isautoresponse in IM parser to icbmflags.
866 - Added Orb's fix for the new login code, deleted old (see Orb, I do read
867 your mail....eventually).
868 - Added mailing lists to README.
adca9dcf 869
49c8a2fa 870 - Fri Dec 24 11:12:34 UTC 1999
871 - Cleaned up both outgoing and incoming ICBM handling. Anything
872 that crashes around there is no longer libfaims fault!
873 - The encoding flags are now passed up to the client.
874 - Added several TLV routines to parse large blocks of continuous
875 TLV triplets. Not terribly effecient, but quite elegent in usage.
876 - Added icbm_setparams() back in from way-back-long-ago. It hasn't
877 been implemented in a long time, but I think we should still send it.
878
9de3ca7e 879 - Fri Dec 24 01:23:06 UTC 1999
880 - Fixed a very minor bug in aim_newconn().
881 - Added aimutil_get{16,32}()
882 - Added aim_extractuserinfo() for extracting user data
883 blocks and putting them into struct aim_userinfo_s's.
884 - Added a loop to print out info on extraneous TLVs.
885 - Put in lots of comments.
886 - Added parse_oncoming_middle() to parse the user data
887 block of that packet. Now passes struct aim_userinfo_s
888 to client.
889 - Rearranged parse_userinfo_middle(). Now passes an entire
890 userinfo struct to client instead of individual variables.
891 - Convered the version of parse_im_middle() thats actually getting
892 used to pass up a userinfo struct.
893 - Updated faimtest to accept new structs.
894
895 - Tue Dec 21 06:18:50 UTC 1999
896 - Fixed a Win32 header problem
897 - Tue Dec 21 03:44:13 UTC 1999
898 - Latency timers now update on rx as well as tx. Gets rid of even more
899 of the rate problems that most clients are having.
900 - Renamed lasttx and settxlatency to lastactivity and setlatency, respec.
901 - Integrated fixes needed for Win32 -- should compile cleanly now (DMP)
902 - Cleaned up some places, use aim_putsnac everywhere now.
903
904 - Sun Sep 26 20:04:20 MST 1999
905 - Reduced the IM parsing to look for 3 zeros instead of 4 -- NEEDS WORK
906 - This was needed to work with MacAIM3 and some WinAIM3s.
907 - Added aim_conn_settxlatency() for throttling outgoing frames -- NEEDS WORK
908 - Added an int to the userinfo and incoming IM user callbacks for new
909 TLV that AOL put it in -- its the number of seconds elapsed since
910 the user logged in
911 - Worked more on the callbacks (more internal rearrangements)
912 - Fixed bug in aim_select() (returning negative fds)
913 - Clear out logininfo struct before putting more data into it
914 - Other bugfixes that I can't particularly remember.
915
916 - Tue Aug 24 03:13:12 UTC 1999 --- TRANSITION RELEASE!!
917 - Added jbm's new aim_rxqueue.c, which should crash less
918 - Started the overhaul on the callback system. No where near complete yet.
919
920 - Sun Aug 1 03:02:17 UTC 1999
921 - Added aimutil_*()s in aim_util.c for raw byte placement
922 - Cleaned up aim_im.c, aim_auth.c, and aim_login.c using aimutil_*
923 - Added AIM_IMFLAGS, flags option to aim_send_im(), removed
924 aim_send_im_away()
925 - Added client_info parameter to aim_send_login()
926 - Tweaked aim_send_im() (AOL changed a few things, there's some more
927 changes left to do)
928 - Some Chat stuff changed, still no where near functional
929 - Finally remembered to switch the license to LGPL (from GPL)
930 - Permit/Deny (blocking) list support added
931 - Released a snapshot
932
933 - Sat Jul 31 05:28:38 UTC 1999
934 - Changed aim_bos_setdeny() to aim_bos_changevisibility() and actually
935 did the implementation.
936
937 - Fri Jul 23 17:45:22 UTC 1999
938 - Work around for the AOL change in IP syntax (thanks to Eric Peyton)
939 - Released snapshot
940
941 - Sun Apr 25 23:31:44 UTC 1999
942 - Fixed stupid off-by-one bug in aim_logoff()
943
944 - Sun Apr 25 22:43:31 UTC 1999
945 - Renamed/reclassified missed IM errors (now all callbacks -- no backend handling)
946 - Killed aim_login() -- all connections now opened in frontend
947 - aim_conn_close() will not close fd's < 3
948 - Released snapshot.
949
950 - Sat Apr 10 22:44:07 UTC 1999
951 - Changed how rx_command->handled works; now uses return value from callback
952 - Changed the if's in the dispatcher (aim_rxhandlers.c) to switch()es
953
954 - Sat Apr 10 03:51:21 UTC 1999
955 - Started CHANGES
956 - Put in n's aim_snac.c.
957 - Updated aim_{add,remove}_buddy() to use aim_conn
958 - Updated aim_usersearch_address() to use aim_conn
959 - Cleaned up aim.h a bit (removed old *phase* protos)
960 - Changed gethostbyname() to gethostbyname2() (for MacOS X)
961 - Changed aim_newconn() to pass connection errors in connstruct->status
962 - Updated faimtest.c to detect connection errors
963 - Fixed a small typo in aim_im::aim_parse_incoming_im_middle()
964 - Added free()s in that function and to userinfo counterpart (fewer leaks)
965 - Released snapshot
966
967 - Sat Apr 3 06:43:14 UTC 1999
968 - Released snapshot
969
970 - Wed Dec 30 01:20:59 MST 1998
971 - Released snapshot
972
973 - Mon Dec 7 16:57:57 MST 1998
974 - Released snapshot
975
976 - Sat Dec 5 00:01:53 MST 1998
977 - Released snapshot
978
979 - Thu Nov 26 17:50:02 MST 1998
980 - Released snapshot
This page took 0.212029 seconds and 5 git commands to generate.