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