log libpurple/protocols/jabber/auth.c @ 19999:da29f5c7dc1a

age author description
Fri, 14 Sep 2007 00:03:30 +0000 Daniel Atallah Clear the password when we get an auth. error and we're not saving passwords so that you don't need to go into the account settings to reset it. Fix #3083.
Wed, 12 Sep 2007 19:11:38 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
Fri, 17 Aug 2007 22:10:43 +0000 Gabriel Schulhof explicit merge of 'fc49baf44017a8fd511c607b435668baf2a0f518'
Sun, 12 Aug 2007 16:44:02 +0000 Gabriel Schulhof Added hints to jabber auth.c
Sun, 12 Aug 2007 16:36:40 +0000 Gabriel Schulhof Added hints to jabber auth.c
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Fri, 07 Sep 2007 01:22:19 +0000 Daniel Atallah The cyrus SASL password prompt dialogs don't get disposed if the account disconnects. This fixes the callbacks not to assume that the connection is still valid.
Sun, 12 Aug 2007 02:11:05 +0000 Daniel Atallah Use -1 as length with g_convert() functions instead of strlen()
Fri, 10 Aug 2007 13:28:12 +0000 Daniel Atallah Fix null pointer deref when confirming authentication over unencrypted connection. Fixes #2493.
Tue, 22 May 2007 07:09:32 +0000 Mark Doliner merge of 'b8b81ea3c89a56d3526f1ca7373b947083c44a3f'
Tue, 22 May 2007 05:22:36 +0000 Daniel Atallah Added more robust parsing of the xmpp digest challenge and add validation that some required challenge fields are present. Fixes #1024
Fri, 18 May 2007 01:46:51 +0000 Daniel Atallah disapproval of revision '1e0f6c89bdf3a21258ac4f64039122a909ac67cc'
Fri, 18 May 2007 01:37:27 +0000 Daniel Atallah Fix an extra \r\n in the Authorization header. Fixes #965.
Fri, 11 May 2007 00:33:05 +0000 Nathan Walp I changed my mind, this should display the whole account name
Thu, 10 May 2007 23:43:42 +0000 Nathan Walp fixes #763