]> andersk Git - libfaim.git/blob - CHANGES
b70fa8acb04585dc3452f7393ed581307826c1e9
[libfaim.git] / CHANGES
1
2 No release numbers
3 ------------------
4  - Sun Mar 19 06:07:52 UTC 2000
5    - Added a parameter to aim_select to return event type 
6      - REQUIRES CLIENT CHANGES.
7    - For the most part rewrote the tx and rx queuing code 
8      - Should fix many, many outstanding problems in and related
9          to that code, including one that keeps memory from freeing 
10    - Fixed several bugs in various places
11    - Reformated a lot of code, and did general cleanups
12    - Should have a generally more robust lib now.
13
14  - Sun Mar 12 00:07:40 UTC 2000
15    - Fixed a robustness problem in aim_handleredirect_middle()
16    - Added TLV chain creation routines (yes, aimd is progressing)
17
18  - Mon Jan  3 04:07:55 UTC 2000
19    - Fixed bug in aim_snac.c
20    - Fixed condition where commands read from connections that have 
21        been closed were still left in the queue.  Now cancelled.
22    - Added some printfs to aim_info to get more informative crahes
23    - Fixed a bug in aim_rxqueue::purge
24
25  - Sun Jan  2 10:31:19 UTC 2000
26    - Cleanups in aim_info.c
27    - Can compile with -Ddebug=100 again
28    - Implemented chat: Joining/Leaving, info parsing, IM parsing/sending
29    - Implemented some chatnav: rights req/parsing, room creation
30
31  - Thu Dec 30 10:08:42 UTC 1999
32    - Fixed bug in aim_im.c when (encoding == NULL) || (lang == NULL)
33    - Added detection of voice chat requests
34    - Added AIM_CLASS_* defines, including new Away flag
35    - Added awaymsg parameter to bos_setprofile.
36      - If awaymsg is nonnull, you will be advertised as being away (your
37          class will be ORed with AIM_CLASS_AWAY), otherwise you'll show 
38          up normal.
39
40  - Wed Dec 29 10:06:35 UTC 1999
41    - Fixed small bug in IM parser
42    - Added stubs for the capability TLVs in userinfo.
43
44  - Wed Dec 29 09:14:45 UTC 1999
45    - Added a capability block to aim_bos_setprofile.  Can now get chat 
46        invites again.
47    - Extended ICBM parser to support channel 2 messages (chat invites)
48      - A channel parameter has been prepended to the varargs -- REQUIRES 
49          CLIENT CHANGES.
50      - Extended faimtest to support chat invites.
51    - Changed faimtest to get sn/password from environment
52
53  - Wed Dec 29 04:17:03 UTC 1999
54    - Added -g to CFLAGS
55    - Added aim_sendconnack() to aim_login.c (needed for newer login)
56    - Added code for the new SNAC-based login/auth procedure. (see SNACLOGIN
57        in faim/faimconfig.h for why its not enabled)
58    - Reimplemented aim_authparse(), aim_handleredirect() using TLVlists
59        - The old auth_failed callback is now integrated into the
60            success one.  If there was an error, logininfo->errorcode is nonzero
61    - Fiddled with version information.  Added aim_setversions()
62    - Added table of SNAC names for showing unknown snacs (jbm)
63    - Added a middle handler for MOTD
64    - Added new authorization SNACs to faim/aim_cbtypes.h   
65
66  - Sun Dec 26 22:59:10 UTC 1999
67    - Renamed login_phase1_struct to aim_login_struct
68    - Changed cookie and sn to be static arrays in aim_login_struct
69    - Integrated the Jabber-faim changes.  (temas)  [BIG CLIENT CHANGES]
70      - Added aim_session_t, removed all global variables
71      - Changed all functions to accept a session pointer
72      - Removed aim_global.c
73      - Updated faimtest to use an aim_session_t.
74      - Removed all cases where logininfo was passed as vararg to client
75    - Fixed small bug in aim_newconn's 'fixing' of host:port addresses
76    - Added an install rule to the makefile (installs headers+so only!)
77    - Enabled USE_SNAC_FOR_IMS by default, assuming it got fixed
78        by n's new aim_snac.c from ages ago
79    - Implemented a middle handler for 0004/0001 message errors, added
80        snacid lookup to get illfated destination SN and pass to client
81    - Implemented a short middle handler for offgoing buddy.
82
83  - Fri Dec 24 21:30:06 UTC 1999
84    - Added an error-counting Read() that has been sitting in my inbox
85    - Cleaned up header files, created aim_cbtypes.h.
86    - Added void * to aim_conn_t for private client use if they want. (Orb)
87    - Removed all stderr output.  All output is important, and goes to stdout.
88    - Renamed isautoresponse in IM parser to icbmflags.
89    - Added Orb's fix for the new login code, deleted old (see Orb, I do read
90        your mail....eventually).
91    - Added mailing lists to README.
92
93  - Fri Dec 24 11:12:34 UTC 1999
94    - Cleaned up both outgoing and incoming ICBM handling.  Anything
95        that crashes around there is no longer libfaims fault!
96        - The encoding flags are now passed up to the client.
97    - Added several TLV routines to parse large blocks of continuous
98        TLV triplets.  Not terribly effecient, but quite elegent in usage.
99    - Added icbm_setparams() back in from way-back-long-ago.  It hasn't
100        been implemented in a long time, but I think we should still send it.
101
102  - Fri Dec 24 01:23:06 UTC 1999
103    - Fixed a very minor bug in aim_newconn().
104    - Added aimutil_get{16,32}()
105    - Added aim_extractuserinfo() for extracting  user data
106        blocks and putting them into struct aim_userinfo_s's.
107          - Added a loop to print out info on extraneous TLVs.
108          - Put in lots of comments.
109    - Added parse_oncoming_middle() to parse the user data
110        block of that packet.  Now passes struct aim_userinfo_s
111        to client.
112    - Rearranged parse_userinfo_middle().  Now passes an entire
113        userinfo struct to client instead of individual variables.
114    - Convered the version of parse_im_middle() thats actually getting
115        used to pass up a userinfo struct.  
116    - Updated faimtest to accept new structs.
117
118  - Tue Dec 21 06:18:50 UTC 1999
119    - Fixed a Win32 header problem
120  - Tue Dec 21 03:44:13 UTC 1999
121    - Latency timers now update on rx as well as tx.  Gets rid of even more
122        of the rate problems that most clients are having.  
123    - Renamed lasttx and settxlatency to lastactivity and setlatency, respec.
124    - Integrated fixes needed for Win32 -- should compile cleanly now (DMP)
125    - Cleaned up some places, use aim_putsnac everywhere now.
126
127  - Sun Sep 26 20:04:20 MST 1999
128    - Reduced the IM parsing to look for 3 zeros instead of 4 -- NEEDS WORK
129        - This was needed to work with MacAIM3 and some WinAIM3s.
130    - Added aim_conn_settxlatency() for throttling outgoing frames -- NEEDS WORK
131    - Added an int to the userinfo and incoming IM user callbacks for new
132        TLV that AOL put it in -- its the number of seconds elapsed since
133        the user logged in
134    - Worked more on the callbacks (more internal rearrangements)
135    - Fixed bug in aim_select() (returning negative fds)
136    - Clear out logininfo struct before putting more data into it
137    - Other bugfixes that I can't particularly remember.
138
139  - Tue Aug 24 03:13:12 UTC 1999   --- TRANSITION RELEASE!!
140    - Added jbm's new aim_rxqueue.c, which should crash less
141    - Started the overhaul on the callback system.  No where near complete yet.
142
143  - Sun Aug  1 03:02:17 UTC 1999
144    - Added aimutil_*()s in aim_util.c for raw byte placement
145    - Cleaned up aim_im.c, aim_auth.c, and aim_login.c using aimutil_*
146    - Added AIM_IMFLAGS, flags option to aim_send_im(), removed
147        aim_send_im_away()
148    - Added client_info parameter to aim_send_login()
149    - Tweaked aim_send_im() (AOL changed a few things, there's some more
150        changes left to do)
151    - Some Chat stuff changed, still no where near functional
152    - Finally remembered to switch the license to LGPL (from GPL)
153    - Permit/Deny (blocking) list support added
154    - Released a snapshot
155
156  - Sat Jul 31 05:28:38 UTC 1999
157    - Changed aim_bos_setdeny() to aim_bos_changevisibility() and actually
158        did the implementation.  
159
160  - Fri Jul 23 17:45:22 UTC 1999
161    - Work around for the AOL change in IP syntax (thanks to Eric Peyton)
162    - Released snapshot
163
164  - Sun Apr 25 23:31:44 UTC 1999
165    - Fixed stupid off-by-one bug in aim_logoff()
166
167  - Sun Apr 25 22:43:31 UTC 1999
168    - Renamed/reclassified missed IM errors (now all callbacks -- no backend handling)
169    - Killed aim_login() -- all connections now opened in frontend
170    - aim_conn_close() will not close fd's < 3
171    - Released snapshot.
172
173  - Sat Apr 10 22:44:07 UTC 1999
174    - Changed how rx_command->handled works; now uses return value from callback
175    - Changed the if's in the dispatcher (aim_rxhandlers.c) to switch()es
176
177  - Sat Apr 10 03:51:21 UTC 1999
178    - Started CHANGES
179    - Put in n's aim_snac.c.
180    - Updated aim_{add,remove}_buddy() to use aim_conn
181    - Updated aim_usersearch_address() to use aim_conn
182    - Cleaned up aim.h a bit (removed old *phase* protos)
183    - Changed gethostbyname() to gethostbyname2() (for MacOS X)
184    - Changed aim_newconn() to pass connection errors in connstruct->status
185      - Updated faimtest.c to detect connection errors
186    - Fixed a small typo in aim_im::aim_parse_incoming_im_middle()
187    - Added free()s in that function and to userinfo counterpart (fewer leaks)
188    - Released snapshot
189
190  - Sat Apr  3 06:43:14 UTC 1999
191    - Released snapshot
192
193  - Wed Dec 30 01:20:59 MST 1998
194    - Released snapshot
195
196  - Mon Dec  7 16:57:57 MST 1998
197    - Released snapshot
198
199  - Sat Dec  5 00:01:53 MST 1998
200    - Released snapshot
201  
202  - Thu Nov 26 17:50:02 MST 1998
203    -  Released snapshot
This page took 0.40343 seconds and 3 git commands to generate.