log

age author description
Sat, 08 Sep 2007 01:05:41 +0000 Sadrul Habib Chowdhury Plug some leak.
Thu, 06 Sep 2007 06:58:29 +0000 Ka-Hing Cheung mostly fixed offline messaging, still 2 bugs:
Mon, 03 Sep 2007 20:32:57 +0000 Carlos Silva Fix a bug where we were g_strdup'ing a previously freed pointer. Thanks to khc for the debugging.
Mon, 03 Sep 2007 06:15:55 +0000 Carlos Silva Some more cleanups
Mon, 03 Sep 2007 06:07:20 +0000 Carlos Silva Clean up some unused SOAP templates, and disable extra debug defines accidentally checked in.
Mon, 03 Sep 2007 05:47:52 +0000 Carlos Silva Make block/unblock work right, as well as being add by a buddy. Finally fixes #723
Fri, 31 Aug 2007 18:15:23 +0000 Carlos Silva propagate from branch 'im.pidgin.pidgin' (head 0b82441777348c0366b4eaa38bb6fee80fe5cb57)
Fri, 31 Aug 2007 18:12:35 +0000 Carlos Silva Handle special cases in buddy/group management (wrt MSN_INDIVIDUALS_GROUP and MSN_NON_IM_GROUP).
Tue, 28 Aug 2007 05:21:17 +0000 Carlos Silva Fix some compiler warnings
Tue, 28 Aug 2007 04:38:24 +0000 Carlos Silva propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137)
Tue, 28 Aug 2007 03:54:18 +0000 Carlos Silva Make buddy and group management actually work, add some SOAP templates, redesign some parts of code and separate some bigger functions into its smaller tasks which are completely unrelated to each other
Wed, 08 Aug 2007 23:04:44 +0000 Carlos Silva propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
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.