log libpurple/protocols/msn/slpcall.c @ 32827:4a34689eeb33 default tip

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.