log libpurple/protocols/msn/switchboard.c @ 27432:35b6fd563056

age author description
Fri, 10 Jul 2009 00:51:31 +0000 Elliott Sales de Andrade Change all MSN_DEBUG_* messages to use the new purple_debug_is_verbose call
Mon, 06 Jul 2009 04:37:06 +0000 Elliott Sales de Andrade Add support for receiving handwritten (Ink) messages from MSN buddies.
Thu, 09 Apr 2009 01:38:23 +0000 Mike Ruprecht Notify the user if a contact invites them to a voice call over MSN.
Sat, 21 Mar 2009 02:20:52 +0000 Elliott Sales de Andrade Add some missing newlines in debug messages.
Sat, 28 Feb 2009 03:21:19 +0000 Elliott Sales de Andrade These debug messages need newlines.
Sun, 01 Feb 2009 08:25:57 +0000 Elliott Sales de Andrade Move some MSN message handlers from switchboard to general msg.c.
Tue, 27 Jan 2009 05:25:01 +0000 Elliott Sales de Andrade Missed a file in previous commit. Avoids a double-free.
Tue, 25 Nov 2008 22:06:06 +0000 Mark Doliner Remove this timer when the switchboard is destroyed. Fixes a crash
Sun, 23 Nov 2008 22:40:18 +0000 Elliott Sales de Andrade Don't request an acknowledgement on an auto-response message and don't set a
Sun, 23 Nov 2008 22:29:41 +0000 Elliott Sales de Andrade Cleaned up version of 2f409bcdde5ebbb1edf097aeb4b4366d7c71518d:
Sun, 23 Nov 2008 21:57:18 +0000 Elliott Sales de Andrade disapproval of revision '2f409bcdde5ebbb1edf097aeb4b4366d7c71518d'
Sun, 23 Nov 2008 04:12:43 +0000 Elliott Sales de Andrade Mark added a workaround for not having enough parameters in this command.
Thu, 13 Nov 2008 07:22:39 +0000 Mark Doliner msn_slplink_remove_slpcall() shouldn't be responsible for setting
Tue, 30 Sep 2008 05:52:57 +0000 Ka-Hing Cheung attempts to resend message on switchboard error once, tested by maually
Sat, 30 Aug 2008 07:53:32 +0000 Ka-Hing Cheung Stu's idea, I sort of did it the other way. I don't know if it will help
Fri, 15 Aug 2008 02:34:21 +0000 Stu Tomlinson We don't need slplink or switchboard low-level debugging enabled by default
Thu, 14 Aug 2008 05:25:12 +0000 Ka-Hing Cheung This should fix a crash that I've been seeing. I am not sure if this is the
Sat, 19 Jul 2008 03:07:33 +0000 Elliott Sales de Andrade Properly send MSN nudges in a chat to the right window, and not open a
Mon, 14 Jul 2008 04:55:34 +0000 Elliott Sales de Andrade On MSN, when an error occurs when opening a switchboard and calling the
Sat, 12 Jul 2008 04:42:24 +0000 Elliott Sales de Andrade The great MSN debug message cleanup! Threw in a few whitespace fixes,
Wed, 09 Jul 2008 01:46:10 +0000 Elliott Sales de Andrade Get rid of that whole msn_set_payload_len thing and correctly set the
Mon, 23 Jun 2008 04:10:46 +0000 Elliott Sales de Andrade Allow forcing an MSN HTTP connection to connect to a new server. This
Mon, 23 Jun 2008 01:14:02 +0000 Elliott Sales de Andrade On MSN, only notify the user of a Nudge when the ID of the datacast
Sun, 22 Jun 2008 23:44:12 +0000 Elliott Sales de Andrade Remove a confusing debug message.
Sat, 03 May 2008 02:12:26 +0000 John Bailey This cleans up a bunch of warnings that stem from the fact that size_t and
Fri, 21 Mar 2008 04:45:03 +0000 Ka-Hing Cheung Another patch from Maiku that improves the way we send mobile messages, this
Tue, 08 Jan 2008 03:46:41 +0000 Stu Tomlinson Use a unique chat id across all sessions for multi-user chats, probably
Fri, 19 Oct 2007 01:38:35 +0000 Daniel Atallah Cleanup some unnecessary NULL checks in g_strdup()/g_free().
Thu, 18 Oct 2007 20:20:57 +0000 Daniel Atallah Fix some leaks caused by misuse of g_list_remove_link() instead of g_list_delete_link().
Mon, 15 Oct 2007 03:07:16 +0000 Daniel Atallah More leak fixes.