Mon, 01 Nov 2010 03:40:14 +0000 |
eion |
jabber: Add abstraction functions for adding/removing auth mechs. Closes #12715
|
Tue, 31 Aug 2010 02:52:28 +0000 |
Paul Aurich |
jabber: Slight improvements to the stream ID fix
|
Tue, 31 Aug 2010 02:28:05 +0000 |
Paul Aurich |
jabber: Unify "Require TLS" and "Use old-style (port 5223) SSL" settings
|
Mon, 23 Aug 2010 01:41:31 +0000 |
Elliott Sales de Andrade |
Standardize on "cancelled".
|
Fri, 28 May 2010 00:26:44 +0000 |
Mark Doliner |
Remove unnecessary check
|
Sat, 01 May 2010 18:09:16 +0000 |
Paul Aurich |
jabber: I never understood why this was in auth.c anyway...
|
Sun, 18 Apr 2010 20:12:32 +0000 |
Paul Aurich |
jabber: --more leaks
|
Mon, 22 Mar 2010 21:34:17 +0000 |
Marcus Lundblad |
jabber: Validate the hash on incoming BoB objects (in case the CID is on the
|
Wed, 13 Jan 2010 03:13:26 +0000 |
Paul Aurich |
Cyrus may not have anything (yet) if it's waiting for a callback or something.
|
Fri, 04 Dec 2009 06:18:05 +0000 |
Paul Aurich |
jabber: Fix that leak I mentioned (and fix a mistake where error/response weren't NULL-initialized)
|
Tue, 01 Dec 2009 07:32:53 +0000 |
Paul Aurich |
Let's try a more complex set of return states / values for auth mechs.
|
Fri, 27 Nov 2009 20:41:22 +0000 |
Paul Aurich |
jabber: Use NS_XMPP_SASL
|
Mon, 09 Nov 2009 03:42:26 +0000 |
Paul Aurich |
jabber: Complete (though untested) SCRAM implementation.
|
Sat, 07 Nov 2009 06:55:55 +0000 |
Paul Aurich |
Speilling!
|
Sat, 07 Nov 2009 06:42:48 +0000 |
Paul Aurich |
jabber: Oops, re-enable DIGEST-MD5 (I was testing PLAIN).
|
Sat, 07 Nov 2009 06:41:33 +0000 |
Paul Aurich |
jabber: Use accessors instead of directly accessing gc->account (and similar)
|
Sat, 07 Nov 2009 06:10:17 +0000 |
Paul Aurich |
jabber: Factor the SASL auth methods into their own files.
|
Fri, 06 Nov 2009 09:57:49 +0000 |
Paul Aurich |
Hmm, I think I'm reaching diminishing returns.
|
Fri, 06 Nov 2009 09:30:40 +0000 |
Paul Aurich |
jabber: These uses of strlen() are unnecessary.
|
Fri, 06 Nov 2009 09:16:01 +0000 |
Paul Aurich |
jabber: If it should never happen, we certainly should never keep going in the function!
|
Fri, 06 Nov 2009 08:55:36 +0000 |
Paul Aurich |
jabber: Fix a few places where the default for require_tls was wrong.
|
Fri, 06 Nov 2009 08:47:28 +0000 |
Paul Aurich |
jabber: Use purple_strequal to simplify some auth code
|
Fri, 06 Nov 2009 08:39:49 +0000 |
Paul Aurich |
jabber: Convert to purple_debug_* convenience functions.
|
Thu, 24 Sep 2009 16:38:49 +0000 |
Paul Aurich |
jabber: Always require a resource when starting Legacy IQ Auth.
|
Tue, 25 Aug 2009 16:38:18 +0000 |
Paul Aurich |
jabber: Fix using BOSH and legacy auth together. Closes #9990.
|
Sat, 22 Aug 2009 02:52:30 +0000 |
Paul Aurich |
Remove specific copyright lines from the XMPP prpl.
|
Mon, 06 Jul 2009 09:07:42 +0000 |
Mark Doliner |
More uniformity among disconnect error messages
|
Mon, 06 Jul 2009 06:03:20 +0000 |
Mark Doliner |
Non localizable string?! Non!
|
Mon, 06 Jul 2009 05:50:43 +0000 |
Mark Doliner |
Change strings in libpurple/protocols/jabber/auth.c and util.c a little bit
|
Tue, 23 Jun 2009 06:45:21 +0000 |
Paul Aurich |
Only append ,charset=utf-8 for DIGEST-MD5. This should fix comment 2 on Adium#12429.
|