comparison libfaim/CHANGES @ 338:9d258a0aa560

[gaim-migrate @ 348] Whoa, all kinds of things happened here. The applet looks better. The preferences dialog changes based on your compile-time options (oscar, gnome). Whispering works again. libfaim got updated; it can almost do RVOUS stuff, and hopefully soon can make requests too. The applet doesn't need to have its sounds go through GNOME, although it still can. There is code to facilitate SOCKS5 support (all that needs to be done is to actually write the code to communicate with the proxy server). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Jun 2000 09:55:30 +0000
parents 8cdc4ab449ec
children 6d78b988b479
comparison
equal deleted inserted replaced
337:f5b199e20d12 338:9d258a0aa560
1 1
2 No release numbers 2 No release numbers
3 ------------------ 3 ------------------
4 - Tue Jun 6 01:36:48 UTC 2000
5 - Inverted gethostbyname2() check. Not sure how that ended up
6 in that state.
7 - Added some of the initial framework to support file transfers
8 - Added in a few checks for that
9 - Can currently parse and send a denial message.
10 - Added cookie caching. (Sorry, I just like saying that.)
11 - Rearranged channel 2 ICBM parsing (detects the different
12 rendezvous types better and hopefully accuratly).
13 - Killed the connection array. Now a list. (Suits the
14 upcoming features better.) --- REQUIRES CLIENT CHANGES...
15 - In most cases, you need to change aim_conn_close() calls
16 to aim_conn_kill(). This will free them as well as
17 close them. If you don't do this, you'll pollute the
18 connection list and leak memory.
19 - Possibly a few other minor things (some cleanups to faimtest for one)
20
21 - Fri Jun 2 23:27:28 UTC 2000
22 - Cleaned up aim_send_login slightly
23 - Added aimicq_encode_password to support the new hash
24 values required for logging in with ICQ
25 - Removed crash when email and/or reg status aren't
26 in the auth response (they're not in ICQ responses)
27 - So now as long as you specify a client version of
28 4.30.3141 in the client info, and your ICQ number
29 as your screen name, you can login to ICQ via libfaim
30 and use it just like an AIM account.
31 - Added AIM_CB_SPECIAL_CONNERR callback for recieving
32 messages such as disconnect reasonses ("you logged
33 on from a different machine", etc).
34 - Added faimtest's userinfo handler to support away messages
35
4 - Fri Jun 2 15:57:27 UTC 2000 36 - Fri Jun 2 15:57:27 UTC 2000
5 - Add creation time, maxmsglen, and various unknowns to chat info 37 - Add creation time, maxmsglen, and various unknowns to chat info
6 update callback. 38 update callback.
7 - Remove 'nothing works yet' comment from top of aim_chat.c (it works!) 39 - Remove 'nothing works yet' comment from top of aim_chat.c (it works!)
8 40