Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |
| | | | | | | | | | | bit. Any non-0 failure means a problem. | |||
| * | 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 |
| | | | | | | | | | | (Think of Twitter, but also MSN/Yahoo! authentication.) | |||
| * | 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 |
| | | | | | | | | | | cert verification failures. | |||
| * | 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 |
| | | | | | | | | | | I'll try to solve this problem on just the buildbot using "dch". | |||
* | | bitlbee (3.0.4-2) unstable; urgency=low | Wilmer van der Gaast | 2011-12-22 | -0/+7 |
| | | | | | | | | | | | | * Not a real Debian release, but just resetting the version number to get sane version numbers for the nightly builds. | |||
* | | 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 |
| | | | | | | | | | | the python-skype package.. :-( | |||
* | | Catch condition=G_IO_NVAL from glib's event handler, which should prevent | Wilmer van der Gaast | 2011-12-19 | -0/+3 |
|/ | | | | | some crashes on unclean shutdowns of connections. | |||
* | Slight documentation fix: "both" is no longer a valid scope for a setting since | Wilmer van der Gaast | 2011-12-19 | -8/+8 |
| | | | | | there are three possible scopes now. | |||
* | 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 |
|/ | ||||
* | As I intended for a while already, use account tags everywhere instead of | Wilmer van der Gaast | 2011-12-13 | -14/+15 |
| | | | | | | | | "protocol(handle)". It's guaranteed to be unique and also shorter. It may suck for people who have multiple accounts and didn't change their tags, but that'll hopefully remind them to change them. | |||
* | Skype merge. | Wilmer van der Gaast | 2011-12-11 | -5/+9 |
|\ | ||||
| * | skyped: give reasonable error message when cert is missing | Miklos Vajna | 2011-12-12 | -5/+9 |
|/ | ||||
* | Added direct dependency to bitlbee-common since Lintian really really wants3.0.4-1 | Wilmer van der Gaast | 2011-12-11 | -1/+1 |
| | | | | | it. | |||
* | Debian changelog entry update for 3.0.4-1. | Wilmer van der Gaast | 2011-12-11 | -3/+14 |
| | ||||
* | Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. This | Wilmer van der Gaast | 2011-12-11 | -10/+26 |
| | | | | | | is required for identi.ca and really should be done for Twitter as well. Twitter OAuth is still broken though, it seems to disagree about signatures. | |||
* | Read both alias and server_alias properties for libpurple contacts. TBH I | Wilmer van der Gaast | 2011-12-11 | -0/+2 |
| | | | | | | don't even know what's the difference, but this fixes Facebook nicks when using libpurple. | |||
* | Another packaging fix: Don't put skyped manpage in bitlbee-common. | Wilmer van der Gaast | 2011-12-11 | -11/+14 |
| | ||||
* | asciidoc dependency to build Skype docs. | Wilmer van der Gaast | 2011-12-10 | -1/+1 |
| | ||||
* | Skype module packaging. | Wilmer van der Gaast | 2011-12-10 | -16/+89 |
| | ||||
* | Merging non-SASL authentication patch from #863. This also implements | Wilmer van der Gaast | 2011-12-07 | -3/+18 |
| | | | | | | | hidden-default settings, which means a setting is hidden unless it was changed from the default. This seems like appropriate behaviour for something as obscure as this. | |||
* | Fix libresolv detection on FreeBSD. Based on a patch by ashish@FreeBSD.org. | Wilmer van der Gaast | 2011-12-07 | -2/+11 |
| | ||||
* | Merging compiler warning fixes from vmiklos. | Wilmer van der Gaast | 2011-12-06 | -138/+75 |
|\ | | | | | | | | | | | This change also uncovered one bug in groupchat handling in OSCAR, which I fixed during the merge. | |||
| * | yahoo: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -42/+19 |
| | | ||||
| * | oscar: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -90/+56 |
| | | ||||
| * | msn: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -9/+2 |
|/ | ||||
* | Version 3.0.4, probably.3.0.4 | Wilmer van der Gaast | 2011-12-04 | -2/+17 |
| | ||||
* | Debug output tweaks: Try to send everything to stderr, and add ifdef to | Wilmer van der Gaast | 2011-12-04 | -16/+18 |
| | | | | | enable printing of all SSL traffic. | |||
* | Somewhat improve debug logging of HTTP/SOAP stuff. | Wilmer van der Gaast | 2011-12-02 | -4/+10 |
| | ||||
* | Merging typo fix for Skype config installation. | Wilmer van der Gaast | 2011-11-28 | -1/+1 |
|\ | ||||
| * | Fix Skype typo: the in-tree config has a .dist suffix | Miklos Vajna | 2011-11-24 | -1/+1 |
| | | ||||
* | | Merge from pesco. | Wilmer van der Gaast | 2011-11-28 | -32/+54 |
|\ \ | ||||
| * | | make sure we avoid file traversal in otr load/save functions (#853) | unknown | 2011-11-26 | -32/+54 |
| | | | ||||
* | | | MSN: No clue if the OUT command can specify other reasons, but if so, show | Wilmer van der Gaast | 2011-11-26 | -1/+2 |
|/ / | | | | | | | | | it to the user. | |||
* | | msn_soap_debug_print may get called with NULL pointers. Pay attention. | Wilmer van der Gaast | 2011-11-25 | -4/+8 |
| | | ||||
* | | Removing duplicate twitter=1 line. Bug #804. | Wilmer van der Gaast | 2011-11-25 | -1/+0 |
|/ | ||||
* | Hopefully this fixed #838. Patch from Artem Savkov, thanks! The problem was | Wilmer van der Gaast | 2011-11-24 | -18/+18 |
| | | | | | | HTTP failures caused by (most likely) DNS resolution problems. Yes, ignoring return values is still bad, kids! | |||
* | Merge from vmiklos. | Wilmer van der Gaast | 2011-11-24 | -0/+10 |
|\ | ||||
| * | Add missing 'skype/skyped.conf.dist' | Miklos Vajna | 2011-11-23 | -0/+10 |
|/ | ||||
* | Document command shortening in another place. | Wilmer van der Gaast | 2011-11-14 | -0/+2 |
| | ||||
* | GnuTLS now also needs ssl_pending() implemented. Bug #860. | Wilmer van der Gaast | 2011-11-14 | -17/+28 |
| |