log libpurple/protocols/msn/switchboard.c @ 31796:22cb8c11bba8

age author description
Tue, 16 Aug 2011 04:45:39 +0000 Mark Doliner Fix this compile warning:
Sun, 14 Aug 2011 19:04:59 +0000 masca Fix a crash when the account is disconnected and we have requested a SB. (Hanzz, ported by shlomif)(Fixes #12431)
Tue, 03 May 2011 05:31:38 +0000 Paul Aurich Silence a swath of warnings regarding set-but-unused.
Mon, 14 Mar 2011 00:36:04 +0000 Elliott Sales de Andrade Clear out transaction data, just in case the server does weird things
Tue, 01 Mar 2011 04:41:59 +0000 Elliott Sales de Andrade Remove some duplicate code.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Wed, 15 Dec 2010 21:48:37 +0000 Elliott Sales de Andrade Remove some old code.
Thu, 02 Dec 2010 03:59:58 +0000 Elliott Sales de Andrade Apparently, UBM was updated with more parameters in MSNp16. One is
Sat, 27 Nov 2010 07:08:24 +0000 Elliott Sales de Andrade Call msn_transaction_destroy from msn_cmdproc_send_trans. This way, it
Mon, 22 Nov 2010 07:40:23 +0000 Mark Doliner msn_message_destroy() calls msn_message_unref() if refcount>0. This is
Sun, 21 Nov 2010 09:56:48 +0000 Elliott Sales de Andrade Fix a lot more leaks, some old, some new.
Sat, 06 Nov 2010 03:46:35 +0000 Elliott Sales de Andrade merge of '833313a684a714d5138a37f30a635c00044f3b93'
Thu, 04 Nov 2010 04:41:48 +0000 Elliott Sales de Andrade Remove dead assignments in new MSN code.
Thu, 04 Nov 2010 19:40:28 +0000 masca Add switchboard users to the chat instead of adding always the same user as Elliot and Stu pointed out.
Sat, 18 Sep 2010 20:56:11 +0000 masca Fix a crash when we want to remove a user that is not in the switchboard.
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, 01 Jul 2010 00:50:39 +0000 masca Use the real ack callback.
Thu, 24 Jun 2010 00:12:45 +0000 masca Hide msn_slplink_destroy and use the unref version everywhere.
Sat, 19 Jun 2010 23:55:16 +0000 masca Fix integration between Switchboard and SBConn. by setting public some functions on both sides. Regresion introduced in 99802eb80a7acd
Sat, 19 Jun 2010 23:23:23 +0000 masca Move an user utility function to User.
Sat, 19 Jun 2010 23:03:04 +0000 masca Move sending messages via SB to SBConn.
Sat, 19 Jun 2010 22:29:55 +0000 masca Move MsnMessage callbacks to msn.c instead of polluting everywhere.
Sat, 19 Jun 2010 22:04:28 +0000 masca Move Switchboard callbacks out of Slp code.
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 10:06:08 +0000 masca Switchboard: move this includes to the c file.
Fri, 28 May 2010 10:00:01 +0000 masca Switchboard includes cleanup.
Fri, 28 May 2010 08:05:38 +0000 masca Remove unnecesary includes from msn.h.
Wed, 26 May 2010 23:47:19 +0000 masca Manage switchboards with users not on our list.
Wed, 26 May 2010 20:01:05 +0000 masca propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head 6f45ed65a9417053e242214f5c2bc51028f8e01f)
Sat, 22 May 2010 06:27:18 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head cd770a44f05f96d1e74ea761e614d1a468ba60df)
Tue, 25 May 2010 22:06:03 +0000 masca Switchboard->users is now a list of MsnUsers which is a lot more useful and it is already allocated.
Thu, 22 Apr 2010 17:15:26 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 73717266fa7d3a35ac09e09781fc5b48e2954fab)
Sat, 13 Mar 2010 08:18:25 +0000 Elliott Sales de Andrade I don't really like this name.
Thu, 11 Mar 2010 17:59:53 +0000 masca We need a way to send commands without transaction ID
Wed, 10 Mar 2010 22:16:04 +0000 masca msn: Remove msn_cmdproc_send_quick in favor of msn_cmdproc_send_trans
Mon, 08 Feb 2010 07:41:15 +0000 Mark Doliner Rename "attribute" to "header" in a bunch of places. The SLP protocol
Sat, 06 Feb 2010 05:15:35 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e)
Tue, 15 Dec 2009 00:55:46 +0000 Elliott Sales de Andrade Don't check the total number of users in an MSN switchboard when converting
Tue, 15 Dec 2009 00:13:49 +0000 Elliott Sales de Andrade Don't add ourselves to our own conversation.
Mon, 14 Dec 2009 23:44:51 +0000 Elliott Sales de Andrade When adding users to an MSN chat, don't add them again if the same passport
Mon, 14 Dec 2009 03:26:44 +0000 Elliott Sales de Andrade Fix some inverted logic that prevented us from starting conversations.
Tue, 01 Dec 2009 22:13:30 +0000 Elliott Sales de Andrade Initial support for msnp16, based on patch by Masca.
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
Sat, 17 Jul 2010 23:28:20 +0000 Elliott Sales de Andrade Remove a buddy that left a chat from an internal list. Otherwise, the
Fri, 23 Apr 2010 22:19:23 +0000 Elliott Sales de Andrade merge of '21280175da42b51e30e31b091bb3b4adf7708407'
Mon, 19 Apr 2010 08:05:55 +0000 Elliott Sales de Andrade Remove old code that was commented out, but is really just not necessary.
Wed, 17 Mar 2010 03:45:07 +0000 kukkerman Initial support for direct connections. Preliminary patch from ticket #247
Sat, 17 Apr 2010 03:06:42 +0000 Elliott Sales de Andrade Those Adium guys don't like this slash.
Fri, 06 Feb 2009 23:19:27 +0000 Marcus Lundblad A little manual merge...
Sun, 07 Dec 2008 01:37:06 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 1203a733696f95eef53b04b5078e0a779371b4d3)
Mon, 24 Nov 2008 22:13:44 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e)
Thu, 13 Nov 2008 19:49:58 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 311b4db51b575e1baa7f78d751ff926475edecc3)
Mon, 20 Oct 2008 18:44:06 +0000 Marcus Lundblad Adds attention UI to Pidgin (can send attentions using a menu item)
Mon, 14 Dec 2009 23:57:26 +0000 Elliott Sales de Andrade *** Plucked rev 9115475787375850b563a1ec0b2007eaa463483e (qulogic@pidgin.im):
Thu, 03 Sep 2009 23:09:08 +0000 Elliott Sales de Andrade Don't auto-close MSN switchboard connections for chats, because that means
Wed, 02 Sep 2009 03:22:15 +0000 Elliott Sales de Andrade Properly quote the imgstore ID in the HTML for an Ink message so that the
Sun, 19 Jul 2009 17:41:38 +0000 Ka-Hing Cheung Timeout switchboard connections at 60 seconds, should Fixes #3330 for most