aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
Commit message (Collapse)AuthorAgeLines
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-51/+0
| | | | | protocols/, and adding RC4 code.
* Added saner base64 encoding function (actually, moved the one from libyahoo2.cWilmer van der Gaast2006-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 fromWilmer van der Gaast2006-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. ;-)