Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Little fix copied from Jelmer's integration branch, want to import the rest | Wilmer van der Gaast | 2007-02-18 | -1/+1 | |
| | | | | | | | | | | | | after doing this devel release because there are quite a lot of changes in it. | ||||
* | | Merging new Jabber module. See the massive changelog for all the cool | Wilmer van der Gaast | 2007-02-18 | -58/+191 | |
|\ \ | |/ |/| | | | | | improvements. :-) | ||||
| * | Added starttls code to ssl_openssl.c so GnuTLS isn't the only supported | Wilmer van der Gaast | 2006-10-19 | -42/+77 | |
| | | | | | | | | | | SSL module in this branch anymore. | ||||
| * | Merging from devel and storage-xml. | Wilmer van der Gaast | 2006-10-15 | -10/+10 | |
| |\ | |||||
| * | | Added SRV lookups to automatically find out the correct server for a | Wilmer van der Gaast | 2006-10-07 | -0/+67 | |
| | | | | | | | | | | | | | | | domain. | ||||
| * | | No more double free()/crashes when trying to set up an SSL connection to | Wilmer van der Gaast | 2006-10-02 | -6/+18 | |
| | | | | | | | | | | | | | | | | | | | | | a non-SSL server, and better handling of TLS connection setup by initializing the TLS session from a callback function (which guarantees a valid return value from ssl_starttls() before any error callback could be called). | ||||
| * | | Added support for SSL- and TLS-connections. Checking of the "tls" user | Wilmer van der Gaast | 2006-09-24 | -15/+34 | |
| | | | | | | | | | | | | | | | | | | setting has to be finished, plus an ssl_starttls() function for the other SSL libraries (this code will only compile with GnuTLS for now). | ||||
* | | | Fix gcov. | Jelmer Vernooij | 2006-12-06 | -2/+3 | |
| | | | |||||
* | | | Fix testsuite. | Jelmer Vernooij | 2006-12-06 | -0/+2 | |
| |/ |/| | |||||
* | | Using LGPL for generic parts, where possible. | Wilmer van der Gaast | 2006-09-20 | -10/+10 | |
|/ | |||||
* | add_cr() is not used anymore, and HTML entity handling got UTFized some time | Wilmer van der Gaast | 2006-09-17 | -34/+2 | |
| | | | | | ago already, so no need for that FIXME comment. | ||||
* | Just a little typo in rc4.c | Wilmer van der Gaast | 2006-08-14 | -1/+1 | |
| | |||||
* | Added some (more) comments to .h files in lib/ and some minor fixes/cleanups. | Wilmer van der Gaast | 2006-07-19 | -15/+93 | |
| | |||||
* | Fixed a broken call to set_get() (CRASH), shut up a compiler warning in | Wilmer van der Gaast | 2006-07-15 | -2/+5 | |
| | | | | | events_glib and now using the right evaluator for acc->"auto_reconnect". | ||||
* | Added "account set" command. | Wilmer van der Gaast | 2006-07-01 | -1/+38 | |
| | |||||
* | Added random_bytes() function for better/more reliable randomization and | Wilmer van der Gaast | 2006-06-28 | -19/+78 | |
| | | | | | moved set_eval_ops() to a slightly more suitable place. | ||||
* | Merging from devel/Jelmer. | Wilmer van der Gaast | 2006-06-25 | -4/+0 | |
| | |||||
* | Added versioning information to the XML-file (convenient for later format | Wilmer van der Gaast | 2006-06-25 | -0/+6 | |
| | | | | | | | changes), got rid of confusing "Password successfully changed" message when the user uses the identify-command and protected rc4_decode() against short inputs. | ||||
* | Moved Base64-related functions to a separate file and added decode funtions. | Wilmer van der Gaast | 2006-06-25 | -49/+188 | |
| | |||||
* | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -0/+4023 | |
protocols/, and adding RC4 code. |