log

age author description
2009-05-21 Paul Aurich Don't try to process BOSH packet if there's no data (avoid a purple_strcasestr assertion).
2009-05-22 Paul Aurich merge of '70479082260072a56b0aea40ccca311822c17155'
2009-05-22 Etan Reisner merge of '4ba10f028ed5e73f7fe9f00b3131844819ed85a6'
2009-05-21 Paul Aurich Remove duplicated entries from Makefile.am which break installation with coreutils 7.4. Closes #9226.
2009-05-21 Paul Aurich Fix two warnings when building on OS X
2009-05-21 Paul Aurich merge of '1864a53b79ca34679ff68b45b52e7385608e46cc'
2009-05-20 Mark Doliner Don't do IPv6 AAAA lookups if there is no IPv6 address configured on
2009-05-20 John Bailey Some updates to the ChangeLog, reflecting as much as I could remmeber.
2009-05-20 Etan Reisner merge of '1696adf9dd410d4b67f782058165fbf61cb53c61'
2009-05-20 Paul Aurich Fix a crash when <NICKNAME/> is present in a vcard, but has no data.
2009-05-20 Paul Aurich merge of '53630753bb021f7391e8ad30abd709f73fe47c3d'
2009-05-19 Paul Aurich I still don't know why this ever compiled properly.
2009-05-20 Paul Aurich Stop trying to be clever with XMPP keepalive pings.
2009-05-19 Paul Aurich Fix a warning.
2009-05-19 Paul Aurich Fix two sizeof(size_t) != sizeof(unsigned int) warnings which could never
2009-05-19 Mark Doliner merge of '062468e9e5c7b0a7d4fb51cbd78c9a769cbd120a'
2009-05-19 Paul Aurich This whole section was partially using spaces instead of tabs.
2009-05-19 Paul Aurich Fix a NULL deref if the resource has gone offline by the time we're parsing this reply.
2009-05-19 Elliott Sales de Andrade merge of '8641e216dc398048158e7424b56603087551b65f'
2009-05-19 Elliott Sales de Andrade ChangeLog previous commit.
2009-05-19 Elliott Sales de Andrade Parse the invite message out of the pending membership list so that it can
2009-05-18 Elliott Sales de Andrade Remove notification-server group commands ADG, REG, RMG as groups are now
2009-05-18 Elliott Sales de Andrade Remove some unused code.
2009-05-18 Elliott Sales de Andrade This line is redundant.
2009-05-18 Elliott Sales de Andrade Insert an empty widget in chat windows to ensure that the infopane is
2009-05-18 Elliott Sales de Andrade Set the buddy icon size request on gtkconv->u.im->icon_container instead of
2009-05-19 Paul Aurich Clarify (hopefully) the usage of OPT_PROTO_UNIQUE_CHATNAME; arose in a discussion in #pidgin.
2009-05-18 Etan Reisner Correct the documentation for purple_buddy_icons_set_for_user it doesn't
2009-05-18 Etan Reisner merge of '40d000364c4c9c5b0a3971fbe7bb4878e3737202'
2009-05-18 Peter Hjalmarsson merge of '6a6409370fa50e23bc8fdedcef230220fa680a36'
2009-05-17 Paul Aurich propagate from branch 'im.pidgin.cpw.sulabh.yahoo_16' (head 86a698e26bedb5017a143cb8cfeefd9c5bda7beb)
2009-05-15 Paul Aurich Don't set jm->chat_state twice.
2009-05-17 Paul Aurich jabber_id_new() needs to be case-folding the node and domain.
2009-05-17 Josep Puigdemont Updated Catalan translation.
2009-05-17 John Bailey propagate from branch 'im.pidgin.cpw.sulabh.yahoo_16' (head c1ede5faf776dc1cc966dabb42c1ef0dbaea31db)
2009-05-14 John Bailey Only log requested HTTP URL's when PURPLE_UNSAFE_DEBUG is set and change MSN
2009-05-13 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head de00ba4608f6410625b80dbfb07287b668eee937)
2009-05-16 Luke Bratch Open a logged in Yahoo Mail instead of the login screen when possible.
2009-05-16 Sadrul Habib Chowdhury Get rid of a runtime warning on connect.
2009-05-16 Sadrul Habib Chowdhury Preserve the location when defaulting to png for saving unsupported image format.
2009-05-16 Sadrul Habib Chowdhury merge of '063be233b9574325479d819c9c68bf52551435d7'
2009-05-16 Richard Laager Ignore libpurple/marshallers.c and libpurple/marshallers.h.
2009-05-16 Richard Laager Use GTK_STOCK_ADD for the Select Buddy Icon option.
2009-05-16 Richard Laager A patch from nops to add a "Select Buddy Icon" (my term, the original patch
2009-05-16 Richard Laager A patch from Scott Wolchok to replace snprintf() with g_snprintf() and
2009-05-16 Gabriel Schulhof A patch from Gabriel Schulhof, updated to apply by Paul 'darkrain42' Aurich,
2009-05-16 Sadrul Habib Chowdhury Save raw-data for an image when possible.
2009-05-16 Sadrul Habib Chowdhury Avoid unnecessary strdup's.
2009-05-16 Sadrul Habib Chowdhury According to RFC 1738, "'" is a valid character in a URL.
2009-05-16 Sadrul Habib Chowdhury Fix a couple of crashes in the perl plugin loader.
2009-05-16 Sadrul Habib Chowdhury Block/Unblock the signal handler when if it's unblocked/blocked.
2009-05-15 Jochen Kemnade small translation update
2009-05-14 Daniel Atallah propagate from branch 'im.pidgin.pidgin.2.5.5.veracode' (head 1744a346c5951c97b5d6ec102b49606f3dd918cc)
2009-05-19 Mark Doliner disapproval of revision 'f4e1d87650834d9a82d09020df0fb030f25854e0'
2009-05-14 Mark Doliner Uh, OSCAR_CAPABILITY_VIDEO and OSCAR_CAPABILITY_LIVEVIDEO video have the
2009-05-13 Marcus Lundblad Support custom smileys in MUCs (when all participants support BoB and a maximum
2009-05-13 Stu Tomlinson Make the makensis option prefix configurable, so cross-compiling from Linux
2009-05-13 Stu Tomlinson Work around a build problem in windres in recent binutils where string
2009-05-13 Sadrul Habib Chowdhury Preserve utf-8 status messages when going idle.
2009-05-12 Paul Aurich Add jabber signals for IQ, Message, and Presence stanzas. Lightly tested (it doesn't crash [Prove me wrong!]) and as you'll note, I refer to documentation that doesn't yet exist.