log libpurple/protocols/msn/contact.c @ 24520:d39ed4032dc9

age author description
Sun, 07 Dec 2008 08:02:33 +0000 Elliott Sales de Andrade Split up that faultcode stuff I just changed. Stops it from printing an annoying
Sun, 07 Dec 2008 07:28:42 +0000 Elliott Sales de Andrade Deleting a contact without a ContactId doesn't work, so don't bother the server
Sun, 07 Dec 2008 07:09:57 +0000 Elliott Sales de Andrade Send FQY as the first thing when adding a buddy so that we know what network
Sun, 07 Dec 2008 07:04:23 +0000 Elliott Sales de Andrade Print a specific error to debug log about EmailDomainIsFederated error.
Mon, 01 Dec 2008 05:53:40 +0000 Elliott Sales de Andrade Send the SOAP faultcode to the callbacks for each Contact operation. They all
Mon, 01 Dec 2008 05:21:39 +0000 Elliott Sales de Andrade Get the MSN buddy's network ID from the FindMembership response.
Fri, 28 Nov 2008 05:11:52 +0000 Elliott Sales de Andrade Add tests for some known contact annotations. These don't do anything yet, but
Fri, 28 Nov 2008 04:59:05 +0000 Elliott Sales de Andrade When parsing the MSN AB, the contactType does not specify from which network
Fri, 28 Nov 2008 04:15:32 +0000 Elliott Sales de Andrade Check for NULL group_id before calling msn_group_new since that function will
Sun, 16 Nov 2008 00:10:02 +0000 Richard Laager propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
Thu, 02 Oct 2008 05:37:38 +0000 Elliott Sales de Andrade Save the MSN ContactID after adding a buddy so it can be used for
Thu, 02 Oct 2008 04:52:38 +0000 Elliott Sales de Andrade Use the MSN passport in more places instead of the Contact ID if it's
Sat, 15 Nov 2008 23:47:18 +0000 Richard Laager merge of '8b98876f03b683ae6805d673e713f30f16b7f6e9'
Mon, 29 Oct 2007 02:12:15 +0000 Carlos Silva Fix some typos
Fri, 15 Aug 2008 04:27:42 +0000 Elliott Sales de Andrade Remove calls to g_markup_escape_text. Not only does this help with old
Fri, 15 Aug 2008 04:13:40 +0000 Elliott Sales de Andrade disapproval of revision '8bae3778af422c41094db4e639f2cf45e6ee6259'
Fri, 15 Aug 2008 02:42:52 +0000 Stu Tomlinson Fix compatibility with glib < 2.4 for g_markup_printf_escaped. untested.
Tue, 29 Jul 2008 07:01:30 +0000 Elliott Sales de Andrade Don't print SOAP messages to debug log for "secure" requests. This is
Sun, 13 Jul 2008 04:48:05 +0000 Elliott Sales de Andrade On MSN, always send the privacy settings and contact list after parsing
Sat, 12 Jul 2008 06:44:19 +0000 Elliott Sales de Andrade Take care of more cleanup in the MSN code.
Sat, 12 Jul 2008 04:42:24 +0000 Elliott Sales de Andrade The great MSN debug message cleanup! Threw in a few whitespace fixes,
Sat, 28 Jun 2008 06:01:22 +0000 Elliott Sales de Andrade Clean up some MSN SOAP stuff.
Sun, 15 Jun 2008 08:08:22 +0000 Elliott Sales de Andrade Modifications to the MSN code for some stuff I'll be doing in later
Sat, 07 Jun 2008 08:01:41 +0000 Elliott Sales de Andrade Add real server-side aliasing to MSN.
Sat, 07 Jun 2008 06:21:09 +0000 Elliott Sales de Andrade Update MSN Contact tokens when an invalid token error is returned.
Sat, 07 Jun 2008 03:10:15 +0000 Elliott Sales de Andrade explicit merge of '9d90ebdb7e38fdd77bb504bc3302a083616360d9'
Wed, 14 May 2008 04:38:26 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head e1c49c9ec5c6869ed9813feccd8ee41d2ca40f35)
Sun, 09 Mar 2008 23:55:27 +0000 Ka-Hing Cheung killing MsnContact which just wraps MsnSession
Sat, 12 Jan 2008 23:26:29 +0000 Elliott Sales de Andrade References #4382, replaces usage of msn_soap_xml_get with xmlnode_get_child
Wed, 26 Dec 2007 01:22:00 +0000 Ka-Hing Cheung fix sending offline message in p15 by sending the correct token. In msnp14,