log libpurple/protocols/msn/p2p.c @ 31551:f518effe7395

age author description
Thu, 05 May 2011 22:21:12 +0000 Elliott Sales de Andrade I think this is the way to map to P2Pv2, but I don't have Internet
Thu, 05 May 2011 21:49:21 +0000 Elliott Sales de Andrade This should fix TLV in from and out of the wire.
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:07:48 +0000 Elliott Sales de Andrade Oops, I forgot to move the size check to the new location.
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 06:55:30 +0000 Richard Laager Remove trailing whitespace
Fri, 17 Dec 2010 07:49:47 +0000 Elliott Sales de Andrade Change SLP P2P functions to use the new buffer access functions
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.
Tue, 08 Jun 2010 21:08:13 +0000 masca Add P2PFooter helper functions.
Fri, 04 Jun 2010 00:20:00 +0000 masca Oops, forgot to save before commiting.
Thu, 03 Jun 2010 22:55:52 +0000 masca Move parsing of the p2p header to p2p to avoid duplicated code.