]> andersk Git - libfaim.git/blob - CHANGES
79d5983914ece7a89a80909c55226b28953ec96a
[libfaim.git] / CHANGES
1
2 No release numbers
3 ------------------
4  - Sun Dec 17 07:19:04 UTC 2000
5   - Update the capability block list
6
7  - Sat Dec 16 01:34:19 UTC 2000
8   - Rename paramid to rateclass
9   - Add a long comment about the rate system
10   - Add a few other comments
11   - Clean up aim_bos_clientready().
12
13  - Fri Dec 15 23:35:01 UTC 2000
14   - Add genericerr callback/middle. 
15    - This is for catching the errors that come back, for instance, from
16      sending a SNAC that isn't supported by the host (such as the
17      Watcher Request SNAC).
18
19  - Fri Dec 15 21:51:32 UTC 2000
20   - Add more info to evilnotify callback
21   - Add a few values to aim_cbtypes.h
22
23  - Fri Dec 15 20:41:15 UTC 2000
24   - Revise README
25   - Make aimdebugd compile
26   - Typos
27
28  - Fri Dec 15 02:04:12 UTC 2000
29   - Parse rate changes *properly*
30   - Add sample code to faimtest demonstrating my approximations
31       on how to fiddle with aim_conn_setlatency() in relation
32       to the rate changes (properly wildly conservative). [I also
33       copied this stuff into mfaim.]
34
35  - Thu Dec 14 03:39:34 UTC 2000
36   - Change the 0x01 to a 0x00 in auth request to make buddy lists work again
37   - Rearrange bytes in setversions() to match winaim
38   - Add several cachesnac() calls
39   - Add hostonline and hostversions parsers (superfluous)
40
41  - Wed Dec 13 02:26:39 UTC 2000
42   - Create aim_cachesnac()
43   - Some long overdue cleanups
44
45  - Wed Dec 13 00:38:56 UTC 2000
46   - Added the client update/version info to the authresp callback
47   - Added the prototype for aim_getfile_send_chunk to aim.h
48
49  - Tue Dec 12 23:02:41 UTC 2000
50   - Got pissed off at sess->logininfo.  Got rid of it.
51     - Now pass all that stuff in as varargs, like it should be.
52     - *** Look at the changes to faimtest. You'll also need to
53           change anything in your code that references sess->logininfo
54           to reference sess->sn instead.  The rest of the other info
55           is now unavailable (it was before, too, it just didnt look like it).
56   - A few other minor cleanups.
57   - Added aim_gettlv8/16/32, aim_puttlv_8, and aim_addtlvtochain_noval.
58   - Added that short 0x004a TLV to the auth request, like WinAIM 4.3.
59
60  - Mon Dec  4 23:46:35 UTC 2000
61   - Add exchange to the create response callback (doh!)
62
63  - Sat Dec  2 02:14:45 UTC 2000
64   - Dumb bug in aim_clearhandlers()
65
66  - Fri Dec  1 23:48:38 UTC 2000
67   - Store exchange along with room name in the great chat hack
68
69  - Fri Dec  1 22:25:56 UTC 2000
70   - Fix numerous tiny (but sometimes catastrophic) bugs dealing
71       with connection death (particularly with chat connections)
72   - *** Any connection with a -1 fd will get returned by aim_select
73       immediatly now... your code probably already handles this implicitly.
74
75  - Wed Nov 29 17:31:23 UTC 2000
76   - Rewrote some of the msgcookie stuff
77   - Changed cachecookies to uncachecookies where it makes sense (arg!)
78   - Minor other stuff
79  
80  - Fri Nov 10 08:24:34 UTC 2000
81   - Add sess->flags (replaces sess->snaclogin)
82   - Remove odd setstatus call in chat parser
83   - Remove aim_tx_enqueue macro, replace with a smarter one
84     - If a connection is in progress, enqueue instead of calling
85       the client-specified queuer
86   - Add support for nonblocking connects through the 
87      AIM_SESS_FLAG_NONBLOCKCONNECT flag to aim_session_init()
88   - Add AIM_CB_SPECIAL_CONNCOMPLETE callback. Not real useful.
89   - Add AIM_CB_SPECIAL_FLAPVER callback. Can be used as an alternate
90      way of starting the login process, or just to look like you 
91      know what you're doing. Fixed associated inconsistencies
92      in aim_rxhandlers too.
93   - Fix some connection status stupidities in faimtest.
94
95  - Wed Nov  8 13:11:18 UTC 2000
96   - Reenable/reimplement older login, but only use for ICQ UINs
97     - This is a fairly ugly hack.  But...eh.  It works.
98     - You'll need to remove the aim_sendconnack() before the
99       call to aim_request_login.  It will now do it automatically
100       if its needed.  (hint: ***CLIENT CHANGE***)
101
102  - Wed Nov  8 02:23:25 UTC 2000
103   - I'm trying out using a modified version of the kernel-doc scripts
104      to help document the libfaim code a bit.  See aim_conn.c and 
105      aim_tlv.c, as well as the scripts in utils/docs.
106
107  - Wed Oct 25 17:52:20 UTC 2000
108   - Cleanup warnings from newer gcc's (RH7.0)
109     - Aparently newer gcc's don't let you do as strong of integer types
110       on va_arg as older ones... So, let me know if this breaks on your
111       compiler
112
113  - Tue Oct 17 02:10:13 UTC 2000
114   - Rearrange a few things
115
116  - Mon Oct 16 20:56:59 UTC 2000
117   - Remove some warnings
118
119  - Mon Oct  9 04:24:56 CDT 2000 (jbm)
120   - took care of the XXXs in aim_putuserinfo()
121      - now use dynamic TLV count to send ("look ma, no magic!")
122      - now send cap blocks
123      - now send icq info if a numeric SN
124
125  - Wed Oct  4 21:29:47 CDT 2000 (jbm)
126   - Fix borked disconnect callbacks
127   - Add aim_conn_in_sess()
128   - A little housekeeping in faimtest ("fixing" order of printf, 
129       remove a comment)
130
131  - Mon Sep 25 00:21:31 CDT 2000 (jbm)
132   - Add a couple of ICQ userinfo parses
133
134  - Fri Sep 22 22:47:49 UTC 2000
135   - Add aim_icq_setstatus() (jbm)
136
137  - Fri Sep 22 22:35:51 UTC 2000
138   - Apply jbm's patch below
139   - Minor cleanup in cb handler stuff
140
141  - Thu Sep 21 20:28:20 CDT 2000 (jbm)
142   - DirectIM shouldn't kill us any more.
143   - Eliminated a potential segfault in aim_send_im_direct().
144   - make tags (yay!).
145   - Added an aim_tx_destroy(); need to move the lib over to using it.
146   - Got rid of some #if 0 BS code in a couple of places 
147       (aim_ft::establish() and aim_im::aim_parse_incoming_im_middle()).
148   - Added some file transfer stuff (so experimental, i haven't 
149       had a chance to see if it causes cancer in lab animals).
150   - Added to faimtest for all of the above.
151   - Added myself to AUTHORS with Real Info.
152
153  - Thu Sep 21 00:24:36 UTC 2000
154    - Add socks5 proxy support (not tested real well, worked the 
155        few times a tried).
156    - Added proxy support to faimtest.
157
158  - Tue Sep 19 03:10:07 UTC 2000
159    - Add aim_setuserinterests() and aim_setdirectoryinfo()
160    - Add ICQ away status
161
162  - Thu Sep 14 00:54:48 UTC 2000
163    - Added create room callback
164
165  - Wed Sep 13 22:01:35 UTC 2000
166    - Remove references to "new" and "class" for dumb C++ compilers
167    - Renamed userinfo->class to userinfo->flags both for clarity and C++
168    - Remove some extraneous variables
169
170  - Tue Sep 12 20:16:51 UTC 2000
171    - Add aim_flap_nop() from my work tree 
172
173  - Tue Sep 12 05:06:53 UTC 2000
174    - Revert the two-byte change in aim_misc, clientready
175
176  - Tue Sep  5 04:41:45 GMT 2000
177    - Few more minor things
178    - Added the changes needed for faimtest.
179    - Removed aimdebugd from default build
180
181  - Tue Sep  5 03:47:26 GMT 2000
182    - More ANSIfication for win32
183    - Forgot aim_misc last time.
184
185  - Mon Sep  4 22:08:35 GMT 2000
186    - Forgot aim_snac and aim_search
187
188  - Mon Sep  4 21:38:09 GMT 2000
189    - A mild step towards ANSI compliance
190      - Compiles cleanly with -pedantic (except for the libc issue in socket.h)
191      - Fixes various sign mismatch things. There may be more, we'll see
192        what MSVC has to say about it.
193    - Add faim_internal and faim_export macros so Win32 DLL is easier
194
195  - Sun Sep  3 23:58:17 UTC 2000
196    - Portability fixes (for solaris, set the SOLARIS env var first)
197
198  - Sat Sep  2 23:42:37 UTC 2000
199    - Hopefully fix aim_snac.c bugs
200    - Add Buddy List Rights parser (max buddies and max watchers)
201    - Fix rather major problem in rxhandlers caused by missing breaks
202    - Add reason code for msgerr (0004/0001) callback
203    - Add BOS Rights parser (max permit / max deny)
204    - Add locate error (0002/0001) parser
205    - Add parser for missed calls (0004/000a)
206
207  - Fri Sep  1 23:34:28 UTC 2000
208    - Switched the read()s in rxqueue to use recv()
209      - Should fix the big message problem and the big buddy list problem
210    - Changed some values around in aim_misc to match winaim4.1
211    - Added aim_addicbmparm. dunno what it does
212    - Cleanup the login process in faimtest (can now login in less than 2sec)
213
214  - Fri Sep  1 00:13:04 UTC 2000
215    - Avoid zero-length mallocs in aim_tlv
216
217  - Thu Aug 31 23:40:23 UTC 2000
218    - Threw in aim_select modification from nicolas
219    - Remove stray debugging printf in aim_tlv
220
221  - Mon Aug 28 03:11:15 GMT 2000
222    - Adds lots of comments
223    - Add AIM_CLASS_ALLUSERS constant for setgrouppermmask()
224    - Add warnings support (jbm)
225
226  - Mon Aug 21 22:00:18 UTC 2000
227    - Implement SNAC login MD5 (thanks to Sonuvbob for that one)
228    - Clear out all that old login cruft. Much cleaner now.
229    - REQUIRES CLIENT CHANGES (see faimtest)
230
231  - Fri Aug 18 19:52:54 UTC 2000
232    - Fix the non-pthread bug
233
234  - Thu Aug 17 23:19:40 UTC 2000
235    - A few more leak fixes (only a few left to go...)
236
237  - Thu Aug 17 23:08:08 UTC 2000
238    - More leak fixes (eric, eric, eric...)
239
240  - Thu Aug 17 22:53:03 UTC 2000
241    - Change the SNAC cache to a hash instead of list
242    - Fixed a few leaks relating to aim_gettlv_str()
243
244  - Thu Aug 17 14:04:18 UTC 2000
245    - Fix the fd closing bug introduced last week
246
247  - Tue Aug  8 04:25:35 UTC 2000
248    - Preserve subtype and priv after aim_conn_close
249
250  - Tue Aug  8 04:15:47 UTC 2000
251    - Fixed double-calling of faim_mutex_init
252    - conn->type preserved after aim_conn_close
253
254  - Mon Jul 17 01:56:31 UTC 2000
255    - Added 0004/000c callback (for message acknowledgments)
256       - This goes with the AIM_IMFLAGS_ACK option that has been there
257         for ages now.  When you send a message with that option, you'll
258         get a message back containing the screenname, telling you it was sent.
259    - Moved the aim_conn_kill's out of aim_get_command() and into
260       the client.  They're only closed in there now.  This is so that you 
261       can detect what type of connection died.  You'll want to handle
262       BOS and chat connections in special ways most likely.  You'll also
263       need to call aim_conn_kill when you're done with it.
264    - Added/fixed the Rate Change handlers.  Now passes up a long that
265       should contain a number.  I'm currently in pattern-searching mode.
266
267  - Sun Jul 16 22:59:39 GMT 2000
268    - Fixed the locking in the rendezvous code.  Hopefully is safe now.
269
270  - Sun Jul 16 11:03:28 GMT 2000
271    - Fixed 0001/000a chat printf.  (Actually a one liner a few days ago.)
272    - Started integrating josh's 3k rendezvous patch.  Currently only
273       directim is working.  And its got bugs.  But he's not online
274       right now, so I can't bitch.  I'd love to bitch here, but I'm 
275       tired. 
276      - Can definitly accept directim connections and send/recieve.
277      - See faimtest for the new callbacks.  (Urg.)
278      - Here weeee gooooo.  (Not sure if this will break everyone or not.)
279
280  - Fri Jun 30 00:04:47 UTC 2000
281    - Removed the forceful ICQ-related warnings, just in case they're wrong
282    - Added three new fields to the client info.  
283       - **REQUIRES CLIENT CHANGES -- see faimtest for new initializer
284    - Cleaned up aim_send_login()
285    - Put in a nice hidious fix for AOL's latest bit of the drama.  See
286       aim_readtlvchain() for the details.
287
288  - Mon Jun 26 07:53:02 UTC 2000
289    - Added utils/aimdebugd for playing with things -- see the README
290    - Added aim_im.c::aim_parse_outgoing_im().  Probably not useful
291       unless you're writing a server or something (or hacking aimdebugd).
292    - aim_send_im() now sends the same data as AIM4 does (three more bytes)
293    - Added aim_debugconn_sendconnect() for aimdebugd-enablement.
294
295  - Sat Jun 24 02:14:07 UTC 2000
296    - Added fakelocks for platforms without pthreads or that have no
297       use for them.
298    - Added workaround for MSG_WAITALL for people with the very broken
299       libc that comes with earlier Red Hat's.
300
301  - Sat Jun 24 00:44:24 UTC 2000
302    - Support zero-type TLVs in aim_extractinfo()
303      - AOL now ocassionally throws extra zeros in so in order to break
304          clients.  Aparently zero-type TLVs are a special case -- if the
305          type is zero, then _there is no length_ field.  AOL are geniuses.
306      - Note that you only get these if you send a bad client string, such
307          as the top one in faimtest.  If you #if 0 that one out and use the
308          second one, you'll be fine.  (Unless you just want to see the message
309          for yourself.  Its nifty. (FREE!))
310    - ICBM parser now uses aim_extractuserinfo() so that it can benefit
311        from the above changes, as well as clean up the whole "is it the 
312        first or the second one of this type?" issue
313      - This also fixes the changes AOL made in away messages.
314    = Fixed a possible buffer overflow when AOL changes the max sn length
315    - Increased MAXSNLEN to 32 (they appear to be valid)
316      - If you start getting messages from someone called "AOL Instant
317         Messenger", see comment one, paragraph two.
318    - aim_select() now returns a -1 if there are no connections open
319    - Connections are now killed completely if there is a major error on them
320    - faimtest now calls aim_logoff() on connection error
321
322  - Fri Jun 23 22:38:47 UTC 2000
323    - Adds start of adverts support
324    - Adds aim_bos_nop().  You may want to send this occassionally
325    - Fixes aim_rxhandlers.c to work for people with three-letter
326        screen names
327
328  - The week prior to Fri Jun 16 19:37:09 UTC 2000
329    - Rethought the rendezvous stuff.  DEFINIT WORK IN PROGRESS
330      - Do not bother trying to use this.  This will probably break
331          your clients.  You may or may not want to fix them, since 
332          I may change it again soon.  
333      - I REPEAT: This really is a developer-only version.  It barely
334          compiles.  I'm just committing it so I don't have so many
335          trees floating around.
336    - Added stuff to support OFT as well as OSCAR protocols
337    - Added aim_send_im_direct() for directim ("IM Image")
338    - Added caps getting/putting routines 
339    - Added more aim_login fixes to avoid more AOL stupidity
340      - This is the same as went to libfaim-devel yesterday, so don't upgrade
341        just to get these changes.
342    - Removed aimicq_encode_password -- now use the same table
343        for both ICQ and AIM
344    - Added AUTHORS
345
346  - Tue Jun  6 01:36:48 UTC 2000
347    - Inverted gethostbyname2() check.  Not sure how that ended up 
348        in that state.
349    - Added some of the initial framework to support file transfers
350    - Added in a few checks for that
351      - Can currently parse and send a denial message.
352    - Added cookie caching.  (Sorry, I just like saying that.)
353    - Rearranged channel 2 ICBM parsing (detects the different
354        rendezvous types better and hopefully accuratly).
355    - Killed the connection array.  Now a list.  (Suits the
356        upcoming features better.)  --- REQUIRES CLIENT CHANGES...
357      - In most cases, you need to change aim_conn_close() calls
358          to aim_conn_kill().  This will free them as well as 
359          close them.  If you don't do this, you'll pollute the
360          connection list and leak memory.
361    - Possibly a few other minor things (some cleanups to faimtest for one)
362
363  - Fri Jun  2 23:27:28 UTC 2000
364    - Cleaned up aim_send_login slightly
365    - Added aimicq_encode_password to support the new hash
366        values required for logging in with ICQ
367    - Removed crash when email and/or reg status aren't
368        in the auth response (they're not in ICQ responses)
369    - So now as long as you specify a client version of 
370        4.30.3141 in the client info, and your ICQ number
371        as your screen name, you can login to ICQ via libfaim
372        and use it just like an AIM account.
373    - Added AIM_CB_SPECIAL_CONNERR callback for recieving 
374        messages such as disconnect reasonses ("you logged
375        on from a different machine", etc).
376    - Added faimtest's userinfo handler to support away messages
377
378  - Fri Jun  2 15:57:27 UTC 2000
379    - Add creation time, maxmsglen, and various unknowns to chat info
380      update callback.
381    - Remove 'nothing works yet' comment from top of aim_chat.c (it works!)
382
383  - Wed May 31 01:17:24 UTC 2000
384    - Added constants for message sizes (MAXMSGLEN, MAXCHATMSGLEN)
385      - Note that the new max message size is defined as 7988bytes,
386          drastically larger than WinAIM lets you put out.  This is a
387          libfaim-exclusive feature :)
388    - Reduced base buffer size on aim_send_im()  
389  
390  - Tue May 30 22:32:31 UTC 2000
391    - Added lock around tx seqnum to prevent that race when transmitting
392        from diverse threads. (actually committed earlier today)
393    - Added aim_meta.c and a few constants and things to keep
394        track of "releases".  
395    - Added mkbuildinfo.sh to automatically update build string
396        "constants" on every invocation of 'make all'.
397
398  - Mon May 29 12:08:28 GMT 2000
399    - Rearranged aim_tx_flushqueue(); moved write operation 
400        to aim_tx_sendframe()
401    - Turned aim_tx_enqueue() into a macro that calls sess->tx_enqueue,
402        a function pointer to whatever you want to use to enqueue
403        things for transmition (or not)
404    - Old aim_tx_enqueue becomes aim_tx_enqueue__queuebased.  Added
405        aim_tx_enqueue__immediate for doing immediate writes.  Default
406        is to use queue-based procedure.
407    - Cleaned up parts of aim_conn.c
408    - Added locking around the sockets themselves.  Should allow
409        for full cross-thread usage.
410      - Unfortunatly, only pthreads are supported at this time.
411        If you don't have pthreads on your arch, implement the
412        macros your arch needs and send me a patch.  (A SysV
413        semaphore implementation would be trivial, as would a 
414        simple integer-based lock.)
415
416  - Sun May 21 14:59:20 GMT 2000
417    - Added infotype parameter to aim_getinfo() for requesting
418        different types of messages.  AIM_GETINFO_GENERALINFO
419        will get you the normal stuff, AIM_GETINFO_AWAYMESSAGE
420        will get the normal stuff, with the profile replaced with
421        the user's away message.  Also, the callback adds an 
422        unsigned short to the end to give you the value that
423        was originally passed to the request.
424    - There were a few server-pertinent changes that didn't get 
425        documented from last month.  I have no idea what they were.
426
427  - Sun Apr  2 07:29:11 UTC 2000
428    - Redid much of the tx path to remove the superfluous copy.  But
429        it touches every function that transmits.  Its been a long 
430        time in coming.
431    - Added caps parameter to aim_bos_setprofile().  You can now
432        control what capabilties you show up as others to
433    - Added ->capabilities to userinfo.  It should be nonzero when
434        its coming off buddy oncoming information, but NOT requested
435        user info.
436
437  - Sun Apr  2 01:45:15 UTC 2000
438    - Increased AIM_CONN_MAX from 5 to 7.  Precausionary only
439    - Removed deprecated TIS_TELNET_PROXY from faim/faimconfig.h
440    - Added macros for the simple integer functions in aim_util.c
441    - Removed usage of aim_failsaferead() 
442       - Still not sure why I had it to begin with.  I think it 
443         was a remament from when we used non-blocking sockets
444         (which I don't know why I did either)
445    - Removed some of the oddities in aim_get_command()
446       - gprof showed this taking 20kns on my k6-300.  Should be faster now.
447       - Added conn parameter.  This should prevent aim_select() from
448         getting called too many times in a row.
449
450  - Thu Mar 23 08:45:40 UTC 2000
451    - Removed aim_countconn() > 0 check in aim_select(), its logically redundent
452    - Added aim_putuserinfo() (inverse of aim_extractuserinfo())
453    - Added aim_sendbuddyoncoming/offgoing() 
454    - Rearranged loop in rxdispatch()
455    - Remove aim_conn_close() if connections dead in aim_get_command()
456
457  - Thu Mar 23 00:44:32 UTC 2000
458    - Added a check to purge_rxqueue to skip handled commands
459
460  - Mon Mar 20 05:30:59 UTC 2000
461    - Added some server-only functions for login
462    - Added aim_counttlvchain()
463    - Added aim_sncmp() and aim_snlen()
464
465  - Sun Mar 19 06:07:52 UTC 2000
466    - Added a parameter to aim_select to return event type 
467      - REQUIRES CLIENT CHANGES.
468    - For the most part rewrote the tx and rx queuing code 
469      - Should fix many, many outstanding problems in and related
470          to that code, including one that keeps memory from freeing 
471    - Fixed several bugs in various places
472    - Reformated a lot of code, and did general cleanups
473    - Should have a generally more robust lib now.
474
475  - Sun Mar 12 00:07:40 UTC 2000
476    - Fixed a robustness problem in aim_handleredirect_middle()
477    - Added TLV chain creation routines (yes, aimd is progressing)
478
479  - Mon Jan  3 04:07:55 UTC 2000
480    - Fixed bug in aim_snac.c
481    - Fixed condition where commands read from connections that have 
482        been closed were still left in the queue.  Now cancelled.
483    - Added some printfs to aim_info to get more informative crahes
484    - Fixed a bug in aim_rxqueue::purge
485
486  - Sun Jan  2 10:31:19 UTC 2000
487    - Cleanups in aim_info.c
488    - Can compile with -Ddebug=100 again
489    - Implemented chat: Joining/Leaving, info parsing, IM parsing/sending
490    - Implemented some chatnav: rights req/parsing, room creation
491
492  - Thu Dec 30 10:08:42 UTC 1999
493    - Fixed bug in aim_im.c when (encoding == NULL) || (lang == NULL)
494    - Added detection of voice chat requests
495    - Added AIM_CLASS_* defines, including new Away flag
496    - Added awaymsg parameter to bos_setprofile.
497      - If awaymsg is nonnull, you will be advertised as being away (your
498          class will be ORed with AIM_CLASS_AWAY), otherwise you'll show 
499          up normal.
500
501  - Wed Dec 29 10:06:35 UTC 1999
502    - Fixed small bug in IM parser
503    - Added stubs for the capability TLVs in userinfo.
504
505  - Wed Dec 29 09:14:45 UTC 1999
506    - Added a capability block to aim_bos_setprofile.  Can now get chat 
507        invites again.
508    - Extended ICBM parser to support channel 2 messages (chat invites)
509      - A channel parameter has been prepended to the varargs -- REQUIRES 
510          CLIENT CHANGES.
511      - Extended faimtest to support chat invites.
512    - Changed faimtest to get sn/password from environment
513
514  - Wed Dec 29 04:17:03 UTC 1999
515    - Added -g to CFLAGS
516    - Added aim_sendconnack() to aim_login.c (needed for newer login)
517    - Added code for the new SNAC-based login/auth procedure. (see SNACLOGIN
518        in faim/faimconfig.h for why its not enabled)
519    - Reimplemented aim_authparse(), aim_handleredirect() using TLVlists
520        - The old auth_failed callback is now integrated into the
521            success one.  If there was an error, logininfo->errorcode is nonzero
522    - Fiddled with version information.  Added aim_setversions()
523    - Added table of SNAC names for showing unknown snacs (jbm)
524    - Added a middle handler for MOTD
525    - Added new authorization SNACs to faim/aim_cbtypes.h   
526
527  - Sun Dec 26 22:59:10 UTC 1999
528    - Renamed login_phase1_struct to aim_login_struct
529    - Changed cookie and sn to be static arrays in aim_login_struct
530    - Integrated the Jabber-faim changes.  (temas)  [BIG CLIENT CHANGES]
531      - Added aim_session_t, removed all global variables
532      - Changed all functions to accept a session pointer
533      - Removed aim_global.c
534      - Updated faimtest to use an aim_session_t.
535      - Removed all cases where logininfo was passed as vararg to client
536    - Fixed small bug in aim_newconn's 'fixing' of host:port addresses
537    - Added an install rule to the makefile (installs headers+so only!)
538    - Enabled USE_SNAC_FOR_IMS by default, assuming it got fixed
539        by n's new aim_snac.c from ages ago
540    - Implemented a middle handler for 0004/0001 message errors, added
541        snacid lookup to get illfated destination SN and pass to client
542    - Implemented a short middle handler for offgoing buddy.
543
544  - Fri Dec 24 21:30:06 UTC 1999
545    - Added an error-counting Read() that has been sitting in my inbox
546    - Cleaned up header files, created aim_cbtypes.h.
547    - Added void * to aim_conn_t for private client use if they want. (Orb)
548    - Removed all stderr output.  All output is important, and goes to stdout.
549    - Renamed isautoresponse in IM parser to icbmflags.
550    - Added Orb's fix for the new login code, deleted old (see Orb, I do read
551        your mail....eventually).
552    - Added mailing lists to README.
553
554  - Fri Dec 24 11:12:34 UTC 1999
555    - Cleaned up both outgoing and incoming ICBM handling.  Anything
556        that crashes around there is no longer libfaims fault!
557        - The encoding flags are now passed up to the client.
558    - Added several TLV routines to parse large blocks of continuous
559        TLV triplets.  Not terribly effecient, but quite elegent in usage.
560    - Added icbm_setparams() back in from way-back-long-ago.  It hasn't
561        been implemented in a long time, but I think we should still send it.
562
563  - Fri Dec 24 01:23:06 UTC 1999
564    - Fixed a very minor bug in aim_newconn().
565    - Added aimutil_get{16,32}()
566    - Added aim_extractuserinfo() for extracting  user data
567        blocks and putting them into struct aim_userinfo_s's.
568          - Added a loop to print out info on extraneous TLVs.
569          - Put in lots of comments.
570    - Added parse_oncoming_middle() to parse the user data
571        block of that packet.  Now passes struct aim_userinfo_s
572        to client.
573    - Rearranged parse_userinfo_middle().  Now passes an entire
574        userinfo struct to client instead of individual variables.
575    - Convered the version of parse_im_middle() thats actually getting
576        used to pass up a userinfo struct.  
577    - Updated faimtest to accept new structs.
578
579  - Tue Dec 21 06:18:50 UTC 1999
580    - Fixed a Win32 header problem
581  - Tue Dec 21 03:44:13 UTC 1999
582    - Latency timers now update on rx as well as tx.  Gets rid of even more
583        of the rate problems that most clients are having.  
584    - Renamed lasttx and settxlatency to lastactivity and setlatency, respec.
585    - Integrated fixes needed for Win32 -- should compile cleanly now (DMP)
586    - Cleaned up some places, use aim_putsnac everywhere now.
587
588  - Sun Sep 26 20:04:20 MST 1999
589    - Reduced the IM parsing to look for 3 zeros instead of 4 -- NEEDS WORK
590        - This was needed to work with MacAIM3 and some WinAIM3s.
591    - Added aim_conn_settxlatency() for throttling outgoing frames -- NEEDS WORK
592    - Added an int to the userinfo and incoming IM user callbacks for new
593        TLV that AOL put it in -- its the number of seconds elapsed since
594        the user logged in
595    - Worked more on the callbacks (more internal rearrangements)
596    - Fixed bug in aim_select() (returning negative fds)
597    - Clear out logininfo struct before putting more data into it
598    - Other bugfixes that I can't particularly remember.
599
600  - Tue Aug 24 03:13:12 UTC 1999   --- TRANSITION RELEASE!!
601    - Added jbm's new aim_rxqueue.c, which should crash less
602    - Started the overhaul on the callback system.  No where near complete yet.
603
604  - Sun Aug  1 03:02:17 UTC 1999
605    - Added aimutil_*()s in aim_util.c for raw byte placement
606    - Cleaned up aim_im.c, aim_auth.c, and aim_login.c using aimutil_*
607    - Added AIM_IMFLAGS, flags option to aim_send_im(), removed
608        aim_send_im_away()
609    - Added client_info parameter to aim_send_login()
610    - Tweaked aim_send_im() (AOL changed a few things, there's some more
611        changes left to do)
612    - Some Chat stuff changed, still no where near functional
613    - Finally remembered to switch the license to LGPL (from GPL)
614    - Permit/Deny (blocking) list support added
615    - Released a snapshot
616
617  - Sat Jul 31 05:28:38 UTC 1999
618    - Changed aim_bos_setdeny() to aim_bos_changevisibility() and actually
619        did the implementation.  
620
621  - Fri Jul 23 17:45:22 UTC 1999
622    - Work around for the AOL change in IP syntax (thanks to Eric Peyton)
623    - Released snapshot
624
625  - Sun Apr 25 23:31:44 UTC 1999
626    - Fixed stupid off-by-one bug in aim_logoff()
627
628  - Sun Apr 25 22:43:31 UTC 1999
629    - Renamed/reclassified missed IM errors (now all callbacks -- no backend handling)
630    - Killed aim_login() -- all connections now opened in frontend
631    - aim_conn_close() will not close fd's < 3
632    - Released snapshot.
633
634  - Sat Apr 10 22:44:07 UTC 1999
635    - Changed how rx_command->handled works; now uses return value from callback
636    - Changed the if's in the dispatcher (aim_rxhandlers.c) to switch()es
637
638  - Sat Apr 10 03:51:21 UTC 1999
639    - Started CHANGES
640    - Put in n's aim_snac.c.
641    - Updated aim_{add,remove}_buddy() to use aim_conn
642    - Updated aim_usersearch_address() to use aim_conn
643    - Cleaned up aim.h a bit (removed old *phase* protos)
644    - Changed gethostbyname() to gethostbyname2() (for MacOS X)
645    - Changed aim_newconn() to pass connection errors in connstruct->status
646      - Updated faimtest.c to detect connection errors
647    - Fixed a small typo in aim_im::aim_parse_incoming_im_middle()
648    - Added free()s in that function and to userinfo counterpart (fewer leaks)
649    - Released snapshot
650
651  - Sat Apr  3 06:43:14 UTC 1999
652    - Released snapshot
653
654  - Wed Dec 30 01:20:59 MST 1998
655    - Released snapshot
656
657  - Mon Dec  7 16:57:57 MST 1998
658    - Released snapshot
659
660  - Sat Dec  5 00:01:53 MST 1998
661    - Released snapshot
662  
663  - Thu Nov 26 17:50:02 MST 1998
664    -  Released snapshot
This page took 0.08522 seconds and 3 git commands to generate.