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