log libpurple/protocols/msn/switchboard.c @ 32498:4542143a38b2

age author description
Mon, 06 Feb 2012 22:24:04 +0000 Elliott Sales de Andrade Drop support for protocols below 18.
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
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.