| Commit message (Expand) | Author | Age | Lines |
... | |
* | convert_purple fix: Don't barf on protocols without passwords. Bug #877. | Wilmer van der Gaast | 2012-02-11 | -3/+6 |
* | Add missing newslines to debugging output. Bug #896. | Wilmer van der Gaast | 2012-02-11 | -2/+2 |
* | Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR | Wilmer van der Gaast | 2012-02-11 | -52/+52 |
* | Stop talking about "the control channel" since there isn't necessarily just | Wilmer van der Gaast | 2012-02-11 | -15/+9 |
* | Changelog update for 3.0.5. No clue yet when to release it, but we're | Wilmer van der Gaast | 2012-02-11 | -0/+43 |
* | Applied patch from #895, making show_old_mentions an integer setting instead | Wilmer van der Gaast | 2012-02-10 | -5/+18 |
* | Support for "nameless" chatrooms on Jabber. | Wilmer van der Gaast | 2012-02-10 | -0/+55 |
* | Probing for Google Talk servers, based on iq-discovery responses. I'll need | Wilmer van der Gaast | 2012-02-10 | -1/+47 |
* | Added sha1_random_uuid function, which I will use later to generate random | Wilmer van der Gaast | 2012-02-10 | -0/+32 |
* | Take t.co URL lengthe^Wshortening into account when counting message length | Wilmer van der Gaast | 2012-02-08 | -1/+50 |
* | Documentation for strip_newlines setting. | Wilmer van der Gaast | 2012-01-30 | -0/+10 |
* | Try to show the user_split info for a protocol in "help purple $PROTOCOL". | Wilmer van der Gaast | 2012-01-30 | -0/+10 |
* | Merging strip_newlines Twitter setting. | Wilmer van der Gaast | 2012-01-30 | -0/+5 |
|\ |
|
| * | add 'strip_newlines' setting to Twitter | Daniel Albers | 2012-01-13 | -0/+5 |
* | | Report mysterious unsupported libpurple options in "help purple $PROTOCOL". | Wilmer van der Gaast | 2012-01-30 | -0/+2 |
* | | Merging (what is hopefully) a fix for #901. | Wilmer van der Gaast | 2012-01-30 | -5/+35 |
|\ \
| |/
|/| |
|
| * | skype: properly display multiple about lines | Miklos Vajna | 2012-01-28 | -5/+20 |
| * | skype: don't crash in skype_parse_user() if the user has multiple about lines | Miklos Vajna | 2012-01-28 | -0/+15 |
|/ |
|
* | Don't handle HTTP 401 responses from Twitter API differently anymore after | Wilmer van der Gaast | 2012-01-10 | -8/+0 |
* | Return, don't try to flush the timeline on a broken connection. This likely | Wilmer van der Gaast | 2012-01-10 | -2/+2 |
* | Fixing one compiler warning that shouldn't indicate any real problem (only | Wilmer van der Gaast | 2012-01-04 | -1/+1 |
* | 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 |
|/ / |
|