Mercurial > pidgin
diff libfaim/CHANGES @ 1245:2ac6ccb94229
[gaim-migrate @ 1255]
libfaim stuff
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 12 Dec 2000 23:58:58 +0000 |
parents | 90bb83cafb9e |
children | f50146ce818e |
line wrap: on
line diff
--- a/libfaim/CHANGES Tue Dec 12 23:09:07 2000 +0000 +++ b/libfaim/CHANGES Tue Dec 12 23:58:58 2000 +0000 @@ -1,6 +1,17 @@ No release numbers ------------------ + - Tue Dec 12 23:02:41 UTC 2000 + - Got pissed off at sess->logininfo. Got rid of it. + - Now pass all that stuff in as varargs, like it should be. + - *** Look at the changes to faimtest. You'll also need to + change anything in your code that references sess->logininfo + to reference sess->sn instead. The rest of the other info + is now unavailable (it was before, too, it just didnt look like it). + - A few other minor cleanups. + - Added aim_gettlv8/16/32, aim_puttlv_8, and aim_addtlvtochain_noval. + - Added that short 0x004a TLV to the auth request, like WinAIM 4.3. + - Mon Dec 4 23:46:35 UTC 2000 - Add exchange to the create response callback (doh!)