Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Moved password hash verification to md5_verify_password() so this can be | Wilmer van der Gaast | 2008-03-16 | -0/+43 |
| | | | | | reused for IRC/OPER passwords (to have encrypted in bitlbee.conf). | |||
* | Fixed base64_decode() to not barf on corrupted Base64 strings. | Wilmer van der Gaast | 2008-03-16 | -1/+1 |
| | ||||
* | Adding padding to encrypted IM-passwords so the exact password length can't | Wilmer van der Gaast | 2008-03-16 | -4/+27 |
| | | | | | be guessed from the encrypted data anymore. | |||
* | Fixed issues with "long" URLs in url.c. Reusing code from 2001 wasn't a | Wilmer van der Gaast | 2008-03-15 | -20/+22 |
| | | | | | good idea... | |||
* | Moved xmltree handlers initialization to xt_new(). | Wilmer van der Gaast | 2008-02-16 | -3/+4 |
| | ||||
* | Moved xmltree to lib/ because I want to use it from more than just the | Wilmer van der Gaast | 2008-02-16 | -1/+687 |
| | | | | | Jabber module. | |||
* | Merge from Jelmer. | Wilmer van der Gaast | 2008-02-16 | -1/+1 |
|\ | ||||
| * | Fix lcov dependencies. | Jelmer Vernooij | 2008-02-16 | -1/+1 |
| | | ||||
* | | Fixed two valgrind warnings (partially uninitialized "struct tm" vars.) | Wilmer van der Gaast | 2008-01-24 | -0/+2 |
| | | ||||
* | | Added byte swapping code to the new MD5 checksumming code to make it work | Wilmer van der Gaast | 2008-01-19 | -69/+96 |
| | | | | | | | | | | | | | | | | on big-endian machines. (If someone thinks BitlBee should work on PDPs, send me the fix. I don't care. :-P) This fixes bug #351 (MSN challenge- response failure) but might break backward compatibility if the broken MD5 code was used to save settings. (Somewhere between rev 266 and now.) | |||
* | | Fixing some Solaris compiler warnings (u_int->uint, adding some typecasts | Wilmer van der Gaast | 2008-01-17 | -14/+15 |
| | | | | | | | | | | for pid_t variables). | |||
* | | Killed info_string_append() and now showing the IP address of ICQ users | Wilmer van der Gaast | 2008-01-12 | -7/+0 |
|/ | | | | | in the "info" command response. | |||
* | Removed closure->result. I was planning to add some more stuff, but will | Wilmer van der Gaast | 2008-01-05 | -5/+5 |
| | | | | | do that later. | |||
* | Fixed return value check in proxy_connect(), since on some systems | Wilmer van der Gaast | 2007-12-28 | -11/+10 |
| | | | | | | a non-blocking connect() can return immediately (when connecting to localhost, for example). Closes bug #233 and #340. | |||
* | Checking conn->xcred before trying to clean it up since GnuTLS doesn't | Wilmer van der Gaast | 2007-12-12 | -2/+4 |
| | | | | | seem to check for NULL pointers here. (Closes #257) | |||
* | Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% CPU | Wilmer van der Gaast | 2007-12-12 | -0/+12 |
| | | | | | usage bug. | |||
* | printf() in daemons considered harmful. | Wilmer van der Gaast | 2007-11-29 | -7/+5 |
| | ||||
* | Fixed the epoll+ForkDaemon combination. The libevent event handling | Wilmer van der Gaast | 2007-11-28 | -8/+41 |
| | | | | | | didn't work very well on Linux 2.6 (and possibly others) in ForkDaemon mode. | |||
* | Replaced GPL-incompatible SHA1 hashing code (and renamed the files in case | Wilmer van der Gaast | 2007-11-23 | -195/+442 |
| | | | | | I ever need SHA256 ;-)). | |||
* | Replaced GPL-incompatible MD5 hashing code. | Wilmer van der Gaast | 2007-11-23 | -440/+239 |
| | ||||
* | Some changes to get rid of compiler warnings. (And disabling strict | Wilmer van der Gaast | 2007-11-22 | -1/+9 |
| | | | | | aliasing because there are too many warnings about it. :-P) | |||
* | Merging from Jelmer. | Wilmer van der Gaast | 2007-11-05 | -4/+2 |
|\ | ||||
| * | Use standard functions for dealing with both IPv6 and IPv4. | Jelmer Vernooij | 2007-10-18 | -43/+0 |
| | | ||||
| * | Fix GCC warning. | Jelmer Vernooij | 2007-10-12 | -2/+2 |
|/ | ||||
* | Added word_wrap() function to misc.c and using it at the right places so | Wilmer van der Gaast | 2007-10-12 | -0/+50 |
| | | | | | | that long messages in groupchats also get wrapped properly (instead of truncated). | |||
* | "Changed" the ArcFour implementation. I'm afraid this was a waste of time, | Wilmer van der Gaast | 2007-10-07 | -5/+13 |
| | | | | | but at least I added a neat unittest... | |||
* | Renaming RC4 to ArcFour (possible trademark issues). | Wilmer van der Gaast | 2007-10-07 | -50/+53 |
| | ||||
* | Merge from Jelmer (making GCC4 happy by sanitizing some typecasting mess | Wilmer van der Gaast | 2007-07-15 | -9/+14 |
|\ | | | | | | | | | around the RC4/B64 code). | |||
| * | Fix ssl_bogus. | Jelmer Vernooij | 2007-07-07 | -0/+5 |
| | | ||||
| * | Fix some warnings in storage.c. | Jelmer Vernooij | 2007-07-07 | -9/+9 |
| | | ||||
* | | Merge from Jelmer (mainly unit testing things). | Wilmer van der Gaast | 2007-07-01 | -0/+1 |
|\ \ | |/ |/| | ||||
| * | Add lcov target | Jelmer Vernooij | 2007-01-22 | -0/+1 |
| | | ||||
| * | Add tests for set_url(). Fixed a bug where the default port wasn't | Jelmer Vernooij | 2006-12-24 | -1/+1 |
| | | | | | | | | | | set when socks5 was used. | |||
* | | 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 |
| |