Mercurial > pidgin
comparison libfaim/CHANGES @ 1081:efcacae6acdb
[gaim-migrate @ 1091]
libfaim connects non-blocking
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 10 Nov 2000 22:49:02 +0000 |
parents | 1d8f05ea6bdf |
children | ed8855ae6632 |
comparison
equal
deleted
inserted
replaced
1080:e6637ff33957 | 1081:efcacae6acdb |
---|---|
1 | 1 |
2 No release numbers | 2 No release numbers |
3 ------------------ | 3 ------------------ |
4 - Fri Nov 10 08:24:34 UTC 2000 | |
5 - Add sess->flags (replaces sess->snaclogin) | |
6 - Remove odd setstatus call in chat parser | |
7 - Remove aim_tx_enqueue macro, replace with a smarter one | |
8 - If a connection is in progress, enqueue instead of calling | |
9 the client-specified queuer | |
10 - Add support for nonblocking connects through the | |
11 AIM_SESS_FLAG_NONBLOCKCONNECT flag to aim_session_init() | |
12 - Add AIM_CB_SPECIAL_CONNCOMPLETE callback. Not real useful. | |
13 - Add AIM_CB_SPECIAL_FLAPVER callback. Can be used as an alternate | |
14 way of starting the login process, or just to look like you | |
15 know what you're doing. Fixed associated inconsistencies | |
16 in aim_rxhandlers too. | |
17 - Fix some connection status stupidities in faimtest. | |
18 | |
19 - Wed Nov 8 13:11:18 UTC 2000 | |
20 - Reenable/reimplement older login, but only use for ICQ UINs | |
21 - This is a fairly ugly hack. But...eh. It works. | |
22 - You'll need to remove the aim_sendconnack() before the | |
23 call to aim_request_login. It will now do it automatically | |
24 if its needed. (hint: ***CLIENT CHANGE***) | |
25 | |
26 - Wed Nov 8 02:23:25 UTC 2000 | |
27 - I'm trying out using a modified version of the kernel-doc scripts | |
28 to help document the libfaim code a bit. See aim_conn.c and | |
29 aim_tlv.c, as well as the scripts in utils/docs. | |
30 | |
31 - Wed Oct 25 17:52:20 UTC 2000 | |
32 - Cleanup warnings from newer gcc's (RH7.0) | |
33 - Aparently newer gcc's don't let you do as strong of integer types | |
34 on va_arg as older ones... So, let me know if this breaks on your | |
35 compiler | |
36 | |
4 - Tue Oct 17 02:10:13 UTC 2000 | 37 - Tue Oct 17 02:10:13 UTC 2000 |
5 - Rearrange a few things | 38 - Rearrange a few things |
6 | 39 |
7 - Mon Oct 16 20:56:59 UTC 2000 | 40 - Mon Oct 16 20:56:59 UTC 2000 |
8 - Remove some warnings | 41 - Remove some warnings |