Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow one to run the configure script from a different directory and put all | Wilmer van der Gaast | 2010-05-25 | -1/+4 |
| | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native). | |||
* | Mainline merge. (Probably mostly irrelevant for this branch, oh well.) | Wilmer van der Gaast | 2010-05-16 | -1/+1 |
|\ | ||||
| * | Code to calculate OAuth signatures. I hope that after wrapping my mind | Wilmer van der Gaast | 2010-04-25 | -1/+1 |
| | | | | | | | | | | around all of this the rest is going to be easier.. | |||
* | | Added conf entries and lib/ftutil.[ch]. | ulim | 2008-08-12 | -1/+1 |
|/ | | | | | | | | | | ft_listen = <IP-A>:<Port-A>;<IP-B>:<Port-B> to specify listening addresses for the bitlbee<->client connection and the bitlbee<->IM peer connection, respectively. ft_max_size should be obvious. ft_max_kbps should limit the kilobits per second per transfer (not implemented yet). | |||
* | Moved xmltree to lib/ because I want to use it from more than just the | Wilmer van der Gaast | 2008-02-16 | -1/+1 |
| | | | | | Jabber module. | |||
* | Fix lcov dependencies. | Jelmer Vernooij | 2008-02-16 | -1/+1 |
| | ||||
* | Replaced GPL-incompatible SHA1 hashing code (and renamed the files in case | Wilmer van der Gaast | 2007-11-23 | -1/+1 |
| | | | | | I ever need SHA256 ;-)). | |||
* | Renaming RC4 to ArcFour (possible trademark issues). | Wilmer van der Gaast | 2007-10-07 | -1/+1 |
| | ||||
* | Add lcov target | Jelmer Vernooij | 2007-01-22 | -0/+1 |
| | ||||
* | Fix gcov. | Jelmer Vernooij | 2006-12-06 | -2/+3 |
| | ||||
* | Fix testsuite. | Jelmer Vernooij | 2006-12-06 | -0/+2 |
| | ||||
* | Moved Base64-related functions to a separate file and added decode funtions. | Wilmer van der Gaast | 2006-06-25 | -1/+1 |
| | ||||
* | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -0/+37 |
protocols/, and adding RC4 code. |