log libpurple/protocols/msn/switchboard.c @ 23732:142c1ff499fd

age author description
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.