log

age author description
2008-06-07 Elliott Sales de Andrade Remove MSN's use of a "store name" in favour of the "friendly name"
2008-06-07 Elliott Sales de Andrade Update MSN Contact tokens when an invalid token error is returned.
2008-06-07 Elliott Sales de Andrade Correctly update MSN OIM tokens when an invalid token error is
2008-06-07 Elliott Sales de Andrade Update MSN nexus functions so that tokens are properly updateable. It
2008-06-07 Elliott Sales de Andrade A small edit to purple_str_to_time that allows a 'Z' (UTC) TZ offset.
2008-06-07 Elliott Sales de Andrade I was getting annoyed with this extra printing, so now on MSN, it only
2008-06-07 Elliott Sales de Andrade Fix up some merge errors in MSN's notification.c. Darn meld...
2008-06-07 Elliott Sales de Andrade explicit merge of '9d90ebdb7e38fdd77bb504bc3302a083616360d9'
2008-05-14 Ka-Hing Cheung patch from QuLogic, references #4875
2008-05-14 Ka-Hing Cheung Patch from tomgr to resend once if the connection is down, fixes #5379
2008-05-14 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head e1c49c9ec5c6869ed9813feccd8ee41d2ca40f35)
2008-03-18 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)
2008-03-09 Ka-Hing Cheung killing MsnContact which just wraps MsnSession
2008-03-06 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 8da8d3c2a708d8bd00fe907d35de61998fb20125)
2008-02-27 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 64e9bf80895d2671f0a42fecc17e3ba895b41426)
2008-02-06 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head e39a6e9be3df05b59a878001feb9276b9ceb66a9)
2008-01-13 Ka-Hing Cheung zero out this, side effect is not crashing when password is incorrect
2008-01-12 Elliott Sales de Andrade References #4382, fixes receiving too many offline messages
2008-01-12 Elliott Sales de Andrade References #4382, replaces usage of msn_soap_xml_get with xmlnode_get_child
2008-01-12 Elliott Sales de Andrade References #4382, fixes getting offline messages in p15
2007-12-26 Ka-Hing Cheung oops, sending the format data probably isn't very useful. Unless you try
2007-12-26 Ka-Hing Cheung fixed a memleak or 3, or maybe 4, or 5. Some of these applies to the p14
2007-12-26 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head c0a74e417ec8993798705c2cbfca7b7d8b0bc514)
2007-12-26 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head a010c035a70dfe57b673c5c5564b4aff8cc1d400)
2007-12-26 Ka-Hing Cheung fix sending offline message in p15 by sending the correct token. In msnp14,
2007-12-26 Elliott Sales de Andrade Patch 4 from Qulogic, this one fixes a group name escape bug introduced by
2007-12-26 Elliott Sales de Andrade Patch 3 from Qulogic, this one updates contact list actions to use ticket
2007-12-26 Elliott Sales de Andrade Patch 2 from Qulogic, this one adds SSO authentication
2007-12-26 Elliott Sales de Andrade Patch 1 from Qulogic, this one mostly updates the version sent by pidgin
2008-07-12 Evan Schoenberg Gadu-Gadu Get Info isn't behaving properly. Added debug logging to its traking
2008-07-11 Jochen Kemnade updated German translation
2008-07-11 Sadrul Habib Chowdhury Show the count of users when joining a chat.
2008-07-11 Sadrul Habib Chowdhury Use a more friendly format for the timestamp in the banlist.
2008-07-08 Jochen Kemnade merge of '2b441ba99ecbf84cdadb1490a51f92857dda488c'
2008-07-06 Jochen Kemnade German translation updated
2008-07-08 Mark Doliner Remove a failsafe check that I don't believe is needed. I'm under the
2008-07-07 Luke Schierer merge of '1c1f4b66a258c57f1b098ae970a49e71d5a49996'
2008-07-06 Mark Schneider merge of '1128e8852303548fa7e11f94813fb137fde16744'
2008-07-04 Ethan Blanton Add the CAcert.org PEM files, which I forgot the first time around.
2008-07-04 Ethan Blanton Add CAcert.org to the Pidgin certificates
2008-07-06 Ka-Hing Cheung set the purple connection name to the one we are about to try
2008-07-06 Ka-Hing Cheung let's not leak if nothing is changed
2008-07-06 Ka-Hing Cheung make googletalk tune hack work, previously it's not doing anything unless
2008-07-04 Stu Tomlinson Add a --disable-missing-dependencies option to configure for people who
2008-07-04 Evan Schoenberg Whitespace fix
2008-07-04 Evan Schoenberg Drop and then recover from XML messages which trigger invalid character
2008-07-04 Evan Schoenberg xmlParseChunk() never returns less than 0. It retusn an error code from
2008-07-04 Evan Schoenberg Added a structured error handler callback to the xmlSAXHandler struct.
2008-07-03 Mark Doliner Alright, I'm getting rid of this "groups" thing for the reason listed
2008-07-03 Will Thompson Remove some tab literals from purple-url-handler, for consistency and for
2008-07-03 Will Thompson Make irc:// URLs use an account on the right server, not just the first IRC
2008-07-03 Will Thompson Give findaccount an option 'matcher' callback parameter, to match arbitrary
2008-07-03 Will Thompson Handle D-Bus errors more helpfully in purple-url-handler.
2008-07-03 Will Thompson merge of '3d0b19df4a52ab42b61494afac9c85d170398fa8'
2008-06-18 Will Thompson Improve PurpleConvChatBuddy documentation
2008-06-17 Will Thompson Give some variables holding escaped versions of other strings more meaningful names.
2008-06-17 Will Thompson This should be a boolean or, not a bitwise or.
2008-07-03 Sadrul Habib Chowdhury Document the command signals.
2008-07-02 Sadrul Habib Chowdhury Tab-completion for commands in finch.
2008-07-02 Sadrul Habib Chowdhury cmd-added and cmd-removed signals to emit when commands are registered/unregistered.