log libpurple/protocols/jabber/auth.c @ 19674:55c47f7ab2a2

age author description
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
Sun, 29 Apr 2007 17:14:45 +0000 Mark Doliner Don't try to base64 encode and then append an empty string
Fri, 27 Apr 2007 04:18:02 +0000 Daniel Atallah Fix jabber sasl build.
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
Mon, 23 Apr 2007 06:21:38 +0000 Mark Doliner Get rid of two really minor warnings
Sun, 15 Apr 2007 00:14:34 +0000 Nathan Walp patch from Simon Wilkinson to support Jabber/XMPP w/o passwords
Sat, 24 Mar 2007 20:06:21 +0000 Stu Tomlinson Re-arrange #includes so 'make check' stands a chance of passing during
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 03 Mar 2007 19:18:38 +0000 Nathan Walp pass the correct domain to cyrus sasl (sf patch 1663064)
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/