log libpurple/protocols/msn/slpmsg.c @ 30945:18c5d3c482c7

age author description
Mon, 22 Nov 2010 00:01:39 +0000 Elliott Sales de Andrade Fix possible leak.
Sun, 21 Nov 2010 08:47:08 +0000 Elliott Sales de Andrade Fix some leaks. Header and footer are allocated, copied and not freed.
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:47:36 +0000 masca Fix a warning caused because slpmsg->buffer is unsigned and the function spect a gchar pointer. I don't think this can harm in any way.
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.
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.
Tue, 22 Jun 2010 22:44:28 +0000 masca Destroy Parts when the SlpMessage is destroyed.
Sat, 19 Jun 2010 22:48:00 +0000 masca MsnMessage is not needed anymore by SlpMessage.
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.