Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -51/+0 |
| | | | | | protocols/, and adding RC4 code. | |||
* | Added saner base64 encoding function (actually, moved the one from libyahoo2.c | Wilmer van der Gaast | 2006-06-23 | -0/+1 |
| | | | | | to core, with some changes), which I need for the XML format password garbling. | |||
* | Finished the iconv() fix. Instead of doing it every time something goes from | Wilmer van der Gaast | 2006-03-31 | -0/+50 |
or to the IM-modules, it's now just done with everything that goes between BitlBee and the user. Incomparably more efficient/reliable. Plus some more cleanups. It compiles, can't test it for real yet. ;-) |