log libpurple/protocols/msn/session.c @ 31771:b8e076d51817

age author description
Mon, 28 Feb 2011 07:12:27 +0000 Mark Doliner Fix a memleak in the MSN prpl when removing a buddy from your buddy list.
Fri, 10 Dec 2010 06:38:17 +0000 Elliott Sales de Andrade Add the session user to the userlist. This reduces the amount of
Sun, 05 Dec 2010 08:13:13 +0000 Elliott Sales de Andrade Replace the mpop account setting with a session boolean, because I
Thu, 02 Dec 2010 05:16:27 +0000 Elliott Sales de Andrade It doesn't seem like we use this kv value, so might as well save the
Wed, 15 Sep 2010 17:34:21 +0000 masca propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed)
Sat, 11 Sep 2010 19:03:25 +0000 masca propagate from branch 'im.pidgin.pidgin' (head fabc09bf724818b9b50e1c41d4afd6549f298c05)
Sat, 31 Jul 2010 23:42:35 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 5b9ae21a0927d9a160964bfb1cad7a43253fba0d)
Mon, 19 Jul 2010 21:11:32 +0000 masca propagate from branch 'im.pidgin.pidgin' (head 07d0765c444a097af45c2650f54323afb900a07b)
Thu, 24 Jun 2010 00:12:45 +0000 masca Hide msn_slplink_destroy and use the unref version everywhere.
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.
Thu, 27 May 2010 22:14:53 +0000 masca Remove msn_user_destroy in favor of msn_user_unref.
Mon, 10 May 2010 23:21:44 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head f6cdf8776559775f9a4a72563e69741e139518bd)
Wed, 31 Mar 2010 17:32:36 +0000 masca Remove deprecated (since MSNP13) commands and relevant files.
Fri, 12 Mar 2010 02:26:57 +0000 masca msn: Merge dialog and error to get an unified msn_error api.
Tue, 15 Dec 2009 03:53:11 +0000 Elliott Sales de Andrade Fix typo in PrivateEndpointData, resulting in the name of the endpoint
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.
Sun, 15 Jun 2008 06:55:21 +0000 Elliott Sales de Andrade Properly parse (most of) the MSN GCF command. Provides a
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, 09 Mar 2008 23:55:27 +0000 Ka-Hing Cheung killing MsnContact which just wraps MsnSession
Wed, 06 Feb 2008 03:35:04 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head e39a6e9be3df05b59a878001feb9276b9ceb66a9)
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 00:33:39 +0000 Elliott Sales de Andrade Patch 1 from Qulogic, this one mostly updates the version sent by pidgin
Tue, 13 May 2008 20:54:30 +0000 Stu Tomlinson unleak (thanks sadrul!)
Tue, 13 May 2008 20:43:21 +0000 Stu Tomlinson Make MSN buddy list synchronization more forgiving, only ask about
Tue, 08 Jan 2008 03:46:41 +0000 Stu Tomlinson Use a unique chat id across all sessions for multi-user chats, probably
Thu, 06 Dec 2007 08:10:46 +0000 Ka-Hing Cheung memleak fixes
Sat, 10 Nov 2007 12:10:04 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
Sun, 14 Oct 2007 21:08:42 +0000 Will Thompson Rename:
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)
Tue, 23 Oct 2007 17:27:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
Tue, 09 Oct 2007 13:42:15 +0000 Will Thompson Remove explicit setting of wants_to_die from prpls.
Fri, 05 Oct 2007 15:50:17 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 294731552d0baf5f1f37a45e0c119b2188f34ba8)
Thu, 04 Oct 2007 01:07:35 +0000 Daniel Atallah Prevent an assertion (w/ G_DEBUG=fatal_warnings) when the connection drops.
Fri, 21 Sep 2007 02:46:27 +0000 Daniel Atallah Clear the password consistently when we get a "Signed-On elsewhere" or a "Invalid Password" disconnection. Disconnection reason codes will take care of this in the core, but until then, this is ok. Fixes #3204.
Mon, 01 Oct 2007 07:20:35 +0000 Ka-Hing Cheung oim migrated to new soap code, quadruply duplicated message!
Mon, 01 Oct 2007 01:22:37 +0000 Ka-Hing Cheung cleanup soap connection with a timeout
Fri, 28 Sep 2007 05:51:49 +0000 Ka-Hing Cheung the new soap code finally doesn't crash on startup, still can't
Mon, 24 Sep 2007 05:29:07 +0000 Ka-Hing Cheung removes public handle to soap connection, instead a connection is looked up
Sun, 16 Sep 2007 18:03:53 +0000 Richard Laager explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
Fri, 14 Sep 2007 04:32:30 +0000 Sadrul Habib Chowdhury Make the buddylist sync issue a little less worse.
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
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.
Sat, 16 Jun 2007 04:00:32 +0000 Carlos Silva propagate from branch 'im.pidgin.pidgin' (head d3e5a5add3f39caa08b46c83177328e51c2d961a)
Sun, 03 Jun 2007 00:40:27 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head 850e223e9597fdc482eebe75c00efda941b3bdb6)
Sun, 27 May 2007 17:00:06 +0000 Stu Tomlinson A bunch of MSNP14 stuff:
Sat, 26 May 2007 15:21:33 +0000 Stu Tomlinson Remove the no longer used random blist node from the session struct
Sat, 26 May 2007 15:20:23 +0000 Stu Tomlinson use serv_got_im to report received oim's
Sat, 26 May 2007 15:07:26 +0000 Stu Tomlinson Store account specific settings in the account, not in some random blist
Sun, 20 May 2007 15:48:51 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head b0fb787915db137be9b01af88d1fb0c107f66cd6)
Wed, 02 May 2007 06:12:13 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head cf7db89f6020ededb2d5c948c11c3fd0ef30bba5)
Sun, 15 Apr 2007 04:29:56 +0000 Richard Laager merge of 'b4911943cba6f29cf0694dfd563cac17612236dc'
Sun, 15 Apr 2007 03:43:17 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 98b6b547b29ea1192b73cc4e1de1e674edef4328)
Fri, 19 Oct 2007 17:28:11 +0000 Luke Schierer disapproval of revision '523905060b8ebeba354f624c6b7aeb549c597feb'
Fri, 19 Oct 2007 17:11:34 +0000 Luke Schierer applied changes from 02a88f67c2a77e3dc2ec3868ea0c68192193c33f
Wed, 19 Sep 2007 16:38:33 +0000 Will Thompson Use purple_connection_error_reason in prpl-msn.
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.
Sun, 10 Jun 2007 17:18:43 +0000 Stu Tomlinson Don't retrieve hotmail authorization info for non-hotmail accounts. Fixes #1580
Sat, 02 Jun 2007 14:57:17 +0000 Stu Tomlinson Fix problems with MSN when you use a wrong password.
Sun, 20 May 2007 15:07:49 +0000 Stu Tomlinson Support for @msn.com accounts when opening Inbox, and unconditioanlly request
Wed, 25 Apr 2007 21:48:56 +0000 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/