log

age author description
2010-06-09 masca Remove replaced code.
2010-06-09 masca The include is needed here.
2010-06-08 masca Use slp parse code that was just moved to SlpMessage since it belongs there
2010-06-08 masca Drop slp header and footer from MsnMessage in favor of MsnSlpMessage->header and footer.
2010-06-08 masca Add SlpMessage parser and serializer functions to SlpMessage module.
2010-06-08 masca Add P2PFooter helper functions.
2010-06-08 masca Allow temporary SlpMessages so we can get slp specific code from MsnMessage.
2010-06-08 masca This bits belong to SlpMessage, lets handle here, also I think it's easier to manage this bits being a pointer.
2010-06-06 masca merge of '5af6a35c4c39341b79cc8d61c700da2b874b9b6b'
2010-06-02 masca propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head 49bf2f5880edfe6f07decbf14418f2032ba59ad0)
2010-06-02 masca propagate from branch 'im.pidgin.pidgin' (head a16b83242562658cc9f08739aedaa0a4b621077a)
2010-06-05 masca Fix logic error as pointed out by Elliot.
2010-06-05 masca Use p2p functions in directconn too.
2010-06-04 masca This include is needed here.
2010-06-04 masca Use convenient p2p functions to avoid code here. There is a lot more code duplication to fix here.
2010-06-04 masca This one is not needed here.
2010-06-04 masca Oops, forgot to save before commiting.
2010-06-03 masca Add the new module to Makefiles.
2010-06-03 masca Fix a warning.
2010-06-03 masca Move parsing of the p2p header to p2p to avoid duplicated code.
2010-06-03 masca Drop Binary from the struct name.
2010-06-03 masca Drop MsnSlpFooter in favor of MsnP2pFooter.
2010-06-03 masca Drop MsnSlpHeader in favor of MsnP2pBinaryHeader.
2010-06-03 masca Chang member name so it is compatible with MsnSlpHeader struct names.
2010-06-03 masca Actually add the new file.
2010-06-03 masca Start moving p2p specific code to its own module.
2010-06-02 masca Cleanup notification.c includes
2010-06-02 masca Replace magic numbers with the enumed SlpHeaderFlag.
2010-06-02 masca Document Flag field in the Slp binary header.
2010-05-28 masca Include internal.h on each c file to avoid windows breakage as recommended by Daniel.