log libpurple/protocols/msn/slpcall.c @ 32755:867104ed576a

age author description
Sun, 16 Oct 2011 07:01:52 +0000 Elliott Sales de Andrade Update MSN for 64-bit file transfers.
Sat, 15 Oct 2011 23:33:31 +0000 Elliott Sales de Andrade It doesn't make sense to set the entire slpcall wasted just because
Sat, 24 Sep 2011 21:10:41 +0000 andrew victor Remove deprecated purple_network_listen_map_external().
Sat, 24 Sep 2011 20:48:59 +0000 andrew victor Rename purple_network_listen_range_family() to purple_network_listen_range().
Fri, 02 Sep 2011 19:50:58 +0000 Elliott Sales de Andrade Be a bit more specific about removing non-local MSN objects, which
Fri, 26 Aug 2011 18:37:27 +0000 andrew victor Convert the msn prpl to use the new API.
Thu, 14 Jul 2011 05:54:10 +0000 Elliott Sales de Andrade Remove duplicate calls to msn_slpmsg_set_slplink. This function is
Sat, 07 May 2011 08:43:31 +0000 Elliott Sales de Andrade Try to hide msn_p2p_info_get_flags as much as possible, since it may
Thu, 20 Jan 2011 06:43:45 +0000 Elliott Sales de Andrade Try to hide all P2P fields away behind accessor functions.
Thu, 06 Jan 2011 05:51:03 +0000 Elliott Sales de Andrade Change MsnFileContext variables from "header" to "context". This it
Thu, 06 Jan 2011 05:35:23 +0000 Elliott Sales de Andrade Remove DC stuff from SLP stuff that I should have done with the other
Fri, 17 Dec 2010 08:53:34 +0000 Elliott Sales de Andrade Add functions for reading and writing a MsnFileContext which negates
Sun, 28 Nov 2010 02:15:18 +0000 Elliott Sales de Andrade Fix the name of this flag.
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 02:44:06 +0000 Elliott Sales de Andrade slpcall is never NULL here.
Sat, 30 Oct 2010 17:45:46 +0000 masca Manually propagate the fix for CVE-2010-3711.
Fri, 06 Aug 2010 00:10:13 +0000 masca Fix a warning about the size of the flags and avoi displaying trialing 0 that will not be used.
Fri, 06 Aug 2010 00:07:39 +0000 masca Get rid of the Flags field in the SlpMessage in favor of the one in the Header.
Thu, 05 Aug 2010 23:42:42 +0000 masca Avoid duplicated code using a util function to check the flags.
Thu, 05 Aug 2010 21:58:13 +0000 masca Get rid of the offset field in the SlpMessage in favor of the one in the Header.
Wed, 21 Jul 2010 19:59:38 +0000 masca Remove session_id from SlpMsg and use the one from the header.
Mon, 05 Jul 2010 22:00:10 +0000 masca Documetn P2P Application ID in a enum and use it instead of 'magic numbers'.
Tue, 29 Jun 2010 22:25:24 +0000 masca Remove this prototipe and make the function static since it is not exposed anymore.
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
Fri, 08 Aug 2008 05:51:53 +0000 Elliott Sales de Andrade merge of '521d7478a48ec5109a78fb66eab6ad7ced97c34a'
Fri, 08 Aug 2008 04:47:50 +0000 Elliott Sales de Andrade Re-arrange msn_slplink_destroy and msn_slp_call_destroy. Might help
Thu, 07 Aug 2008 07:07:32 +0000 Ka-Hing Cheung take an extra reference to PurpleXfer so we can check whether the whole
Fri, 01 Aug 2008 02:04:36 +0000 Elliott Sales de Andrade Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall
Sat, 03 May 2008 23:51:43 +0000 Daniel Atallah Fix a number of leaks. As far as I can tell, MSNP14 now logs in without
Sun, 16 Sep 2007 18:03:53 +0000 Richard Laager explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
Sun, 20 May 2007 15:48:51 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head b0fb787915db137be9b01af88d1fb0c107f66cd6)