|
|
@098a75b
|
2015-03-22T13:35:08Z |
dx |
Fix a bunch of memory leaks
- irc_im.c:
- bee_irc_user_msg: …
|
|
|
@5ebff60
|
2015-02-20T22:50:54Z |
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
|
|
@6b13103
|
2015-01-16T19:50:23Z |
dx |
Replace isdigit/isalpha/.../tolower/toupper with glib variants
This …
|
|
|
@6f10697
|
2015-01-16T19:50:23Z |
dx |
Fix incorrect Free Software Foundation address
|
|
|
@286cd48
|
2014-09-27T14:54:35Z |
dx |
Prevent some "Source ID ## was not found..." warnings
These appear in …
|
|
|
@b7cd22d
|
2014-09-27T14:54:35Z |
dx |
ssl_gnutls: Fix some uninitialized memory warnings
|
|
|
@9b67285
|
2012-12-24T19:17:37Z |
wilmer |
SSL session caching. You'd think that this makes Twitter stuff faster, …
|
|
|
@3f661849
|
2012-12-24T12:51:26Z |
wilmer |
SNI client support in GnuTLS+OpenSSL modules.
|
|
|
@b006464
|
2012-11-17T23:51:21Z |
wilmer |
Merge mainline.
|
|
|
@2fb1262
|
2012-11-11T18:22:39Z |
wilmer |
Tiny cleanup. Fixing some memory leaks (why did I not notice so far …
|
|
|
@8f976e6
|
2012-10-30T23:41:43Z |
wilmer |
SSL fixes from Michal Suchanek.
|
|
|
@632f3d4
|
2012-04-10T09:14:58Z |
wilmer |
Work-around for what turned out to be a GnuTLS bug (#938). From 3.0.13 …
|
|
|
@59c03bd
|
2012-01-03T23:53:28Z |
wilmer |
A few more SSL fixes merged from AopicieR. This also fixes OpenSSL …
|
|
|
@59cd92b
|
2011-12-29T20:30:43Z |
wilmer |
Keep only one xcred object globally instead of one per connection. …
|
|
|
@5513f3e
|
2011-12-24T14:52:35Z |
wilmer |
Fix compatibility with old GnuTLS versions, but with a warning. See …
|
|
|
@a72dc2b
|
2011-12-19T17:57:20Z |
wilmer |
Add verify argument to ssl_connect() so HTTPS-based stuff is also …
|
|
|
@78b8401
|
2011-12-19T17:22:37Z |
wilmer |
Move conversion of status codes to status messages into SSL libs.
|
|
|
@486ddb5
|
2011-12-19T14:50:58Z |
wilmer |
Initial merge of tls_verify patch from AopicieR.
|
|
|
@ca974d7
|
2011-12-04T19:14:29Z |
wilmer |
Debug output tweaks: Try to send everything to stderr, and add ifdef …
|
|
|
@80acb6d
|
2011-11-14T10:43:03Z |
wilmer |
GnuTLS now also needs ssl_pending() implemented. Bug #860.
|
|
|
@d43d55a
|
2011-04-18T13:47:36Z |
wilmer |
Fix GnuTLS >2.12 or so compatibility.
Bug #779 and …
|
|
|
@83e47ec
|
2010-10-17T06:44:35Z |
wilmer |
Use gcrypt for 3DES encryption (used for new MSN authentication) so we …
|
|
|
@6197702
|
2010-10-09T18:41:19Z |
wilmer |
Merging OTR branch. It's more or less a plugin if you enable it, and …
|
|
|
@afb9ea9
|
2010-10-07T06:25:35Z |
wilmer |
Silencing some (mostly whiny) compiler warnings.
|
|
|
@8e9e2b7
|
2010-10-03T02:45:26Z |
wilmer |
Merging mainline, which includes a huge msnp13 merge.
Not 100% sure …
|
|
|
@be999a5
|
2010-08-23T23:12:24Z |
wilmer |
First step in this merge. Mostly a bzr merge and then a cleanup of …
|
|
|
@327af51
|
2010-08-21T17:27:32Z |
wilmer |
Some general cleanup, plus fixing a bug in the memberlist parsing …
|
|
|
@50b8978
|
2010-08-13T09:12:54Z |
wilmer |
OpenSSL fixes + debugging.
|
|
|
@e046390
|
2009-10-10T23:25:54Z |
wilmer |
Make purple use BitlBee's event handling API. Since the APIs never …
|
|
|
@6738a67
|
2008-07-16T23:22:52Z |
pesco |
merge in latest trunk
|
|
|
@8a2221a7
|
2008-03-23T14:29:19Z |
wilmer |
Fixed stalling issue with OpenSSL and Jabber (#368).
|
|
|
@ba5add7
|
2008-02-17T01:39:39Z |
sm |
explicitly initialize ssl in order to avoid gnutls and libotr fighting …
|
|
|
@3e79889
|
2007-12-12T23:57:49Z |
wilmer |
Checking conn->xcred before trying to clean it up since GnuTLS doesn't …
|
|
|
@56f260a
|
2007-11-22T22:56:52Z |
wilmer |
Some changes to get rid of compiler warnings. (And disabling strict …
|
|
|
@f920d9e
|
2006-10-19T07:51:35Z |
wilmer |
Added starttls code to ssl_openssl.c so GnuTLS isn't the only …
|
|
|
@c1ed6527
|
2006-10-02T13:19:13Z |
wilmer |
No more double free()/crashes when trying to set up an SSL connection …
|
|
|
@42127dc
|
2006-09-24T11:57:45Z |
wilmer |
Added support for SSL- and TLS-connections. Checking of the "tls" user …
|
|
|
@df1694b
|
2006-06-25T12:15:42Z |
wilmer |
Moving all generic files to lib/ instead of having some in / and some …
|