log

age author description
2010-06-16 masca Add support in SBConn to send parts instead of messages.
2010-06-16 masca Add a function that enqueue a Part instead of a Message since directconn does not sends messages.
2010-06-16 masca Introduce SlpMessagePart, It will replace MsnMessage in every Slp related code so MsnMessage just get used where it makes sense, in the Switchboard.
2010-06-15 masca Manage sending messages trough switchboard in sbconn.
2010-06-15 masca Document SlpMessage size limits.
2010-06-15 masca Move MsnMessage stuff out of slplink to SBConn.
2010-06-12 masca Use better function names.
2010-06-12 masca Move more SlpMessage creation to its module.
2010-06-10 masca The creation of SlpMessage must be done in its own module.
2010-06-10 masca Since we can create a SlpMessage without a SlpLink, add a function to relate them post-creation.
2010-06-09 masca Avoid magic numbers.
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.
2010-05-28 masca Add internal here so it brings config.h that make it possible to load the plugin. Fixes a regresion introduced in 7ab10ac51ae5537fc0c3eeca18c24dcadf63728f.
2010-05-28 masca ft.h is not needed in the headers.
2010-05-28 masca Switchboard: move this includes to the c file.
2010-05-28 masca Switchboard includes cleanup.
2010-05-28 masca A little header cleanup.
2010-05-28 masca This include of internal maybe is needed on proxy.h because not having it causes error on it.
2010-05-28 masca Remove unused includes.
2010-05-28 masca Notification needs the userlist.
2010-05-28 masca Nexus needs internal too.
2010-05-28 masca I guess we like better to include internal than stdio.h.
2010-05-28 masca Nobody needs sslcon here, remove it.
2010-05-28 masca Replace servconn.h with session.h because it's the one needed here.
2010-05-28 masca msn_email_is_valid looks a lot like a util function, move it there.
2010-05-28 masca This enum looks like userlist related, move it there.
2010-05-28 masca This ones are not needed.
2010-05-28 masca Remove unnecesary includes from msn.h.
2010-05-27 masca Remove msn_user_destroy in favor of msn_user_unref.
2010-05-26 masca Manage switchboards with users not on our list.
2010-05-26 masca Make this bits consistent with the whole file.