log libpurple/protocols/msn/p2p.h @ 31771:b8e076d51817

age author description
Thu, 10 Mar 2011 06:29:00 +0000 Elliott Sales de Andrade Add P2Pv2 parsing and saving functions. Tested by compiling them!
Thu, 10 Mar 2011 05:00:17 +0000 Elliott Sales de Andrade Add a maximum length when parsing the P2P wire data.
Mon, 28 Feb 2011 00:19:29 +0000 Elliott Sales de Andrade Add P2Pv2 header information to the P2P info struct. Of course, all
Thu, 20 Jan 2011 06:43:45 +0000 Elliott Sales de Andrade Try to hide all P2P fields away behind accessor functions.
Tue, 04 Jan 2011 09:12:59 +0000 Elliott Sales de Andrade A direct connection really has no need of the whole P2P packet header,
Fri, 17 Dec 2010 07:49:47 +0000 Elliott Sales de Andrade Change SLP P2P functions to use the new buffer access functions
Wed, 15 Dec 2010 22:04:08 +0000 Elliott Sales de Andrade Fix typo
Sun, 28 Nov 2010 02:15:18 +0000 Elliott Sales de Andrade Fix the name of this flag.
Sat, 27 Nov 2010 07:56:27 +0000 Elliott Sales de Andrade These new files are missing GPL headers. And fix a couple incorrect
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, 07 Jul 2010 21:03:15 +0000 masca Fix some field sizes in P2Pv2 header.
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:09:20 +0000 masca Add some more flag definitions to the p2p flags.
Sat, 03 Jul 2010 05:22:58 +0000 masca Add initial P2Pv2 header definition.
Wed, 16 Jun 2010 21:53:08 +0000 masca Add a P2PFooter size define.
Tue, 08 Jun 2010 21:08:13 +0000 masca Add P2PFooter helper functions.
Fri, 04 Jun 2010 00:20:18 +0000 masca This one is not needed here.
Thu, 03 Jun 2010 22:55:52 +0000 masca Move parsing of the p2p header to p2p to avoid duplicated code.
Thu, 03 Jun 2010 21:50:45 +0000 masca Drop Binary from the struct name.
Thu, 03 Jun 2010 21:44:36 +0000 masca Drop MsnSlpFooter in favor of MsnP2pFooter.
Thu, 03 Jun 2010 21:18:53 +0000 masca Chang member name so it is compatible with MsnSlpHeader struct names.
Thu, 03 Jun 2010 21:16:24 +0000 masca Actually add the new file.