log

age author description
Wed, 08 Aug 2007 23:01:44 +0000 Carlos Silva Improve MSN_SOAP_DEBUG and workaround a Win32 bug which would case Pidgin to consume insane amounts of memory when printing a large string to the Debug Window.
Tue, 07 Aug 2007 22:07:26 +0000 Carlos Silva msn_soap_read_buf() shouldn't be used after calling soapconn->read_cb as this callback function can sometimes free soapconn (such as in nexus_login_read_cb after closing nexus connection)
Tue, 07 Aug 2007 02:37:58 +0000 Carlos Silva Add the possibility to create an Address Book, useful for newly registered MSN users.
Mon, 23 Jul 2007 18:16:58 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 53b8831e57f625eca0980aca94f04416b32bcd8f)
Sun, 22 Jul 2007 18:17:41 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 5e94d4a46251e35e2b640180905fe364b82355e5)
Sat, 21 Jul 2007 23:56:57 +0000 Ka-Hing Cheung merge of '5d965caa0ea003eef5a1b959791135f900bf10ea'
Sat, 21 Jul 2007 23:56:16 +0000 Ka-Hing Cheung explicit merge of '9a7160daa1babd3ca644d25e4314310e3f24077e'
Tue, 17 Jul 2007 19:12:12 +0000 Carlos Silva Unescape our own status messages before sending them to the server so other clients show them correctly. Thanks to Simom for the patch. Fixes #738
Tue, 17 Jul 2007 00:35:50 +0000 Carlos Silva Misc cleanups, better error handling, and print the Address Book received from the server in a human readable way.
Mon, 16 Jul 2007 23:06:21 +0000 Carlos Silva propagate from branch 'im.pidgin.pidgin' (head be582d1ac8a250870b9c691a8cb1ab4c170650bc)
Sat, 14 Jul 2007 18:36:34 +0000 Carlos Silva propagate from branch 'im.pidgin.pidgin' (head d565f6901d390d091fab30d0bd923fa36c335da2)
Sat, 14 Jul 2007 18:13:59 +0000 Carlos Silva Print the policies sent by the server (GCF command) in a human-readable way.
Sat, 14 Jul 2007 00:04:48 +0000 Carlos Silva Correctly process an additional <Service> with type Profile and name 'Messenger Roaming Identity' sent with the contact list using a recently registered WLM account, that was causing the initial ADL command to be sent malformed, and our presence status not being forwarded to our buddies
Mon, 09 Jul 2007 17:59:36 +0000 Carlos Silva We already call msn_set_psm() in the end of msn_session_finish_login()
Sat, 07 Jul 2007 19:55:14 +0000 Carlos Silva Fix authentication failures handling (ticket 1246) and fix some compiler warnings