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

age author description
Fri, 26 Aug 2011 18:37:27 +0000 andrew victor Convert the msn prpl to use the new API.
Tue, 10 May 2011 03:09:47 +0000 Elliott Sales de Andrade Hide some offset occurrences and define a couple of abstractions in
Mon, 09 May 2011 22:56:29 +0000 Elliott Sales de Andrade Getting the P2P version is probably the slplink's job, since it has
Mon, 09 May 2011 07:00:03 +0000 Elliott Sales de Andrade This function doesn't do much of anything any more.
Mon, 09 May 2011 06:56:18 +0000 Elliott Sales de Andrade Add the slplink as a parameter when creating a slpmsg ack.
Mon, 09 May 2011 06:44:45 +0000 Elliott Sales de Andrade Add the slpcall as a parameter when creating a slpmsg.
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
Sat, 07 May 2011 07:49:25 +0000 Elliott Sales de Andrade Only send acks on p2pv2 when required.
Thu, 10 Mar 2011 05:00:17 +0000 Elliott Sales de Andrade Add a maximum length when parsing the P2P wire data.
Thu, 20 Jan 2011 06:43:45 +0000 Elliott Sales de Andrade Try to hide all P2P fields away behind accessor functions.
Wed, 05 Jan 2011 03:29:13 +0000 Elliott Sales de Andrade This flag is only part of a direct connection and handled there.
Wed, 15 Dec 2010 23:10:13 +0000 Elliott Sales de Andrade Use the unref functions everywhere, instead of destroy. I also removed
Wed, 15 Dec 2010 22:21:07 +0000 Elliott Sales de Andrade Not that anyone uses this, but it should probably go in the user's
Sun, 28 Nov 2010 02:15:18 +0000 Elliott Sales de Andrade Fix the name of this flag.
Mon, 22 Nov 2010 03:01:14 +0000 Elliott Sales de Andrade Sigh, so apparently, I broke receiving smileys with some over-zealous
Sun, 21 Nov 2010 09:56:48 +0000 Elliott Sales de Andrade Fix a lot more leaks, some old, some new.
Wed, 15 Sep 2010 17:34:21 +0000 masca propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed)
Sat, 11 Sep 2010 19:03:25 +0000 masca propagate from branch 'im.pidgin.pidgin' (head fabc09bf724818b9b50e1c41d4afd6549f298c05)
Sat, 31 Jul 2010 23:42:35 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 5b9ae21a0927d9a160964bfb1cad7a43253fba0d)
Fri, 06 Aug 2010 00:08:23 +0000 masca Use the documented enum flag instead of a magic number.
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 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, 04 Aug 2010 04:30:03 +0000 masca Use the SlpMessage header offset only instead of it and the one on the SlpMessage when sending it. This fixes sending big data which needs to be split in multiple messages.
Thu, 29 Jul 2010 20:54:50 +0000 masca Split a little more msn_slplink_process_msg. I think this way is easier to read.
Thu, 29 Jul 2010 00:12:54 +0000 masca Process SlpMessageParts, a sequence of parts will generate a SlpMessage.
Wed, 28 Jul 2010 20:35:28 +0000 masca Split msn_slplink_process_msg in three smaller functions.