log libpurple/protocols/msn/slplink.c @ 31768:8cf9270acf4c

age author description
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.
Wed, 28 Jul 2010 16:55:07 +0000 masca Fix a warning about a static function.
Wed, 21 Jul 2010 19:59:38 +0000 masca Remove session_id from SlpMsg and use the one from the header.
Mon, 19 Jul 2010 21:11:32 +0000 masca propagate from branch 'im.pidgin.pidgin' (head 07d0765c444a097af45c2650f54323afb900a07b)
Tue, 06 Jul 2010 18:56:58 +0000 masca Set the correct length of the data before calling the function to process it.
Mon, 05 Jul 2010 22:00:10 +0000 masca Documetn P2P Application ID in a enum and use it instead of 'magic numbers'.
Mon, 05 Jul 2010 20:52:35 +0000 masca Remove the header and footer from the length of the mesage.
Thu, 01 Jul 2010 00:53:28 +0000 masca Send buffer data when the message is not a xfer.
Thu, 24 Jun 2010 00:41:07 +0000 masca Move file request up in the stack.
Thu, 24 Jun 2010 00:12:45 +0000 masca Hide msn_slplink_destroy and use the unref version everywhere.
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:09:36 +0000 masca Fix debug_*_to_file to process SlpMessages instead of MsnMessages.
Sat, 19 Jun 2010 21:48:19 +0000 masca Remove the MsnMessage from SlpMessage.
Thu, 17 Jun 2010 19:54:52 +0000 masca Reomove MsnMessage reference from DirectConn.
Wed, 16 Jun 2010 22:17:28 +0000 masca SlpLink must not use MsnMessages but SlpMessageParts, so migrate code to use SlpMessagePart API.
Tue, 15 Jun 2010 21:21:24 +0000 masca Manage sending messages trough switchboard in sbconn.
Tue, 15 Jun 2010 21:05:27 +0000 masca Document SlpMessage size limits.
Tue, 15 Jun 2010 00:42:05 +0000 masca Move MsnMessage stuff out of slplink to SBConn.
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.
Tue, 08 Jun 2010 21:26:39 +0000 masca Drop slp header and footer from MsnMessage in favor of MsnSlpMessage->header and footer.
Sun, 06 Jun 2010 21:27:12 +0000 masca merge of '5af6a35c4c39341b79cc8d61c700da2b874b9b6b'
Wed, 02 Jun 2010 20:51:24 +0000 masca propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head 49bf2f5880edfe6f07decbf14418f2032ba59ad0)
Wed, 02 Jun 2010 20:08:53 +0000 masca propagate from branch 'im.pidgin.pidgin' (head a16b83242562658cc9f08739aedaa0a4b621077a)
Sat, 05 Jun 2010 01:31:25 +0000 masca Fix logic error as pointed out by Elliot.
Thu, 03 Jun 2010 21:50:45 +0000 masca Drop Binary from the struct name.
Thu, 03 Jun 2010 21:41:43 +0000 masca Drop MsnSlpHeader in favor of MsnP2pBinaryHeader.
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.
Wed, 26 May 2010 19:47:56 +0000 masca propagate from branch 'im.pidgin.pidgin' (head fcd99a6bb8c6362d64f295a1b95a5b1130460b85)
Sat, 22 May 2010 06:27:18 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head cd770a44f05f96d1e74ea761e614d1a468ba60df)
Mon, 10 May 2010 23:21:44 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head f6cdf8776559775f9a4a72563e69741e139518bd)
Thu, 22 Apr 2010 17:15:26 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 73717266fa7d3a35ac09e09781fc5b48e2954fab)
Wed, 10 Mar 2010 17:58:21 +0000 masca propagate from branch 'im.pidgin.pidgin' (head fc8a21d1f30004cf7a468e8ab79c0f922c6c4a3e)
Thu, 18 Feb 2010 16:59:04 +0000 masca propagate from branch 'im.pidgin.pidgin' (head 624bba8bd37445c496620c94bfe6da7da8af2ee4)
Mon, 08 Feb 2010 08:35:38 +0000 Mark Doliner We just allocated slpmsg, so of course slpmsg->slpcall will be NULL here