Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use proxy_disconnect() in http, ssl, jabber, oscar | dequis | 2015-10-26 | -2/+4 |
| | | | | | | | | | | Twitter and MSN are all HTTP/SSL, so they don't need it either. The out of tree facebook and steam plugins are also covered by the HTTP/SSL changes. Yahoo is written in a weird way and doesn't seem to need it (it seems it doesn't immediately stop connections when you tell it to logout) | |||
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -50/+65 |
| | | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame. | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
| | ||||
* | Fix double free() in ssl_nss.c. #1038 | Wilmer van der Gaast | 2013-05-25 | -2/+2 |
| | ||||
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
| | | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file. | |||
* | NSS module fixes from mcepl in #714. This removes des.c since it's no | Wilmer van der Gaast | 2012-08-19 | -83/+248 |
| | | | | | longer necessary. | |||
* | tls_verify correction: Don't fail cert verification in non-GnuTLS modules | Wilmer van der Gaast | 2011-12-23 | -4/+3 |
| | | | | | unless "cafile" setting is enabled. | |||
* | Add verify argument to ssl_connect() so HTTPS-based stuff is also secure. | Wilmer van der Gaast | 2011-12-19 | -1/+1 |
| | | | | | (Think of Twitter, but also MSN/Yahoo! authentication.) | |||
* | Move conversion of status codes to status messages into SSL libs. | Wilmer van der Gaast | 2011-12-19 | -0/+5 |
| | ||||
* | Initial merge of tls_verify patch from AopicieR. | Wilmer van der Gaast | 2011-12-19 | -3/+17 |
| | ||||
* | GnuTLS now also needs ssl_pending() implemented. Bug #860. | Wilmer van der Gaast | 2011-11-14 | -1/+0 |
| | ||||
* | Implement ssl_pending() for NSS. This fixes bug #368 which so far only | Wilmer van der Gaast | 2010-12-19 | -1/+7 |
| | | | | | affected OpenSSL. Submitted by Ricky Zhou. | |||
* | Fix up NSS SSL module. | Wilmer van der Gaast | 2010-11-20 | -0/+32 |
| | ||||
* | First step in this merge. Mostly a bzr merge and then a cleanup of conflicts | Wilmer van der Gaast | 2010-08-24 | -3/+9 |
|\ | | | | | | | | | and parts I want to/have to redo (because of ui-fix). | |||
| * | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -0/+6 |
| |\ | ||||
| * | | explicitly initialize ssl in order to avoid gnutls and libotr fighting over ↵ | Sven Moritz Hallberg | 2008-02-17 | -3/+9 |
| | | | | | | | | | | | | the global state of libgcrypt | |||
* | | | Make purple use BitlBee's event handling API. Since the APIs never really | Wilmer van der Gaast | 2009-10-11 | -1/+1 |
| |/ |/| | | | | | | | | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL. | |||
* | | Fixed stalling issue with OpenSSL and Jabber (#368). | Wilmer van der Gaast | 2008-03-23 | -0/+6 |
|/ | ||||
* | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -0/+190 |
protocols/, and adding RC4 code. |