| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' into patched-master | Marius Halden | 2016-09-24 | -31/+52 |
|\ |
|
| * | hipchat: Add basic support for personal oauth tokens | dequis | 2016-08-30 | -31/+52 |
* | | Remove cb stuff and some cleanupscram | Marius Halden | 2016-07-06 | -83/+23 |
* | | Use saslprep, more cb stuff | Marius Halden | 2016-07-06 | -23/+82 |
* | | Follow c89/90 | Marius Halden | 2016-06-26 | -2/+2 |
* | | Add support for SCRAM-SHA-256 | Marius Halden | 2016-06-26 | -4/+15 |
* | | Disable SCRAM if username/password contains non-ascii characters as saslprep ... | Marius Halden | 2016-06-26 | -0/+19 |
* | | Add initial support for SCRAM-SHA-1 | Marius Halden | 2016-06-26 | -13/+217 |
|/ |
|
* | Use correct error when no schemes are supported (#78) | Marius Halden | 2016-06-11 | -1/+1 |
* | Remove facebook XMPP code, show error pointing at the new plugin | dequis | 2015-12-04 | -37/+3 |
* | Only try DIGEST-MD5 if there's no SSL/TLS or if PLAIN isn't supported | dequis | 2015-07-30 | -1/+5 |
* | jabber: Add SASL ANONYMOUS support (XEP-0175) | dequis | 2015-07-04 | -2/+14 |
* | hipchat: Basic implementation: Auth, profile and mention names | dequis | 2015-04-28 | -8/+35 |
* | Use https:// URL for Facebook OAuth2 now that there's a cert. | Wilmer van der Gaast | 2015-02-24 | -1/+1 |
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -315/+297 |
* | Replace isdigit/isalpha/.../tolower/toupper with glib variants | dequis | 2015-01-16 | -2/+2 |
* | Remove MSNXMPP specific code | dequis | 2014-10-10 | -19/+2 |
* | Fix OAuth2 error reporting. | Wilmer van der Gaast | 2013-05-25 | -3/+3 |
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
* | Fixed minor memory leak in Jabber module. | Wilmer van der Gaast | 2012-12-24 | -0/+1 |
* | Fix bug that broke MSN-XMPP with confusing error messages. | Wilmer van der Gaast | 2012-03-10 | -2/+3 |
* | A few more minor cleanups before merging this into mainline. | Wilmer van der Gaast | 2011-12-26 | -9/+9 |
* | Slight cleanup: Use a constant instead of just "jabber_oauth" everywhere, | Wilmer van der Gaast | 2011-12-24 | -5/+5 |
* | Fix parsing of acc->pass. Use oauth_params_ functions instead of string | Wilmer van der Gaast | 2011-12-21 | -12/+0 |
* | When updating the XMPP password field with OAuth data, try harder to preserve | Wilmer van der Gaast | 2011-12-19 | -13/+11 |
* | Give a list of SASL mechanisms supported by a server when reporting we don't | Wilmer van der Gaast | 2011-12-19 | -1/+17 |
* | Restructured and updated code a little bit to support new-style (much better | Wilmer van der Gaast | 2011-12-18 | -26/+21 |
* | More generic OAuth support now. Should work well for all GTalk accounts now | Wilmer van der Gaast | 2011-12-18 | -17/+57 |
* | Error handling fixes. | Wilmer van der Gaast | 2011-08-04 | -1/+2 |
* | OAuth code cleanup. | Wilmer van der Gaast | 2011-07-31 | -18/+21 |
* | Facebook authentication. This isn't really OAuth in the end: FB doesn't | Wilmer van der Gaast | 2011-07-31 | -2/+49 |
* | Working OAuth2 support. Needs some more debugging (error handling is not | Wilmer van der Gaast | 2011-07-26 | -6/+105 |
* | Nothing useful yet, this just generates an auth URL. Things to do: Ability | Wilmer van der Gaast | 2011-07-22 | -3/+14 |
* | Improved sasl_get_part() to deal with whitespace in challenge strings, as | Wilmer van der Gaast | 2008-02-16 | -7/+20 |
* | Added Jabber groupchat topic support. | Wilmer van der Gaast | 2007-11-19 | -1/+1 |
* | Fix some warnings in storage.c. | Jelmer Vernooij | 2007-07-07 | -3/+4 |
* | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | Wilmer van der Gaast | 2007-04-15 | -7/+7 |
* | Cleaned up struct im_connection. No more username/password stuff since | Wilmer van der Gaast | 2007-04-15 | -5/+7 |
* | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -10/+10 |
* | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -24/+24 |
* | Added #defines for XML namespaces. | Wilmer van der Gaast | 2006-10-31 | -6/+4 |
* | Added a useful error message for SASL negotiation failures and turned off | Wilmer van der Gaast | 2006-10-02 | -0/+1 |
* | The SASL DIGEST-MD5 handler now doesn't barf on challenges without a realm | Wilmer van der Gaast | 2006-10-02 | -1/+7 |
* | Implemented support for SASL DIGEST-MD5 authentication. | Wilmer van der Gaast | 2006-09-23 | -2/+179 |
* | Better detection of successful IQ authentication (using packet caching), | Wilmer van der Gaast | 2006-09-22 | -2/+8 |
* | Fixed return value on incomplete write()s in write handler, protection | Wilmer van der Gaast | 2006-09-22 | -0/+20 |
* | Basic SASL (PLAIN only ATM) authentication code. Doesn't log in completely | Wilmer van der Gaast | 2006-09-22 | -0/+124 |