log libpurple/protocols/msn/slpcall.c @ 30833:b0c8b85265b4

age author description
Tue, 29 Jun 2010 22:24:05 +0000 masca Move slp parsing and answering code down the stack to SlpCall. This simplify a lot slp.c.
Sat, 05 Jun 2010 01:31:25 +0000 masca Fix logic error as pointed out by Elliot.
Thu, 03 Jun 2010 23:27:23 +0000 masca Fix a warning.
Thu, 03 Jun 2010 21:07:08 +0000 masca Start moving p2p specific code to its own module.
Wed, 02 Jun 2010 09:01:12 +0000 masca Replace magic numbers with the enumed SlpHeaderFlag.
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.
Sat, 24 Apr 2010 02:29:34 +0000 Elliott Sales de Andrade These lines are redundant since this was allocated with g_new0.
Wed, 17 Mar 2010 03:45:07 +0000 kukkerman Initial support for direct connections. Preliminary patch from ticket #247
Tue, 16 Feb 2010 08:54:07 +0000 Mark Doliner Fix CVE-2010-0277, a possible remote crash when parsing an incoming
Fri, 16 Oct 2009 01:26:04 +0000 Paul Aurich A quick and dirty hack to make MSN use the in-core code to perform FT.
Mon, 24 Aug 2009 01:39:31 +0000 Elliott Sales de Andrade So apparently, I messed up the name of this charset. But I wonder why it
Tue, 04 Aug 2009 03:49:01 +0000 Elliott Sales de Andrade THis conversion specifier is incorrect.
Fri, 31 Jul 2009 04:42:52 +0000 Elliott Sales de Andrade Don't leak the GError from g_convert.
Fri, 31 Jul 2009 04:09:01 +0000 Elliott Sales de Andrade Got the 'to' and 'from' charsets backwards there, didn't I.
Fri, 31 Jul 2009 04:05:57 +0000 Elliott Sales de Andrade Fix the warnings.
Fri, 31 Jul 2009 04:04:24 +0000 Elliott Sales de Andrade Using g_convert instead of g_utf16_to_utf8 so that we can explicitly set
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, 26 Feb 2009 19:47:58 +0000 Mark Doliner We just freed slpcall, so don't set slpcall->timer to 0. And return
Mon, 09 Feb 2009 22:05:14 +0000 Mark Doliner Avoid canceling this timer twice
Sun, 25 Jan 2009 09:13:28 +0000 Elliott Sales de Andrade On MSN, don't print an "unknown" message for SLP acknowledgement messages.
Mon, 19 Jan 2009 01:05:27 +0000 Elliott Sales de Andrade Report a debug warning if a SLP MSG is not processed because it has unknown
Mon, 19 Jan 2009 00:58:19 +0000 Elliott Sales de Andrade A patch from Thomas Gibson-Robinson to fix receiving buddy icons, custom
Thu, 13 Nov 2008 08:45:40 +0000 Mark Doliner Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I
Thu, 13 Nov 2008 08:26:12 +0000 Mark Doliner Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
Thu, 13 Nov 2008 08:01:36 +0000 Mark Doliner For some reason the slpmsg and slplink functions don't have underscores
Thu, 13 Nov 2008 07:57:33 +0000 Mark Doliner There's no need for this variable anymore
Thu, 13 Nov 2008 07:22:39 +0000 Mark Doliner msn_slplink_remove_slpcall() shouldn't be responsible for setting
Thu, 13 Nov 2008 06:57:20 +0000 Mark Doliner Make msn_slp_call_timeout static