comparison libfaim/CHANGES @ 279:501e09c51cbc

[gaim-migrate @ 289] Updates to libfaim -> updates to gaim. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 29 May 2000 20:30:48 +0000
parents c5aa7bf99059
children 918db59d3814
comparison
equal deleted inserted replaced
278:29e1669b006b 279:501e09c51cbc
1 1
2 No release numbers 2 No release numbers
3 ------------------ 3 ------------------
4 - Mon May 29 12:08:28 GMT 2000
5 - Rearranged aim_tx_flushqueue(); moved write operation
6 to aim_tx_sendframe()
7 - Turned aim_tx_enqueue() into a macro that calls sess->tx_enqueue,
8 a function pointer to whatever you want to use to enqueue
9 things for transmition (or not)
10 - Old aim_tx_enqueue becomes aim_tx_enqueue__queuebased. Added
11 aim_tx_enqueue__immediate for doing immediate writes. Default
12 is to use queue-based procedure.
13 - Cleaned up parts of aim_conn.c
14 - Added locking around the sockets themselves. Should allow
15 for full cross-thread usage.
16 - Unfortunatly, only pthreads are supported at this time.
17 If you don't have pthreads on your arch, implement the
18 macros your arch needs and send me a patch. (A SysV
19 semaphore implementation would be trivial, as would a
20 simple integer-based lock.)
21
4 - Sun May 21 14:59:20 GMT 2000 22 - Sun May 21 14:59:20 GMT 2000
5 - Added infotype parameter to aim_getinfo() for requesting 23 - Added infotype parameter to aim_getinfo() for requesting
6 different types of messages. AIM_GETINFO_GENERALINFO 24 different types of messages. AIM_GETINFO_GENERALINFO
7 will get you the normal stuff, AIM_GETINFO_AWAYMESSAGE 25 will get you the normal stuff, AIM_GETINFO_AWAYMESSAGE
8 will get the normal stuff, with the profile replaced with 26 will get the normal stuff, with the profile replaced with