log libpurple/protocols/msn/session.c @ 31109:fc7798a661f7

age author description
Wed, 02 Dec 2009 02:46:59 +0000 Elliott Sales de Andrade Fix MSN protocol version detection to use the best version returned by the
Tue, 01 Dec 2009 22:13:30 +0000 Elliott Sales de Andrade Initial support for msnp16, based on patch by Masca.
Tue, 24 Aug 2010 04:54:00 +0000 hanzz Fix a possible crash reported by HanzZ. Fix thanks to HanzZ also.
Sat, 31 Jul 2010 20:47:31 +0000 Elliott Sales de Andrade Save and cancel-on-exit any URL requests, instead of checking the
Sat, 17 Jul 2010 23:10:39 +0000 Elliott Sales de Andrade Add a timeout which forces the login process to complete. This won't
Sat, 17 Jul 2010 18:49:09 +0000 Elliott Sales de Andrade Clear the password on an MSN account if saving is disabled and the
Thu, 22 Apr 2010 17:38:56 +0000 Mark Doliner Don't bother updating the login progress if the step didn't change
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages
Mon, 01 Jun 2009 04:02:10 +0000 Paul Aurich Use purple_find_buddies() instead of iterating the buddy list.
Tue, 07 Apr 2009 05:22:48 +0000 Elliott Sales de Andrade Updates for GTK+ 3.0. Remove some deprecated functions (someone should
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Fri, 02 Jan 2009 21:48:12 +0000 Richard Laager explicit merge of '448583a763dcf343f1a4392bdcdcc4c4f01f3aed'
Fri, 14 Nov 2008 06:45:16 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8)
Fri, 31 Oct 2008 09:24:43 +0000 Sadrul Habib Chowdhury Some more struct hiding.
Sun, 15 Feb 2009 21:15:39 +0000 Elliott Sales de Andrade Save and use the CacheKey for ABCH SOAP requests.
Sun, 15 Feb 2009 20:51:25 +0000 Elliott Sales de Andrade Comment out this extra string until we need it (if ever).
Mon, 15 Dec 2008 04:34:24 +0000 Elliott Sales de Andrade Actually that last change did break regular login, but I don't feel like
Mon, 15 Dec 2008 03:59:30 +0000 Elliott Sales de Andrade merge of '10ea019ecb33303883a9a34e547d2c04b8267a3d'
Mon, 15 Dec 2008 03:53:12 +0000 Elliott Sales de Andrade disapproval of revision 'af100261749125c03e3d490b01d36f8ea219bf8f'
Wed, 03 Dec 2008 03:09:32 +0000 Kevin Stange merge of '6ac9187d4f4437a087d58d63489c47664121f0b5'
Wed, 12 Nov 2008 08:58:27 +0000 Mark Doliner Get rid of an unnecessary if statement, and don't try to unref a
Sat, 27 Sep 2008 23:04:20 +0000 Elliott Sales de Andrade disapproval of revision '046452c275782ffd3218e3ae4863eaa8bf31a5f4'
Fri, 26 Sep 2008 05:07:48 +0000 Elliott Sales de Andrade Always send the MSN status code, even when we think we're already logged
Sat, 27 Sep 2008 06:33:42 +0000 Sadrul Habib Chowdhury Start hiding blist.h internals in prpls.
Sat, 09 Aug 2008 23:23:48 +0000 Elliott Sales de Andrade I guess I re-arranged a little off. We probably should disconnect
Fri, 08 Aug 2008 03:34:28 +0000 Elliott Sales de Andrade Re-arrange msn_session_destroy to avoid use-after-free bugs. I don't
Fri, 08 Aug 2008 02:26:25 +0000 Elliott Sales de Andrade Don't try to report a connection error if the MSN session is being
Tue, 29 Jul 2008 06:12:40 +0000 Elliott Sales de Andrade Use a URL to open MSN Hotmail inbox instead of a temporary file.
Thu, 17 Jul 2008 05:25:48 +0000 Elliott Sales de Andrade Fixup MSN mailbox handling based on a patch from Felipe, plus various
Fri, 20 Jun 2008 05:36:18 +0000 Elliott Sales de Andrade Make errors when sending OIM's more visible.