log libpurple/protocols/msn/p2p.h @ 32819:2c6510167895 default tip

age author description
Tue, 10 May 2011 03:18:20 +0000 Elliott Sales de Andrade Rename this enums a little better. And I don't think we need these
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 08:06:27 +0000 Elliott Sales de Andrade Get the P2P version based on the user. Still hard-coded as v1 though.
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.
Sat, 07 May 2011 07:29:47 +0000 Elliott Sales de Andrade Add P2Pv2 ack'ing.
Sat, 07 May 2011 07:22:03 +0000 Elliott Sales de Andrade Rename things a little.
Fri, 06 May 2011 06:25:14 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.cpw.masca.p2p' (head 33ca865dacb9e5bcf763d06f6a42cbaca337cc64)
Tue, 04 Jan 2011 05:05:06 +0000 masca Add Peer Info TLV struct and values.
Tue, 04 Jan 2011 04:51:48 +0000 masca Add TLV and data fields to P2Pv2 Header.
Tue, 04 Jan 2011 04:47:57 +0000 masca Add P2Pv2 Data Header struct.
Tue, 04 Jan 2011 04:29:36 +0000 masca Compile.
Tue, 04 Jan 2011 04:06:36 +0000 masca propagate from branch 'im.pidgin.pidgin' (head 8707e10aca1fa6ef13a2a00f24760fb2ed97f641)
Wed, 15 Dec 2010 06:17:36 +0000 masca Add some constants used by P2Pv2.
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.