comparison libfaim/CHANGES.gaim @ 277:bba300ed4fab

[gaim-migrate @ 287] mmm mmm good committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 28 May 2000 22:09:30 +0000
parents 9e6fc62490cd
children 501e09c51cbc
comparison
equal deleted inserted replaced
276:9e6fc62490cd 277:bba300ed4fab
2 Sun May 28 21:33:43 UTC 2000 EWarmenhoven 2 Sun May 28 21:33:43 UTC 2000 EWarmenhoven
3 - Figured out how aim_set_latency works, and why I thought it wasn't 3 - Figured out how aim_set_latency works, and why I thought it wasn't
4 working before, and so now you can receive messages a lot faster, I 4 working before, and so now you can receive messages a lot faster, I
5 hope. 5 hope.
6 - Chat still isn't working, and I don't know why. 6 - Chat still isn't working, and I don't know why.
7 - It no longer has me as one of your buddies, and no longer sets your
8 profile when you don't have one to 'Hello'.
7 9
8 Fri May 26 22:56:00 UTC 2000 EWarmenhoven 10 Fri May 26 22:56:00 UTC 2000 EWarmenhoven
9 - Adam explained to me everything I was doing wrong, ridiculed me a bit, 11 - Adam explained to me everything I was doing wrong, ridiculed me a bit,
10 and eventually told me how to fix the 100% bug. Gaim/Faim is now 12 and eventually told me how to fix the 100% bug. Gaim/Faim is now
11 completely usable (chat is still a little funny). The only thing left 13 completely usable (chat is still a little funny). The only thing left
12 to do is add better error handling. 14 to do is add better error handling.
13 - Changed aim_txqueue.c in libfaim to flush the queue after something 15 - Changed aim_txqueue.c in libfaim to flush the queue after something
14 was enqueue'd, per Adam's suggestion. This is the only real change I 16 was enqueue'd, per Adam's suggestion. This is the only real change I
15 have made to libfaim in order to get it to work with gaim. 17 have made to libfaim in order to get it to work with gaim.
18 - Commented out the permit/deny list stuff (again).
16 19
17 Thu May 25 07:10:34 UTC 2000 EWarmenhoven 20 Thu May 25 07:10:34 UTC 2000 EWarmenhoven
18 - Changed around aim.c a bit so that the registering of sounds and 21 - Changed around aim.c a bit so that the registering of sounds and
19 plugins and such gets taken care of after we actually finish signing 22 plugins and such gets taken care of after we actually finish signing
20 on. this should fix a lot of things, but still not the 100% bug (as I 23 on. this should fix a lot of things, but still not the 100% bug (as I