view libfaim/CHANGES @ 133:e277d5f0c1dd

[gaim-migrate @ 143] Let's see if I can remember everything I did: - Fixed a bug I let slip. If you choose the new option to not play login sounds when you log in, and then quit before the timeout is up, it would save that you didn't want login sounds at all. - Added two new plugin events: event_away and event_buddy_away. - Made GtkWidget *imaway in away.c and void play(uchar *, int) in sound.c not static any more (though not referenced in gaim.h). This is so plugins can use those (and not have to worry about writing their own sound code). - Wrote a quick plugin to auto-iconify windows when you go away. I had just been locally patching my own copy, since I figured it wasn't worth including as an option. It also demonstrates some of the issues of deciding between USE_APPLET and not. Perhaps plugins are the way to go with some things that would otherwise have been options (for example, the Lag-O-Meter is one of those things that could possibly have been a plugin instead of hard-coded in). I think that's everything. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 19 Apr 2000 02:04:30 +0000
parents 68b230f8da5f
children 6ced2f1c8b24
line wrap: on
line source


No release numbers
------------------
 - Sun Aug  1 03:02:17 UTC 1999
   - Added aimutil_*()s in aim_util.c for raw byte placement
   - Cleaned up aim_im.c, aim_auth.c, and aim_login.c using aimutil_*
   - Added AIM_IMFLAGS, flags option to aim_send_im(), removed
       aim_send_im_away()
   - Added client_info parameter to aim_send_login()
   - Tweaked aim_send_im() (AOL changed a few things, there's some more
       changes left to do)
   - Some Chat stuff changed, still no where near functional
   - Finally remembered to switch the license to LGPL (from GPL)
   - Released a snapshot

 - Sat Jul 31 05:28:38 UTC 1999
   - Changed aim_bos_setdeny() to aim_bos_changevisibility() and actually
       did the implementation.  

 - Fri Jul 23 17:45:22 UTC 1999
   - Work around for the AOL change in IP syntax (thanks to Eric Peyton)
   - Released snapshot

 - Sun Apr 25 23:31:44 UTC 1999
   - Fixed stupid off-by-one bug in aim_logoff()

 - Sun Apr 25 22:43:31 UTC 1999
   - Renamed/reclassified missed IM errors (now all callbacks -- no backend handling)
   - Killed aim_login() -- all connections now opened in frontend
   - aim_conn_close() will not close fd's < 3
   - Released snapshot.

 - Sat Apr 10 22:44:07 UTC 1999
   - Changed how rx_command->handled works; now uses return value from callback
   - Changed the if's in the dispatcher (aim_rxhandlers.c) to switch()es

 - Sat Apr 10 03:51:21 UTC 1999
   - Started CHANGES
   - Put in n's aim_snac.c.
   - Updated aim_{add,remove}_buddy() to use aim_conn
   - Updated aim_usersearch_address() to use aim_conn
   - Cleaned up aim.h a bit (removed old *phase* protos)
   - Changed gethostbyname() to gethostbyname2() (for MacOS X)
   - Changed aim_newconn() to pass connection errors in connstruct->status
     - Updated faimtest.c to detect connection errors
   - Fixed a small typo in aim_im::aim_parse_incoming_im_middle()
   - Added free()s in that function and to userinfo counterpart (fewer leaks)
   - Released snapshot

 - Sat Apr  3 06:43:14 UTC 1999
   - Released snapshot

 - Wed Dec 30 01:20:59 MST 1998
   - Released snapshot

 - Mon Dec  7 16:57:57 MST 1998
   - Released snapshot

 - Sat Dec  5 00:01:53 MST 1998
   - Released snapshot
 
 - Thu Nov 26 17:50:02 MST 1998
   -  Released snapshot