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