log

age author description
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
2009-07-02 Mark Doliner Use unsigned lengths here and use %zu when reading into the gsize var
2009-07-02 Paul Aurich Clear the notifications via a signal instead of pidgin_close_notify.
2009-07-02 Paul Aurich merge of '6b55733f733881e690313c87ac44fba18f382ce1'
2009-07-01 Mark Doliner Fix font size and font face in outgoing myspace messages. I think I
2009-07-01 Ethan Blanton Don't send 64-bit DCC application-level acknowledgments on 64-bit systems.
2009-07-01 Sadrul Habib Chowdhury merge of '183db7b36f0f27730e6f1b86c30b7ab9dfb22ab7'
2009-07-01 Sadrul Habib Chowdhury Show the 'Enable Accounts' menu when all accounts are disabled.
2009-07-02 Paul Aurich Set od->default_port even when using the standard auth method.
2009-07-01 Paul Aurich Avoid a null deref when clearing mail notifications. Refs #9345.
2009-07-03 Elliott Sales de Andrade Change the background of the IP address input in the Network preferences to
2009-07-03 Elliott Sales de Andrade Fix the Add button sensitivity for the add smiley window when using the
2009-07-03 Elliott Sales de Andrade Set the correct default response in the smiley edit window so it gets the
2009-07-03 Elliott Sales de Andrade Automatically enable and disable the Add/Save button in the PidginSmiley
2009-07-02 mauro brasil Increase the logging level of some debugging messages that seemed to be a
2009-07-02 Elliott Sales de Andrade This variable doesn't seem necessary for anything.
2009-07-02 Elliott Sales de Andrade We shouldn't de-reference variables before checking if they're not NULL.
2009-07-01 Elliott Sales de Andrade Change the name of the file selector from "Buddy Icon" to the name of the
2009-07-01 Elliott Sales de Andrade You should check the indenting before a copy & paste...
2009-07-01 Sadrul Habib Chowdhury merge of '321bf1cf9bafe529fea060ca8ba08686a57e884a'
2009-06-30 Paul Aurich I tried to come up with some witty play on words here, but couldn't.
2009-07-01 Sadrul Habib Chowdhury Some more fixes for when unsetting buddy picture, for both when sending and receiving updates.
2009-06-30 Sadrul Habib Chowdhury merge of '22e14265a47cdddb4c9eb1ee0d2ce2989f9fce61'
2009-06-30 Sadrul Habib Chowdhury Changelog yahoo fixes.
2009-06-30 Sadrul Habib Chowdhury Fix how we process certain data we get from the server.
2009-06-30 Sadrul Habib Chowdhury Process the data correctly if the server sends chunked data.
2009-06-29 Sadrul Habib Chowdhury We should not be sensitive about the case.
2009-06-29 Sadrul Habib Chowdhury Fix a small memory leak.
2009-06-30 Mark Doliner Use glib's base64 encode and decode functions if they're available.