log

age author description
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.
2010-05-26 masca Add ref/unref support to MsnUser.
2010-05-26 masca propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head 6f45ed65a9417053e242214f5c2bc51028f8e01f)
2010-05-26 masca propagate from branch 'im.pidgin.pidgin' (head fcd99a6bb8c6362d64f295a1b95a5b1130460b85)
2010-05-22 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head cd770a44f05f96d1e74ea761e614d1a468ba60df)
2010-05-26 masca Don't treat messages got from ourself from a switchboard like a new message. This fixes the multiple conversation open with ourself.
2010-05-25 masca Switchboard->users is now a list of MsnUsers which is a lot more useful and it is already allocated.
2010-05-25 masca Oops, this one needed to be changed too.
2010-05-15 masca This are MsnUser functions, move them there.
2010-05-10 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head f6cdf8776559775f9a4a72563e69741e139518bd)
2010-04-23 Mark Doliner Need to add back this g_free.
2010-04-23 Mark Doliner Use a linked list to store MsnUserEndpoints instead of a hash table.
2010-04-22 Mark Doliner Give the Set Friendly Name window a better title
2010-04-22 Mark Doliner Don't hardcode "Pidgin" as the name of this endpoint. Instead, grab the
2010-04-22 Mark Doliner MsnUserEndpoint->id isn't actually used, so let's not store it in the
2010-04-22 Mark Doliner Remove an unnecessary forward declaration
2010-04-22 Mark Doliner MSN's dialog.c was removed
2010-04-22 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 73717266fa7d3a35ac09e09781fc5b48e2954fab)
2010-04-04 masca propagate from branch 'im.pidgin.pidgin' (head 3675047f72f66174d95018d40a0100ea0bc87f8c)
2010-03-31 masca Document MsnTable.
2010-03-31 masca Remove deprecated (since MSNP13) commands and relevant files.
2010-03-30 masca We don't need to expose this function as it's only used locally.
2010-03-26 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 25f95fb2f47b70980b79422c9a02be98eed376f7)
2010-03-13 Elliott Sales de Andrade I don't really like this name.
2010-03-13 Elliott Sales de Andrade Fix a few little things.
2010-03-13 Elliott Sales de Andrade Messages without TrID's should not be saved in the history.
2010-03-12 masca msn: Document command.h
2010-03-12 masca msn: Merge dialog and error to get an unified msn_error api.
2010-03-11 masca We need a way to send commands without transaction ID
2010-03-10 masca msn: Remove msn_cmdproc_send_quick in favor of msn_cmdproc_send_trans