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