log libpurple/protocols/msn/slpmsg.h @ 32755:867104ed576a

age author description
Sun, 16 Oct 2011 07:01:52 +0000 Elliott Sales de Andrade Update MSN for 64-bit file transfers.
Mon, 09 May 2011 07:02:44 +0000 Elliott Sales de Andrade Oops, forgot to checkin the header changes that go along with the
Thu, 20 Jan 2011 06:43:45 +0000 Elliott Sales de Andrade Try to hide all P2P fields away behind accessor functions.
Thu, 20 Jan 2011 06:41:34 +0000 Elliott Sales de Andrade This function is non-existent.
Tue, 11 Jan 2011 04:46:53 +0000 Elliott Sales de Andrade Save some memory. These fields aren't actually used for anything.
Tue, 04 Jan 2011 06:42:45 +0000 Richard Laager Remove trailing whitespace
Mon, 22 Nov 2010 02:38:29 +0000 Elliott Sales de Andrade This function isn't used and I've been trying to find the bug in it.
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:16:49 +0000 masca Get rid of the ack_size field in the SlpMessage in favor of the one in the Header. And do nothing if the released SlpMessage is an ACK or a 100 (DC Handshake).
Thu, 05 Aug 2010 23:09:12 +0000 masca Get rid of the ack_sub_id field in the SlpMessage in favor of the one in the Header.
Thu, 05 Aug 2010 22:41:22 +0000 masca Get rid of the ack_id field in the SlpMessage in favor of the one in the Header.
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.
Wed, 30 Jun 2010 20:41:58 +0000 masca Add a function that will help debug of SlpMessages.
Wed, 23 Jun 2010 22:47:49 +0000 masca Remove all unneeded MsnMessage related code that was replaced by SlpParts.
Tue, 22 Jun 2010 23:00:10 +0000 masca Remove msgs list from SlpMessage.
Sat, 19 Jun 2010 22:48:00 +0000 masca MsnMessage is not needed anymore by SlpMessage.
Sat, 19 Jun 2010 21:48:19 +0000 masca Remove the MsnMessage from SlpMessage.
Wed, 16 Jun 2010 21:55:23 +0000 masca Add support for Parts in the MsnSlpMessages and MsnMessages structs.
Sat, 12 Jun 2010 21:38:32 +0000 masca Use better function names.
Sat, 12 Jun 2010 21:22:06 +0000 masca Move more SlpMessage creation to its module.
Thu, 10 Jun 2010 22:40:44 +0000 masca The creation of SlpMessage must be done in its own module.
Thu, 10 Jun 2010 22:17:26 +0000 masca Since we can create a SlpMessage without a SlpLink, add a function to relate them post-creation.
Wed, 09 Jun 2010 22:54:58 +0000 masca The include is needed here.
Tue, 08 Jun 2010 21:21:49 +0000 masca Add SlpMessage parser and serializer functions to SlpMessage module.
Tue, 08 Jun 2010 01:45:49 +0000 masca Allow temporary SlpMessages so we can get slp specific code from MsnMessage.
Tue, 08 Jun 2010 01:40:39 +0000 masca This bits belong to SlpMessage, lets handle here, also I think it's easier to manage this bits being a pointer.
Tue, 16 Feb 2010 08:54:07 +0000 Mark Doliner Fix CVE-2010-0277, a possible remote crash when parsing an incoming
Fri, 20 Nov 2009 01:17:51 +0000 Elliott Sales de Andrade Get rid of slpmsg->fp since the core is handling all the partial reads and
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.
Thu, 13 Aug 2009 01:24:59 +0000 Mark Doliner Remove another unused variable
Thu, 13 Aug 2009 01:18:53 +0000 Mark Doliner Remove an unused variable
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
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, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 25 Apr 2007 21:48:56 +0000 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/