Mercurial > pidgin.yaz
graph
-
sametime: Compile! (other build environment apparently lacked libmeanwhile...)2011-07-21, by Paul Aurich
-
log_reader: Fix an actual crash in the QIP reader.2011-07-21, by Paul Aurich
-
merge of '60a632cb295df557713697e92727d551d7345451'2011-07-21, by Paul Aurich
-
log_reader: strchr(), and some simplifying to make clang happier2011-07-21, by Paul Aurich
-
sametime: Avoid a theoretical null strcmp2011-07-21, by Paul Aurich
-
prefs: Avoid an atoi(NULL) when reading the prefs from disk2011-07-21, by Paul Aurich
-
dnssrv: Hmph, this is what I get for swapping the argument order around and not paying attention2011-07-20, by Paul Aurich
-
dnssrv: Refactor to reduce code duplication2011-07-20, by Paul Aurich
-
Fix build of dnssrv.c on Windows; thanks to eschman for pointing this out.2011-07-19, by Paul Aurich
-
Fix the handling of IRC formatting following mIRC ^O.2011-07-19, by Ethan Blanton
-
dnsquery: Behold, automagic conversion of a string IP address into a sockaddr struct, IPv#-independent.2011-07-17, by Paul Aurich
-
dnssrv: Proper memory management here, which stops random crashes elsewhere.2011-07-17, by Paul Aurich
-
dnssrv: Avoid a few extraneous iterations through the list. Refs #126472011-07-17, by Paul Aurich
-
Whitespace changes2011-07-17, by Paul Aurich
-
Fixes to the PurpleSrvTxtQueryUiOps code. Refs #126472011-07-17, by thijsalkemade
-
La de dah, thanks John2011-07-17, by Paul Aurich
-
jabber: Fix /join behavior. Closes #14205.2011-07-17, by Paul Aurich
-
pidgin: Fix building on GTK+ less than 2.14.2011-07-17, by Paul Aurich
-
gg: Fix build w/ older versions of GnuTLS.2011-07-17, by Paul Aurich
-
More debugging informations when updating avatars in Gadu-Gadu2011-07-14, by tomkiewicz
-
Remove duplicate calls to msn_slpmsg_set_slplink. This function is2011-07-14, by Elliott Sales de Andrade
-
Suppress error spews when we've left an IRC channel but the window is open.2011-07-12, by Ethan Blanton
-
Fix some closes on invalid fds, which can crash on Windows.2011-07-10, by Florian Quèze
-
ChangeLogging.2011-07-09, by John Bailey
-
Make the ChangeLog.API entry accurate.2011-07-09, by John Bailey
-
We're now 2.10.0 because I added the plugin info dialog.2011-07-09, by John Bailey
-
Add a plugin information dialog that shows information for all plugins, even2011-07-09, by John Bailey
-
We have not been in 2009 while ago nor this project is dead.2011-07-08, by masca
-
Update the AUTHORS file with the information in the Developer Information window.2011-07-08, by masca
-
Credit Quenin Brandon for the max size in incoming smileys patch. Changelog it.2011-07-08, by masca
-
Fix debug message for IRC periodic WHO2011-07-06, by Ethan Blanton
-
configure.ac: Prep for next release2011-07-03, by Paul Aurich
-
Merged two buddy blocking methods in Gadu-Gadu protocol. Fixes #53032011-07-01, by tomkiewicz
-
conversation: Hmm, this shouldn't be set to NULL; tends to break stuff.2011-06-27, by Paul Aurich
-
irc: Save one useless hash table lookup2011-06-27, by Paul Aurich
-
jabber: Check for empty string when setting mood.2011-06-27, by Paul Aurich
-
Fix the merge some more2011-06-26, by Paul Aurich
-
Fix up merge2011-06-25, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 9681bcefcadc4b4fad248fd0ec922892aaefdd76)2011-06-25, by Paul Aurich
-
conversation: Use the right comparison type (case-sensitive) for the hash table2011-06-22, by Paul Aurich
-
conversation: Okay, one final fix.2011-06-21, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head cc3c0e426393176ef87b207eeed1a17efc8dec7d)2011-06-21, by Paul Aurich
-
Add constant-time lookup of row in the userlist by way of PurpleConvChatBuddy ui_data2011-06-21, by Paul Aurich
-
conversation: Use a copy of the name and clear hash after emitting "left" signals2011-06-21, by Paul Aurich
-
gtkconv: Remove a redundant lookup, as that just calls purple_conv_chat_cb_find()2011-06-21, by Paul Aurich
-
conversation: Strip off the exposed function pointers.2011-06-21, by Paul Aurich