log

age author description
2009-07-04 Paul Aurich Updated Slovenian translation. Closes #9098.
2009-07-04 Timo Jyrinki Updated Finnish translation (100%).
2009-07-05 John Bailey Convert the yahoo prpl to using the debug convenience functions instead of
2009-07-04 John Bailey Convert the #ifdef DEBUG here to use the PURPLE_VERBOSE_DEBUG variable.
2009-07-04 John Bailey ChangeLog the PURPLE_VERBOSE_DEBUG variable.
2009-07-04 John Bailey Add entries to ChangeLog.API for my changes.
2009-07-04 John Bailey Convert all uses of PURPLE_UNSAFE_DEBUG to the new API I added.
2009-07-04 John Bailey Move the handling of PURPLE_UNSAFE_DEBUG to purple_debug_init(). Also add
2009-07-04 Paul Aurich merge of '8222e69d26359ab1a478cc42d25834120aee713b'
2009-07-04 Paul Aurich Fix purple_markup_unescape_entity to properly consume '\' and similar.
2009-07-04 Jochen Kemnade some more German l10n
2009-07-04 Josep Puigdemont Catalan translation updated.
2009-07-06 Elliott Sales de Andrade Add support for receiving handwritten (Ink) messages from MSN buddies.
2009-07-05 Elliott Sales de Andrade Add auto-generated D-Bus signals introspection, though parameter names
2009-07-05 Elliott Sales de Andrade s/analize/analyze/g since those scripts just don't exist.
2009-07-04 Elliott Sales de Andrade If no disco#items feature was found (like with gmail.com), then our disco
2009-07-04 Elliott Sales de Andrade Make the custom smiley edit windows single-instance. That is, if you click
2009-07-04 Elliott Sales de Andrade merge of '7f396ae5ae1a07562f3822bfdf32a5b71b737970'
2009-07-04 Sulabh Mahajan Complement the condition, fix the error I made in the last commit.
2009-07-04 Paul Aurich merge of '1bbd08b1b4f931fa4318c1042033c441a36397ee'
2009-07-04 Elliott Sales de Andrade A semi-random collection of English spelling and grammatical changes.
2009-07-04 Elliott Sales de Andrade The Log Reader plugin also supports aMSN logs.
2009-07-04 Elliott Sales de Andrade merge of '7743dd71673c71e91039e890a3a939f9850f2d16'
2009-07-04 Stu Tomlinson Apparently there might be stuff after the semicolon before the \r\n so just
2009-07-04 Stu Tomlinson merge of 'b6e009fb9284f653ac58c5309b5443eec6f12c8e'
2009-07-04 Mark Doliner merge of '3fe037ee4d003527c8f4f41974e01680d5eea27e'
2009-07-04 Mark Doliner Slightly better error messages
2009-07-04 Elliott Sales de Andrade In the Network prefs page, always show the auto-detected IP address by
2009-07-04 Elliott Sales de Andrade Don't colourize the IP entry field when it's empty, and reset the actual
2009-07-04 Elliott Sales de Andrade Change the page_size on the GtkAdjustment used for GtkSpinButtons on the
2009-07-04 Stu Tomlinson disapproval of revision '3fe037ee4d003527c8f4f41974e01680d5eea27e'
2009-07-04 Stu Tomlinson We're about to assume strstr() will find \r\n, so make the sscanf()
2009-07-03 Mark Doliner Add an else when looking at the number of total elements and
2009-07-03 Sulabh Mahajan Password reenter prompt only for accounts where password storing is enabled. More consistent with other accounts.
2009-07-03 Sulabh Mahajan During login, if password incorrect, set it to NULL. Avoids account locking. Brings dialog to enter password if clicked on Re-enable account
2009-07-03 Sulabh Mahajan In case of an error we do not receive the token, and totalelements in that case is 1. This fixes the issue of not being able to set error properly.
2009-07-03 Mark Doliner Formatting changes, no functionality.
2009-07-03 Elliott Sales de Andrade merge of '4296be52d5b80da450d41464433feee7c438d8f9'
2009-07-04 Paul Aurich Clarify that Purple::Prefs::add_none() really is necessary
2009-07-03 Paul Aurich Whoops, that wasn't meant to be https (even though I think Google should be
2009-07-03 Paul Aurich Provide a custom URL per-email for gmail notifications, since Google gives it to us.
2009-07-03 Elliott Sales de Andrade Sadrul and etan point out that using an existing function is better than
2009-07-03 Paul Aurich Use mail_dialog consistently, instead of switching from one line to the next. Various other cleanups, too.
2009-07-03 Paul Aurich merge of '42ff94691667fa47b66d698b59f9eca2326c3660'
2009-07-03 Paul Aurich Fix the mail_dialog->total_count and use that to tell when the dialog is empty.
2009-07-03 Paul Aurich Don't try to read in '' as our account icon. I don't know if I have a messed up prefs.xml or something else changed recently.
2009-07-03 Paul Aurich Close the mail dialog at signoff if it's empty. Closes #9345.
2009-07-03 Paul Aurich Remove the PidginMailDialog typedef.
2009-07-03 Paul Aurich Remove a few layers of evil abstraction.
2009-07-03 Paul Aurich Remove trailing whitespace
2009-07-03 Elliott Sales de Andrade merge of '62bb494a4382e4c1744f43473276c10a8d207d4a'
2009-07-02 Paul Aurich Fix Google Mail notifications when they inexplicably weren't working. Fixes #3300.
2009-07-02 Paul Aurich If get_info_for_jid is passed a full JID, don't spam that JID with IQs.
2009-07-02 Paul Aurich Factor the per-resource IQs out into their own function.
2009-07-02 Mark Doliner Check in re-based .po files so our nightly l10n stats generation has less work to do
2009-07-02 Mark Doliner Woo boy I think we might have a whole bunch of new strings
2009-07-02 Mark Doliner * Use our assert_string_equal() macro instead of fail_unless(strcmp(), NULL)
2009-07-02 Mark Doliner I had to make these changes to get "make check" to run
2009-07-02 Mark Doliner A few changes to our code to handle chunked transfer-encodings (technically
2009-07-02 Mark Doliner Remove just a tad bit of indirection