log

age author description
2009-05-03 Paul Aurich On errors, don't pretend we did fetch something, pass NULL.
2009-05-03 Paul Aurich Avoid a g_markup_escape_text assertion failure
2009-05-02 Paul Aurich merge of '76766330ad9c063ff4c96cf86c9ce12c0974edd6'
2009-05-02 Paul Aurich Remove most of the things that are now in 2.5.6 (I likely missed one or two)
2009-05-02 Paul Aurich Given the other changes I made, this is more appropriate (and vague).
2009-05-02 Elliott Sales de Andrade Word wrap a little.
2009-05-02 Elliott Sales de Andrade Decrement the ADL/FQY count when we receive an error about a FQY for a user
2009-05-02 Elliott Sales de Andrade Add an FQY error handler so we don't disconnect if something incorrect was
2009-05-02 Paul Aurich merge of '3993504a85f5cbebaeace03466d79cda9803f240'
2009-05-02 Sadrul Habib Chowdhury Enable/disable the buttons in the savedstatus dialog properly.
2009-05-02 Paul Aurich Don't crash when a broken server sends us an occupant's presence with an
2009-05-02 Paul Aurich When we download a buddy's vCard to update an avatar, also try to update the nickname.
2009-05-02 Ka-Hing Cheung merge of '9dd1c4c3db68a80dbf157a0c0bc0c723e42b7a6e'
2009-05-02 Ka-Hing Cheung Fixes a buffer overflow in the ZDI-08-054 report
2009-05-02 Daniel Atallah Prevent a buggy XMPP-raw plugin from causing a NUL ptr deref - instead the
2009-05-02 Daniel Atallah Use matching buffer lengths to avoid confusion.
2009-05-02 Daniel Atallah This is supposed to be a precision formatter.
2009-05-02 Paul Aurich A little bit better (free memory and support receiving the nick in subscriptions) and Changelog.
2009-05-02 Paul Aurich Handle User Nick notifications via <presence/> stanzas (receive-only). Refs #864.
2009-05-02 Paul Aurich Sadrul pointed me at g_markup_escape_text, thanks!
2009-05-02 Paul Aurich Escape all the values when appending them to the Entity Caps verification str.
2009-05-01 Paul Aurich Me fail English? That's unpossible!
2009-05-01 Peter Hjalmarsson merge of '9df36977fc8f70d1b3124d32a54eb123df50aa0f'
2009-05-01 Paul Aurich Don't crash when the caps cb is NULL and don't corrupt jabber_identities
2009-05-01 Paul Aurich Fix a bad merge (*sigh*)
2009-05-01 Paul Aurich Use more efficient purple_find_buddies in bonjour.
2009-05-01 Paul Aurich merge of '04463c4228e4760066ef026178e08886db366915'
2009-05-01 hanzz Make purple_find_buddies(account, NULL) O(# buddies in the account) and rewrite purple_ssi_parselist to take advantage of said efficiency.
2009-05-01 Paul Aurich Add account-(created|destroying) signals.
2009-05-01 Stu Tomlinson Patch from Stefan Becker to plug a couple of memory leaks in libpurple/mime.c
2009-04-30 John Bailey Check in updated po files so the daily po update doesn't have to work so hard.
2009-04-30 John Bailey I was tired of most of us complaining about these things but never actually
2009-04-30 Paul Aurich Don't breaking if the user runs `/ping <user's server>` a bunch.
2009-04-30 Paul Aurich I gave this way too long to stop getting on my nerves.
2009-04-30 Paul Aurich Avoid crashing on some more atoi calls and ensure required parameters are !NULL
2009-04-30 Paul Aurich Don't crash on malicious candidates missing attributes
2009-04-30 Paul Aurich Fix a bad merge in 511953ddd75ccd866325fa6cf1e72dbb4fca3e82
2009-04-29 Sadrul Habib Chowdhury Changelog VV, move an entry to correct section.
2009-04-29 Paul Aurich Fetch and track capabilities for MUC members. Add a further constraint for
2009-04-29 Paul Aurich tighter scoping++
2009-04-29 Paul Aurich merge of '2008f1bd77717e12b27397825b76c19de2fc7314'
2009-04-29 Sadrul Habib Chowdhury merge of '26ac092613aaf9cdf75dc965213469a30135ab56'
2009-04-29 Paul Aurich Skip iterating non-node children; thanks to Marcus for crashing me.
2009-04-29 Paul Aurich merge of 'ccb564416010a2752aa29c68143c9caf1aae054c'
2009-04-28 Paul Aurich Missed one (copying changes manually between computers is clearly an error-ful
2009-04-28 Paul Aurich merge of '2448add898018349b64e4eb5550adb03644790db'
2009-04-28 Paul Aurich Build error/warning fixes. Still not tested because libxmpp.dll won't load.
2009-04-28 Paul Aurich Windows compilation complains (probably because it's 32-bit)
2009-04-28 Ka-Hing Cheung fixes one more potential leak of the same type
2009-04-28 Ka-Hing Cheung merge of '4a2d7c0b8570558cada900f60d7696231954c231'
2009-04-28 Paul Aurich Changelog 6b5084da. Refs #2002.
2009-04-28 Paul Aurich merge of '150aa7010128787a82ee3eb64eec7907e08235cc'
2009-04-28 Paul Aurich Changelog MSN, Yahoo, and the merged BOSH branch
2009-04-28 Paul Aurich Add Tobias to COPYRIGHT
2009-04-28 Paul Aurich merge of '8ddbfe5d6f5c2455497d11ccbfff769ed4e9fad4'
2009-04-28 Paul Aurich Fix merging.
2009-04-28 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fbb4fe5da444943eecc76bdcd6c8ba967790b6c8)
2009-04-28 Paul Aurich Don't try to process PEP events if it's not <message type='event'/>
2009-04-27 Paul Aurich Distinguish name and participant in PurpleMedia API
2009-04-27 Paul Aurich Provide alternative find_by_jid that doesn't use g_hash_table_find