]> andersk Git - libfaim.git/blame - CHANGES
- Sat Jun 24 00:44:24 UTC 2000
[libfaim.git] / CHANGES
CommitLineData
9de3ca7e 1
2No release numbers
3------------------
68ac63c2 4 - Sat Jun 24 00:44:24 UTC 2000
5 - Support zero-type TLVs in aim_extractinfo()
6 - AOL now ocassionally throws extra zeros in so in order to break
7 clients. Aparently zero-type TLVs are a special case -- if the
8 type is zero, then _there is no length_ field. AOL are geniuses.
9 - Note that you only get these if you send a bad client string, such
10 as the top one in faimtest. If you #if 0 that one out and use the
11 second one, you'll be fine. (Unless you just want to see the message
12 for yourself. Its nifty. (FREE!))
13 - ICBM parser now uses aim_extractuserinfo() so that it can benefit
14 from the above changes, as well as clean up the whole "is it the
15 first or the second one of this type?" issue
16 - This also fixes the changes AOL made in away messages.
17 = Fixed a possible buffer overflow when AOL changes the max sn length
18 - Increased MAXSNLEN to 32 (they appear to be valid)
19 - If you start getting messages from someone called "AOL Instant
20 Messenger", see comment one, paragraph two.
21 - aim_select() now returns a -1 if there are no connections open
22 - Connections are now killed completely if there is a major error on them
23 - faimtest now calls aim_logoff() on connection error
24
f0a7908e 25 - Fri Jun 23 22:38:47 UTC 2000
26 - Adds start of adverts support
27 - Adds aim_bos_nop(). You may want to send this occassionally
28 - Fixes aim_rxhandlers.c to work for people with three-letter
29 screen names
30
b69540e3 31 - The week prior to Fri Jun 16 19:37:09 UTC 2000
32 - Rethought the rendezvous stuff. DEFINIT WORK IN PROGRESS
33 - Do not bother trying to use this. This will probably break
34 your clients. You may or may not want to fix them, since
35 I may change it again soon.
36 - I REPEAT: This really is a developer-only version. It barely
37 compiles. I'm just committing it so I don't have so many
38 trees floating around.
39 - Added stuff to support OFT as well as OSCAR protocols
40 - Added aim_send_im_direct() for directim ("IM Image")
41 - Added caps getting/putting routines
42 - Added more aim_login fixes to avoid more AOL stupidity
43 - This is the same as went to libfaim-devel yesterday, so don't upgrade
44 just to get these changes.
45 - Removed aimicq_encode_password -- now use the same table
46 for both ICQ and AIM
47 - Added AUTHORS
48
040457cc 49 - Tue Jun 6 01:36:48 UTC 2000
50 - Inverted gethostbyname2() check. Not sure how that ended up
51 in that state.
52 - Added some of the initial framework to support file transfers
53 - Added in a few checks for that
54 - Can currently parse and send a denial message.
55 - Added cookie caching. (Sorry, I just like saying that.)
56 - Rearranged channel 2 ICBM parsing (detects the different
57 rendezvous types better and hopefully accuratly).
58 - Killed the connection array. Now a list. (Suits the
59 upcoming features better.) --- REQUIRES CLIENT CHANGES...
60 - In most cases, you need to change aim_conn_close() calls
61 to aim_conn_kill(). This will free them as well as
62 close them. If you don't do this, you'll pollute the
63 connection list and leak memory.
64 - Possibly a few other minor things (some cleanups to faimtest for one)
65
5e02cf44 66 - Fri Jun 2 23:27:28 UTC 2000
67 - Cleaned up aim_send_login slightly
68 - Added aimicq_encode_password to support the new hash
69 values required for logging in with ICQ
70 - Removed crash when email and/or reg status aren't
71 in the auth response (they're not in ICQ responses)
72 - So now as long as you specify a client version of
73 4.30.3141 in the client info, and your ICQ number
74 as your screen name, you can login to ICQ via libfaim
75 and use it just like an AIM account.
76 - Added AIM_CB_SPECIAL_CONNERR callback for recieving
77 messages such as disconnect reasonses ("you logged
78 on from a different machine", etc).
79 - Added faimtest's userinfo handler to support away messages
80
aa6efcfd 81 - Fri Jun 2 15:57:27 UTC 2000
82 - Add creation time, maxmsglen, and various unknowns to chat info
83 update callback.
84 - Remove 'nothing works yet' comment from top of aim_chat.c (it works!)
85
91931247 86 - Wed May 31 01:17:24 UTC 2000
87 - Added constants for message sizes (MAXMSGLEN, MAXCHATMSGLEN)
88 - Note that the new max message size is defined as 7988bytes,
89 drastically larger than WinAIM lets you put out. This is a
90 libfaim-exclusive feature :)
91 - Reduced base buffer size on aim_send_im()
92
0cc57340 93 - Tue May 30 22:32:31 UTC 2000
94 - Added lock around tx seqnum to prevent that race when transmitting
95 from diverse threads. (actually committed earlier today)
96 - Added aim_meta.c and a few constants and things to keep
97 track of "releases".
98 - Added mkbuildinfo.sh to automatically update build string
99 "constants" on every invocation of 'make all'.
100
e88ba395 101 - Mon May 29 12:08:28 GMT 2000
102 - Rearranged aim_tx_flushqueue(); moved write operation
103 to aim_tx_sendframe()
104 - Turned aim_tx_enqueue() into a macro that calls sess->tx_enqueue,
105 a function pointer to whatever you want to use to enqueue
106 things for transmition (or not)
107 - Old aim_tx_enqueue becomes aim_tx_enqueue__queuebased. Added
108 aim_tx_enqueue__immediate for doing immediate writes. Default
109 is to use queue-based procedure.
110 - Cleaned up parts of aim_conn.c
111 - Added locking around the sockets themselves. Should allow
112 for full cross-thread usage.
113 - Unfortunatly, only pthreads are supported at this time.
114 If you don't have pthreads on your arch, implement the
115 macros your arch needs and send me a patch. (A SysV
116 semaphore implementation would be trivial, as would a
117 simple integer-based lock.)
118
262272cc 119 - Sun May 21 14:59:20 GMT 2000
120 - Added infotype parameter to aim_getinfo() for requesting
121 different types of messages. AIM_GETINFO_GENERALINFO
122 will get you the normal stuff, AIM_GETINFO_AWAYMESSAGE
123 will get the normal stuff, with the profile replaced with
124 the user's away message. Also, the callback adds an
125 unsigned short to the end to give you the value that
126 was originally passed to the request.
127 - There were a few server-pertinent changes that didn't get
128 documented from last month. I have no idea what they were.
129
b1894773 130 - Sun Apr 2 07:29:11 UTC 2000
131 - Redid much of the tx path to remove the superfluous copy. But
132 it touches every function that transmits. Its been a long
133 time in coming.
134 - Added caps parameter to aim_bos_setprofile(). You can now
135 control what capabilties you show up as others to
136 - Added ->capabilities to userinfo. It should be nonzero when
137 its coming off buddy oncoming information, but NOT requested
138 user info.
139
f1a5efe0 140 - Sun Apr 2 01:45:15 UTC 2000
141 - Increased AIM_CONN_MAX from 5 to 7. Precausionary only
142 - Removed deprecated TIS_TELNET_PROXY from faim/faimconfig.h
143 - Added macros for the simple integer functions in aim_util.c
144 - Removed usage of aim_failsaferead()
145 - Still not sure why I had it to begin with. I think it
146 was a remament from when we used non-blocking sockets
147 (which I don't know why I did either)
148 - Removed some of the oddities in aim_get_command()
149 - gprof showed this taking 20kns on my k6-300. Should be faster now.
150 - Added conn parameter. This should prevent aim_select() from
151 getting called too many times in a row.
152
50443ea0 153 - Thu Mar 23 08:45:40 UTC 2000
154 - Removed aim_countconn() > 0 check in aim_select(), its logically redundent
155 - Added aim_putuserinfo() (inverse of aim_extractuserinfo())
156 - Added aim_sendbuddyoncoming/offgoing()
157 - Rearranged loop in rxdispatch()
158 - Remove aim_conn_close() if connections dead in aim_get_command()
159
160 - Thu Mar 23 00:44:32 UTC 2000
161 - Added a check to purge_rxqueue to skip handled commands
162
e6b05d80 163 - Mon Mar 20 05:30:59 UTC 2000
164 - Added some server-only functions for login
165 - Added aim_counttlvchain()
166 - Added aim_sncmp() and aim_snlen()
167
b8d0da45 168 - Sun Mar 19 06:07:52 UTC 2000
169 - Added a parameter to aim_select to return event type
170 - REQUIRES CLIENT CHANGES.
171 - For the most part rewrote the tx and rx queuing code
172 - Should fix many, many outstanding problems in and related
173 to that code, including one that keeps memory from freeing
174 - Fixed several bugs in various places
175 - Reformated a lot of code, and did general cleanups
176 - Should have a generally more robust lib now.
177
0e2be272 178 - Sun Mar 12 00:07:40 UTC 2000
179 - Fixed a robustness problem in aim_handleredirect_middle()
180 - Added TLV chain creation routines (yes, aimd is progressing)
181
7bed1692 182 - Mon Jan 3 04:07:55 UTC 2000
183 - Fixed bug in aim_snac.c
184 - Fixed condition where commands read from connections that have
185 been closed were still left in the queue. Now cancelled.
186 - Added some printfs to aim_info to get more informative crahes
7b66dc87 187 - Fixed a bug in aim_rxqueue::purge
7bed1692 188
0c20631f 189 - Sun Jan 2 10:31:19 UTC 2000
190 - Cleanups in aim_info.c
191 - Can compile with -Ddebug=100 again
192 - Implemented chat: Joining/Leaving, info parsing, IM parsing/sending
193 - Implemented some chatnav: rights req/parsing, room creation
194
195 - Thu Dec 30 10:08:42 UTC 1999
196 - Fixed bug in aim_im.c when (encoding == NULL) || (lang == NULL)
197 - Added detection of voice chat requests
198 - Added AIM_CLASS_* defines, including new Away flag
199 - Added awaymsg parameter to bos_setprofile.
200 - If awaymsg is nonnull, you will be advertised as being away (your
201 class will be ORed with AIM_CLASS_AWAY), otherwise you'll show
202 up normal.
203
0b4acf97 204 - Wed Dec 29 10:06:35 UTC 1999
205 - Fixed small bug in IM parser
206 - Added stubs for the capability TLVs in userinfo.
207
26af6789 208 - Wed Dec 29 09:14:45 UTC 1999
0c20631f 209 - Added a capability block to aim_bos_setprofile. Can now get chat
210 invites again.
26af6789 211 - Extended ICBM parser to support channel 2 messages (chat invites)
0c20631f 212 - A channel parameter has been prepended to the varargs -- REQUIRES
213 CLIENT CHANGES.
26af6789 214 - Extended faimtest to support chat invites.
215 - Changed faimtest to get sn/password from environment
216
01b59e1e 217 - Wed Dec 29 04:17:03 UTC 1999
218 - Added -g to CFLAGS
219 - Added aim_sendconnack() to aim_login.c (needed for newer login)
220 - Added code for the new SNAC-based login/auth procedure. (see SNACLOGIN
221 in faim/faimconfig.h for why its not enabled)
222 - Reimplemented aim_authparse(), aim_handleredirect() using TLVlists
223 - The old auth_failed callback is now integrated into the
224 success one. If there was an error, logininfo->errorcode is nonzero
225 - Fiddled with version information. Added aim_setversions()
226 - Added table of SNAC names for showing unknown snacs (jbm)
227 - Added a middle handler for MOTD
26af6789 228 - Added new authorization SNACs to faim/aim_cbtypes.h
229
a25832e6 230 - Sun Dec 26 22:59:10 UTC 1999
231 - Renamed login_phase1_struct to aim_login_struct
232 - Changed cookie and sn to be static arrays in aim_login_struct
233 - Integrated the Jabber-faim changes. (temas) [BIG CLIENT CHANGES]
234 - Added aim_session_t, removed all global variables
235 - Changed all functions to accept a session pointer
236 - Removed aim_global.c
237 - Updated faimtest to use an aim_session_t.
238 - Removed all cases where logininfo was passed as vararg to client
239 - Fixed small bug in aim_newconn's 'fixing' of host:port addresses
240 - Added an install rule to the makefile (installs headers+so only!)
241 - Enabled USE_SNAC_FOR_IMS by default, assuming it got fixed
242 by n's new aim_snac.c from ages ago
243 - Implemented a middle handler for 0004/0001 message errors, added
244 snacid lookup to get illfated destination SN and pass to client
245 - Implemented a short middle handler for offgoing buddy.
246
adca9dcf 247 - Fri Dec 24 21:30:06 UTC 1999
248 - Added an error-counting Read() that has been sitting in my inbox
249 - Cleaned up header files, created aim_cbtypes.h.
24286d93 250 - Added void * to aim_conn_t for private client use if they want. (Orb)
251 - Removed all stderr output. All output is important, and goes to stdout.
252 - Renamed isautoresponse in IM parser to icbmflags.
253 - Added Orb's fix for the new login code, deleted old (see Orb, I do read
254 your mail....eventually).
255 - Added mailing lists to README.
adca9dcf 256
49c8a2fa 257 - Fri Dec 24 11:12:34 UTC 1999
258 - Cleaned up both outgoing and incoming ICBM handling. Anything
259 that crashes around there is no longer libfaims fault!
260 - The encoding flags are now passed up to the client.
261 - Added several TLV routines to parse large blocks of continuous
262 TLV triplets. Not terribly effecient, but quite elegent in usage.
263 - Added icbm_setparams() back in from way-back-long-ago. It hasn't
264 been implemented in a long time, but I think we should still send it.
265
9de3ca7e 266 - Fri Dec 24 01:23:06 UTC 1999
267 - Fixed a very minor bug in aim_newconn().
268 - Added aimutil_get{16,32}()
269 - Added aim_extractuserinfo() for extracting user data
270 blocks and putting them into struct aim_userinfo_s's.
271 - Added a loop to print out info on extraneous TLVs.
272 - Put in lots of comments.
273 - Added parse_oncoming_middle() to parse the user data
274 block of that packet. Now passes struct aim_userinfo_s
275 to client.
276 - Rearranged parse_userinfo_middle(). Now passes an entire
277 userinfo struct to client instead of individual variables.
278 - Convered the version of parse_im_middle() thats actually getting
279 used to pass up a userinfo struct.
280 - Updated faimtest to accept new structs.
281
282 - Tue Dec 21 06:18:50 UTC 1999
283 - Fixed a Win32 header problem
284 - Tue Dec 21 03:44:13 UTC 1999
285 - Latency timers now update on rx as well as tx. Gets rid of even more
286 of the rate problems that most clients are having.
287 - Renamed lasttx and settxlatency to lastactivity and setlatency, respec.
288 - Integrated fixes needed for Win32 -- should compile cleanly now (DMP)
289 - Cleaned up some places, use aim_putsnac everywhere now.
290
291 - Sun Sep 26 20:04:20 MST 1999
292 - Reduced the IM parsing to look for 3 zeros instead of 4 -- NEEDS WORK
293 - This was needed to work with MacAIM3 and some WinAIM3s.
294 - Added aim_conn_settxlatency() for throttling outgoing frames -- NEEDS WORK
295 - Added an int to the userinfo and incoming IM user callbacks for new
296 TLV that AOL put it in -- its the number of seconds elapsed since
297 the user logged in
298 - Worked more on the callbacks (more internal rearrangements)
299 - Fixed bug in aim_select() (returning negative fds)
300 - Clear out logininfo struct before putting more data into it
301 - Other bugfixes that I can't particularly remember.
302
303 - Tue Aug 24 03:13:12 UTC 1999 --- TRANSITION RELEASE!!
304 - Added jbm's new aim_rxqueue.c, which should crash less
305 - Started the overhaul on the callback system. No where near complete yet.
306
307 - Sun Aug 1 03:02:17 UTC 1999
308 - Added aimutil_*()s in aim_util.c for raw byte placement
309 - Cleaned up aim_im.c, aim_auth.c, and aim_login.c using aimutil_*
310 - Added AIM_IMFLAGS, flags option to aim_send_im(), removed
311 aim_send_im_away()
312 - Added client_info parameter to aim_send_login()
313 - Tweaked aim_send_im() (AOL changed a few things, there's some more
314 changes left to do)
315 - Some Chat stuff changed, still no where near functional
316 - Finally remembered to switch the license to LGPL (from GPL)
317 - Permit/Deny (blocking) list support added
318 - Released a snapshot
319
320 - Sat Jul 31 05:28:38 UTC 1999
321 - Changed aim_bos_setdeny() to aim_bos_changevisibility() and actually
322 did the implementation.
323
324 - Fri Jul 23 17:45:22 UTC 1999
325 - Work around for the AOL change in IP syntax (thanks to Eric Peyton)
326 - Released snapshot
327
328 - Sun Apr 25 23:31:44 UTC 1999
329 - Fixed stupid off-by-one bug in aim_logoff()
330
331 - Sun Apr 25 22:43:31 UTC 1999
332 - Renamed/reclassified missed IM errors (now all callbacks -- no backend handling)
333 - Killed aim_login() -- all connections now opened in frontend
334 - aim_conn_close() will not close fd's < 3
335 - Released snapshot.
336
337 - Sat Apr 10 22:44:07 UTC 1999
338 - Changed how rx_command->handled works; now uses return value from callback
339 - Changed the if's in the dispatcher (aim_rxhandlers.c) to switch()es
340
341 - Sat Apr 10 03:51:21 UTC 1999
342 - Started CHANGES
343 - Put in n's aim_snac.c.
344 - Updated aim_{add,remove}_buddy() to use aim_conn
345 - Updated aim_usersearch_address() to use aim_conn
346 - Cleaned up aim.h a bit (removed old *phase* protos)
347 - Changed gethostbyname() to gethostbyname2() (for MacOS X)
348 - Changed aim_newconn() to pass connection errors in connstruct->status
349 - Updated faimtest.c to detect connection errors
350 - Fixed a small typo in aim_im::aim_parse_incoming_im_middle()
351 - Added free()s in that function and to userinfo counterpart (fewer leaks)
352 - Released snapshot
353
354 - Sat Apr 3 06:43:14 UTC 1999
355 - Released snapshot
356
357 - Wed Dec 30 01:20:59 MST 1998
358 - Released snapshot
359
360 - Mon Dec 7 16:57:57 MST 1998
361 - Released snapshot
362
363 - Sat Dec 5 00:01:53 MST 1998
364 - Released snapshot
365
366 - Thu Nov 26 17:50:02 MST 1998
367 - Released snapshot
This page took 0.898589 seconds and 5 git commands to generate.