log libpurple/protocols/msn/contact.c @ 20774:d1e8f4d63f01

age author description
Thu, 04 Oct 2007 02:42:15 +0000 Carlos Silva merge of '701fb7aea7a77b05725227038ec645441c76668c'
Thu, 04 Oct 2007 02:34:10 +0000 Carlos Silva Keep MsnUser->list_op in sync.
Thu, 04 Oct 2007 02:04:38 +0000 Carlos Silva Remove now unnecessary and potentially bad code.
Thu, 04 Oct 2007 01:12:08 +0000 Daniel Atallah Cleanup the SOAP SSL flag to be a gboolean for clarity. Various sanity checks, sanity checking and I think a couple leak fixes too for the offline IM code.
Fri, 28 Sep 2007 01:57:55 +0000 Daniel Atallah Further cleanup of the msn prpl including preventing the authorization request callback from crashing if triggered after the account is disconnected. Also removal of some extraneous debuggery, there is more that needs to be removed.
Thu, 27 Sep 2007 04:41:04 +0000 Daniel Atallah A few leak plugs, some unnecessary allocation prevention, null pointer deref fixes and general robustness fixes. I'm sure there is more to do here, I got tired... Fixes #3308
Wed, 19 Sep 2007 06:08:42 +0000 Carlos Silva Make use of the GQueue in MsnSoapConn to manage the SOAP requests, allowing them to work perfectly even when dispatching multiple requests at once.
Wed, 24 Oct 2007 06:35:54 +0000 Ka-Hing Cheung finish converting the rest of stuff to the new soap api, signing on, getting
Sun, 09 Sep 2007 01:42:46 +0000 Ka-Hing Cheung cleans up ownership of soap callback data, this soap stuff is perfect
Sun, 09 Sep 2007 00:43:22 +0000 Sadrul Habib Chowdhury Fix some memory leaks. Free xmlnodes properly using xmlnode_free instead of
Sat, 08 Sep 2007 03:34:49 +0000 Sadrul Habib Chowdhury Plug memory leaks.
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 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: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 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