Mercurial > pidgin
comparison libfaim/CHANGES @ 1535:1e2cc8c8bf3c
[gaim-migrate @ 1545]
libfaim updates.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 05 Mar 2001 03:59:32 +0000 |
parents | 4c5c2fcb83cd |
children | 3fe5799b7823 |
comparison
equal
deleted
inserted
replaced
1534:d98b92e3d9ff | 1535:1e2cc8c8bf3c |
---|---|
1 | 1 |
2 No release numbers | 2 No release numbers |
3 ------------------ | 3 ------------------ |
4 - Mon Mar 5 01:19:48 UTC 2001 | |
5 - Fix typo in last CHANGES entry. | |
6 - Add fix from Eric to keep efence from complaining about malloc(0) | |
7 - Add .cvsignore files (also from Eric) | |
8 - Throw in josh's latest OFT/ODC kludges | |
9 - Completly remove all calls to printf and (unbounded) sprintf | |
10 - Add aim_setdebuggingcb() | |
11 - Remove preprocessor-based debug semantics (faimconfig.h) | |
12 - faimdprintf() now calls a user-specified callback to do printing | |
13 - Rearrange aim_tx_new() parameters to be more sensical, add sess | |
14 - Do some sanity checking in aim_tx_new() | |
15 - Add #defines to keep printf from compiling inside libfaim | |
16 - Who knows what else. (in total, this patch is nearly 5k lines) | |
17 | |
18 - Fri Mar 2 02:17:22 UTC 2001 | |
19 - Add aim_fingerprintclient(). (AB will trust this, but you shouldn't.) | |
20 - Add some EXTRA_DIST to Makefile.am | |
21 | |
22 - Mon Feb 26 01:46:34 UTC 2001 | |
23 - Fix swapped bytes in aim_caps[]. Thanks to | |
24 Bruce Miller <bmiller@ics.uci.edu> for pointing this out. | |
25 | |
26 - Sun Feb 11 01:07:36 UTC 2001 | |
27 - Make secondary connections to the authorizer work again | |
28 - Make aim_auth_changepasswd() work again. | |
29 - Add aim_auth_setversions(), aim_auth_getinfo(), aim_auth_setemail(), | |
30 aim_auth_reqconfirm() | |
31 - Add middle handlers for responses to all of above. | |
32 - Add examples of above to faimtest (start with 'reqauth') | |
33 | |
34 - Fri Feb 9 22:31:22 UTC 2001 | |
35 - Add aim_tx_setenqueue(). | |
36 | |
37 - Thu Feb 8 20:12:39 UTC 2001 | |
38 - Let TLV functions out of aim.h if FAIM_NEED_TLV is defined. | |
39 | |
40 - Thu Feb 8 02:31:25 UTC 2001 | |
41 - Remove aim_purgecookies() -- never used anyway | |
42 - Clean up a few bits of aim_msgcookie.c | |
43 - Remove AIM_CONN_MAX constant (hasn't been relevent in ages) | |
44 - Change commentary on synchro in aim.h | |
45 - Add NOPLOCKS and make them default | |
46 - Make faim/aim.h more of a mess; try to keep interfaces hiddenish. | |
47 - Add #define FAIM_INTERNAL to top of every file | |
48 - Remove aim_countconn (no one uses it anyway) | |
49 - Add aim_cloneconn() (cringe.) | |
50 - Throw in josh's getfile patch (and then munge it enough to break it) | |
51 - Add getopt() to faimtest. | |
52 - Remove aim_buildcode.h/mkbuildinfo.sh crap. | |
53 - Clean up aim_cleansnacs() | |
54 - There may have been other stuff too. As always, the diff is the | |
55 most accurate changelog there is. | |
56 - *** FT is currently more broken than it was before. Also, this patch | |
57 introduces even more memory leaks. You've been warned. | |
58 | |
4 - Sun Dec 17 07:19:04 UTC 2000 | 59 - Sun Dec 17 07:19:04 UTC 2000 |
5 - Update the capability block list | 60 - Update the capability block list |
6 | 61 |
7 - Sat Dec 16 01:34:19 UTC 2000 | 62 - Sat Dec 16 01:34:19 UTC 2000 |
8 - Rename paramid to rateclass | 63 - Rename paramid to rateclass |