log

age author description
2009-07-12 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head cec487e50b3df746ae8b23771513bf85734f618d)
2009-07-12 Paul Aurich For contacts who advertise Entity Caps, check for XHTML-IM support. Refs #4650.
2009-07-12 Paul Aurich Fix a crash relating to the actual freeing of the buddy list stuff.
2009-07-12 Paul Aurich Changelog im.pidgin.cpw.darkrain42.roster. Fixes #7008.
2009-07-12 Paul Aurich Clarify a comment a little.
2009-07-12 Paul Aurich Properly print pool, a list of PurpleBuddies, not strings.
2009-07-12 Paul Aurich Fix a warning.
2009-07-12 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 90138fae4d2350d166f730736ecea9ee8e20ecdb)
2009-07-06 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head ac87c285c7056f86005dc157b9870745de471f74)
2009-06-10 Paul Aurich Operate on the passed-in GSList.
2009-06-10 Paul Aurich Debug output when changing group memberships.
2009-06-10 Paul Aurich Pass around a copy of our bare JID
2009-06-07 Paul Aurich Simplify the fake_to_self function.
2009-06-07 Paul Aurich Remove a now-superfluous g_strdup/g_free.
2009-06-07 Paul Aurich Use js->state to track whether the roster has been retrieved.
2009-06-07 Paul Aurich Various roster cleanups. Refs #7008.
2009-06-06 Paul Aurich Remove this; it's been commented out for about 3.5 years.
2009-06-06 Paul Aurich Use jabber_is_own_account and perform way fewer normalizations per iteration
2009-07-13 Elliott Sales de Andrade merge of '08cad9bb29fe8faaea25ef487d9d70c2f66fd6b5'
2009-07-13 Elliott Sales de Andrade Don't break string freeze.
2009-07-13 Elliott Sales de Andrade Changelog previous commit.
2009-07-13 Elliott Sales de Andrade On MSN, pop up an "invite message" request similar to oscar, and send that
2009-07-12 Elliott Sales de Andrade Don't pre-escape jbr->status. Almost every place required it in unescaped
2009-07-12 Elliott Sales de Andrade We have a convenience function to do this. Also, plug a leak of the status
2009-07-12 Elliott Sales de Andrade If neither a locally-set custom icon nor a remotely-set buddy icon can be
2009-07-12 Elliott Sales de Andrade If the error number is unknown, the error message should mention it, since
2009-07-12 Elliott Sales de Andrade Apparently, I missed a few changes for purple_debug_is_verbose().
2009-07-12 Elliott Sales de Andrade The MSN client and server strips leading and trailing whitespace, so do the
2009-07-12 Elliott Sales de Andrade Bold + Underline + Italic + Strikethrough + NUL character equals 5 bytes,
2009-07-12 Paul Aurich Free the buddy list data some more at shutdown and some deprecations.
2009-07-11 aman Don't assume a resolver generated the response.
2009-07-11 aman Don't fork a resolver process for IPs.
2009-07-11 aman Fix a leak of the queued_requests from purple_dnsquery_a.
2009-07-11 Paul Aurich Fix build warning (wrong pointer type or something)
2009-07-11 Stu Tomlinson Update RPM spec file to cope with changes to where perl bits are installed
2009-07-11 Stu Tomlinson Avoid a potentially uninitialized variable
2009-07-11 Paul Aurich Added the function in util.h, forgot it here.
2009-07-11 Paul Aurich Save one traversal of the domain for IPv6 validation.
2009-07-11 Paul Aurich merge of '834ee1803fbad0f4960a66592ac43641f23124c6'
2009-07-11 Paul Aurich Validate IPv6 identifiers in the domain portion of a JID.
2009-07-11 Paul Aurich Add purple_ipv6_address_is_valid; guess what it does?
2009-07-11 Paul Aurich Build warning fix.
2009-07-11 Elliott Sales de Andrade merge of '90da8da01d8b8fa432adae5fd697ef4bad3582b5'
2009-07-11 Paul Aurich merge of '10c77c853c49f28524dabf8a5149818138c09c60'
2009-07-11 Stu Tomlinson Add a file missing from POTFILES.in
2009-07-11 Paul Aurich XMPP domains can also be IPv4 or IPv6 addresses
2009-07-11 Paul Aurich XMPP allows for internationalized domain names.
2009-07-11 Mark Doliner Doh, small typo. Tests pass now. Yay.
2009-07-10 Mark Doliner Be more restrictive in the characters allowed by jabber_nameprep_validate()
2009-07-10 Mark Doliner Of course, these should be >= and <=
2009-07-10 Mark Doliner Whoops, some of these were asserting valid but should have been
2009-07-10 Sadrul Habib Chowdhury merge of 'c79c76ef54b9b6ee38720172c7cc655dcee22893'
2009-07-10 Mark Doliner More tests, some with an international flavor. I have no idea what that
2009-07-10 Mark Doliner Change jabber_id_new() to iterate byte by byte instead of character
2009-07-10 Sadrul Habib Chowdhury Allow setting some personal information for an account.
2009-07-10 Mark Doliner Check in a version of jabber_id_new() that is hopefully more efficient.
2009-07-10 Paul Aurich Two more JID tests.
2009-07-10 Mark Doliner I thought of another invalid JID. I'm changing jabber_id_new() so that all
2009-07-10 Mark Doliner Add tests for jabber_id_new(). Please add to this! JIDs with accented
2009-07-10 Mark Doliner Use assert_string_equal_free() instead of just assert_string_equal()