| Commit message (Expand) | Author | Age | Lines |
... | |
* | A few more SSL fixes merged from AopicieR. This also fixes OpenSSL compile | Wilmer van der Gaast | 2012-01-03 | -10/+5 |
* | Move the check for "set auto_connect" to a more sensible location. #878. | Wilmer van der Gaast | 2011-12-29 | -3/+3 |
* | Keep only one xcred object globally instead of one per connection. With | Wilmer van der Gaast | 2011-12-29 | -16/+20 |
* | When changing nicks and the change is case-only (or no change *at all*), | Wilmer van der Gaast | 2011-12-29 | -2/+6 |
* | jabber_buddy_* stuff *is* a complete memory management hell already. :-( | Wilmer van der Gaast | 2011-12-26 | -0/+2 |
* | Fixing memory leak in Twitter module. | Wilmer van der Gaast | 2011-12-26 | -8/+7 |
* | Merging oauth-xmpp branch, which adds support for OAuth2 authentication | Wilmer van der Gaast | 2011-12-26 | -239/+774 |
|\ |
|
| * | A few more minor cleanups before merging this into mainline. | Wilmer van der Gaast | 2011-12-26 | -12/+13 |
| * | An empty password is still a password, don't refuse accounts for that. | Wilmer van der Gaast | 2011-12-24 | -2/+2 |
| * | Slight cleanup: Use a constant instead of just "jabber_oauth" everywhere, | Wilmer van der Gaast | 2011-12-24 | -7/+9 |
| * | Merging mainline. | Wilmer van der Gaast | 2011-12-24 | -79/+398 |
| |\
| |/
|/| |
|
* | | Removing unfinished debugging stuff accidentally committed in | Wilmer van der Gaast | 2011-12-24 | -36/+1 |
* | | Fix compatibility with old GnuTLS versions, but with a warning. See | Wilmer van der Gaast | 2011-12-24 | -0/+8 |
* | | tls_verify correction: Don't fail cert verification in non-GnuTLS modules | Wilmer van der Gaast | 2011-12-23 | -10/+6 |
* | | Merging SSL certificate verification for GnuTLS, with help from AopicieR. | Wilmer van der Gaast | 2011-12-23 | -44/+323 |
|\ \ |
|
| * | | Just check if verification code != 0 instead of checking for one specific | Wilmer van der Gaast | 2011-12-19 | -1/+1 |
| * | | Pass the SSL errors through another layer of indirection (Passport SOAP code). | Wilmer van der Gaast | 2011-12-19 | -2/+8 |
| * | | Add verify argument to ssl_connect() so HTTPS-based stuff is also secure. | Wilmer van der Gaast | 2011-12-19 | -10/+23 |
| * | | Doc update. | Wilmer van der Gaast | 2011-12-19 | -5/+39 |
| * | | Refuse to start if cafile points at an unreadable file, to avoid silent | Wilmer van der Gaast | 2011-12-19 | -0/+8 |
| * | | Move conversion of status codes to status messages into SSL libs. | Wilmer van der Gaast | 2011-12-19 | -34/+59 |
| * | | Initial merge of tls_verify patch from AopicieR. | Wilmer van der Gaast | 2011-12-19 | -25/+216 |
* | | | Removing the version number override hack broken by a recent NMU. Instead, | Wilmer van der Gaast | 2011-12-23 | -8/+5 |
* | | | bitlbee (3.0.4-2) unstable; urgency=low | Wilmer van der Gaast | 2011-12-22 | -0/+7 |
* | | | Use initgroups() as well when dropping privileges. Closes bug #852. | Wilmer van der Gaast | 2011-12-22 | -1/+42 |
* | | | Second attempt at a 3.0.4-1 upload. | Wilmer van der Gaast | 2011-12-20 | -6/+8 |
* | | | Merging Debian 3.0.3-1.1 changes. | Wilmer van der Gaast | 2011-12-20 | -9/+17 |
* | | | Build skyped as arch=all, and don't build it by default. Debian has removed | Wilmer van der Gaast | 2011-12-20 | -3/+7 |
* | | | Catch condition=G_IO_NVAL from glib's event handler, which should prevent | Wilmer van der Gaast | 2011-12-19 | -0/+3 |
|/ / |
|
* | | Slight documentation fix: "both" is no longer a valid scope for a setting since | Wilmer van der Gaast | 2011-12-19 | -8/+8 |
* | | C++ compatibility fix. Fixes #873. | Wilmer van der Gaast | 2011-12-19 | -5/+14 |
|\ \ |
|
| * | | Wrap the external API in `extern "C"` if included in a C++ file. | Alex Miller | 2011-12-18 | -0/+9 |
| * | | Don't use the C++ keyword 'new' as a variable name. | Alex Miller | 2011-12-18 | -5/+5 |
|/ / |
|
| * | Fixed a bug that probably (can't test this now since it's down) broke OAuth | Wilmer van der Gaast | 2011-12-21 | -1/+3 |
| * | Use sha1_hmac() instead of reimplementing the algorithm in oauth_sign(). | Wilmer van der Gaast | 2011-12-21 | -42/+9 |
| * | Add a helpful message on what to do with OAuth login issues. | Wilmer van der Gaast | 2011-12-21 | -4/+15 |
| * | Make it easier to add OAuth-authenticated accounts without having to type | Wilmer van der Gaast | 2011-12-21 | -31/+37 |
| * | Fix parsing of acc->pass. Use oauth_params_ functions instead of string | Wilmer van der Gaast | 2011-12-21 | -17/+12 |
| * | Detect JID changes at login time and warn the user about them. | Wilmer van der Gaast | 2011-12-20 | -12/+48 |
| * | NULL-checking in rfc822_get_header() and OAuth response handling. | Wilmer van der Gaast | 2011-12-20 | -2/+5 |
| * | Update help text for "set oauth" with what's supported now. Also adding a | Wilmer van der Gaast | 2011-12-19 | -5/+14 |
| * | When updating the XMPP password field with OAuth data, try harder to preserve | Wilmer van der Gaast | 2011-12-19 | -13/+12 |
| * | Give a list of SASL mechanisms supported by a server when reporting we don't | Wilmer van der Gaast | 2011-12-19 | -2/+18 |
| * | Facebook OAuth2 should now be fully usable. | Wilmer van der Gaast | 2011-12-19 | -1/+23 |
| * | Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use it | Wilmer van der Gaast | 2011-12-19 | -67/+64 |
| * | Restructured and updated code a little bit to support new-style (much better | Wilmer van der Gaast | 2011-12-18 | -32/+39 |
| * | More generic OAuth support now. Should work well for all GTalk accounts now | Wilmer van der Gaast | 2011-12-18 | -43/+78 |
| * | Mainline merge. | Wilmer van der Gaast | 2011-12-17 | -728/+5747 |
| |\
| |/
|/| |
|
* | | As I intended for a while already, use account tags everywhere instead of | Wilmer van der Gaast | 2011-12-13 | -14/+15 |
* | | Skype merge. | Wilmer van der Gaast | 2011-12-11 | -5/+9 |
|\ \ |
|