log libpurple/protocols/msn/nexus.c @ 32708:10e5000326a5

age author description
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Fri, 20 May 2011 22:29:29 +0000 Elliott Sales de Andrade Remove some struct packing from code that does login. I think this is
Fri, 28 May 2010 22:45:52 +0000 masca Include internal.h on each c file to avoid windows breakage as recommended by Daniel.
Fri, 28 May 2010 08:05:38 +0000 masca Remove unnecesary includes from msn.h.
Sun, 08 Nov 2009 20:37:06 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 122c09fb418ceb629bb942da06d3a45a22f19680)
Mon, 12 Oct 2009 17:45:33 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head c9c14c0c44e2863ad15a283f36c5c278a4ea5539)
Mon, 12 Oct 2009 05:08:37 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 2ac9ba8bc7ccc501db6f24fdfe06025a3957852a)
Sat, 22 Aug 2009 21:47:20 +0000 John Bailey Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.
Wed, 04 Nov 2009 18:41:21 +0000 Mark Doliner Fixes a bad MSN bug where passwords with multi-byte utf8 characters near
Sat, 10 Oct 2009 19:47:30 +0000 Sadrul Habib Chowdhury Fix a small leak.
Thu, 08 Oct 2009 15:32:04 +0000 Sadrul Habib Chowdhury Leak fix.
Sun, 15 Feb 2009 21:14:06 +0000 Elliott Sales de Andrade Add a missed g_slist_free.
Sun, 15 Feb 2009 02:11:58 +0000 Elliott Sales de Andrade I was hoping this wouldn't be necessary, but it seems that the possibility
Tue, 16 Dec 2008 02:21:33 +0000 Elliott Sales de Andrade Do something sane if the response is NULL when updating contact tokens,
Sun, 10 Aug 2008 22:08:39 +0000 Elliott Sales de Andrade Use MIN(strlen(password), 16) for MSN because g_markup_escape_text will
Fri, 01 Aug 2008 02:02:07 +0000 Elliott Sales de Andrade On MSN, escape the password since it's in an XML document. Didn't
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 21:04:23 +0000 Ka-Hing Cheung sadrul pointed out that I am dumb
Sun, 13 Jul 2008 19:55:55 +0000 Ka-Hing Cheung g_hash_table_remove_all is glib 2.12+ only
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.
Sat, 21 Jun 2008 06:15:38 +0000 Elliott Sales de Andrade Sometimes (after 24h+) when you request a MSN token update, you get a
Sun, 15 Jun 2008 06:22:25 +0000 Elliott Sales de Andrade Finally got MSN token updating working (I think).
Sat, 07 Jun 2008 06:08:01 +0000 Elliott Sales de Andrade Update MSN nexus functions so that tokens are properly updateable. It
Wed, 14 May 2008 04:38:26 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head e1c49c9ec5c6869ed9813feccd8ee41d2ca40f35)
Sun, 13 Jan 2008 00:29:56 +0000 Ka-Hing Cheung zero out this, side effect is not crashing when password is incorrect
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
Sat, 12 Jan 2008 23:25:18 +0000 Elliott Sales de Andrade References #4382, fixes getting offline messages in p15
Wed, 26 Dec 2007 02:30:07 +0000 Ka-Hing Cheung fixed a memleak or 3, or maybe 4, or 5. Some of these applies to the p14
Wed, 26 Dec 2007 01:22:00 +0000 Ka-Hing Cheung fix sending offline message in p15 by sending the correct token. In msnp14,
Wed, 26 Dec 2007 00:34:12 +0000 Elliott Sales de Andrade Patch 2 from Qulogic, this one adds SSO authentication
Sat, 03 May 2008 23:51:43 +0000 Daniel Atallah Fix a number of leaks. As far as I can tell, MSNP14 now logs in without
Mon, 19 Nov 2007 13:18:03 +0000 Stu Tomlinson Unable to connect is not an authentication failure, even if it happens
Sat, 10 Nov 2007 05:20:46 +0000 Ka-Hing Cheung Use only the first 16 characters of the password, and plug a leak.
Wed, 07 Nov 2007 15:02:09 +0000 Daniel Atallah Leak fix.
Tue, 30 Oct 2007 06:40:14 +0000 Ka-Hing Cheung merge_into_workspace of 3380c786d272dcd9ab1360f49c3e4e51227af663
Tue, 30 Oct 2007 06:29:13 +0000 Ka-Hing Cheung merge_into_workspace of c0e79d15a4fe4c5b0129fcae5060754b25f72a56 and
Wed, 24 Oct 2007 02:48:32 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 267f2e22b77cc35309c41a034169f74faaa46e1f)
Thu, 04 Oct 2007 06:13:01 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head cd2be742f6c45c200000003fc5a6341297bbe857)
Fri, 19 Oct 2007 01:38:35 +0000 Daniel Atallah Cleanup some unnecessary NULL checks in g_strdup()/g_free().
Thu, 18 Oct 2007 23:51:10 +0000 Daniel Atallah Fix some leaks and prevent some unnecessary allocations and frees.
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.
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.
Mon, 01 Oct 2007 00:40:30 +0000 Ka-Hing Cheung removed lots of commented out old soap code
Mon, 01 Oct 2007 00:29:44 +0000 Ka-Hing Cheung signs on!
Fri, 28 Sep 2007 05:51:49 +0000 Ka-Hing Cheung the new soap code finally doesn't crash on startup, still can't
Sun, 16 Sep 2007 18:03:53 +0000 Richard Laager explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
Sun, 16 Sep 2007 18:02:50 +0000 Richard Laager explicit merge of '3732a7eabc7ecb0f846edc60f04ec3f6f7779c5b'
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 02:37:58 +0000 Carlos Silva Add the possibility to create an Address Book, useful for newly registered MSN users.
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.
Sun, 03 Jun 2007 00:40:27 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head 850e223e9597fdc482eebe75c00efda941b3bdb6)
Wed, 02 May 2007 06:06:56 +0000 Ka-Hing Cheung merge of 790a91b1bb6c10ada984951cbd2485e95e5159fd and
Sun, 15 Apr 2007 04:12:27 +0000 Ka-Hing Cheung Committing khc's msnp14 changes from Trac Ticket #148. --rlaager
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Sat, 02 Jun 2007 14:57:17 +0000 Stu Tomlinson Fix problems with MSN when you use a wrong password.
Mon, 23 Apr 2007 17:19:11 +0000 Richard Laager Death to // comments.
Thu, 12 Apr 2007 17:03:40 +0000 Stu Tomlinson MSN nexus servers seem to have started reporting HTTP 503 Service Unavailable
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'