Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
282:918db59d3814 | 283:0f14e6d8a51b |
---|---|
1 | 1 |
2 No release numbers | 2 No release numbers |
3 ------------------ | 3 ------------------ |
4 - Wed May 31 01:17:24 UTC 2000 | |
5 - Added constants for message sizes (MAXMSGLEN, MAXCHATMSGLEN) | |
6 - Note that the new max message size is defined as 7988bytes, | |
7 drastically larger than WinAIM lets you put out. This is a | |
8 libfaim-exclusive feature :) | |
9 - Reduced base buffer size on aim_send_im() | |
10 | |
4 - Tue May 30 22:32:31 UTC 2000 | 11 - Tue May 30 22:32:31 UTC 2000 |
5 - Added lock around tx seqnum to prevent that race when transmitting | 12 - Added lock around tx seqnum to prevent that race when transmitting |
6 from diverse threads. (actually committed earlier today) | 13 from diverse threads. (actually committed earlier today) |
7 - Added aim_meta.c and a few constants and things to keep | 14 - Added aim_meta.c and a few constants and things to keep |
8 track of "releases". | 15 track of "releases". |