aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc.c
Commit message (Collapse)AuthorAgeLines
...
* Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% CPUWilmer van der Gaast2007-12-12-0/+10
| | | | | usage bug.
* Merging from Jelmer.Wilmer van der Gaast2007-11-05-2/+0
|\
| * Use standard functions for dealing with both IPv6 and IPv4. Jelmer Vernooij2007-10-18-40/+0
|/
* Added word_wrap() function to misc.c and using it at the right places soWilmer van der Gaast2007-10-12-0/+48
| | | | | | that long messages in groupchats also get wrapped properly (instead of truncated).
* Added SRV lookups to automatically find out the correct server for aWilmer van der Gaast2006-10-07-0/+57
| | | | | domain.
* add_cr() is not used anymore, and HTML entity handling got UTFized some timeWilmer van der Gaast2006-09-17-34/+2
| | | | | ago already, so no need for that FIXME comment.
* Added "account set" command.Wilmer van der Gaast2006-07-01-0/+34
|
* Added random_bytes() function for better/more reliable randomization andWilmer van der Gaast2006-06-28-14/+64
| | | | | moved set_eval_ops() to a slightly more suitable place.
* Moved Base64-related functions to a separate file and added decode funtions.Wilmer van der Gaast2006-06-25-44/+0
|
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+481
protocols/, and adding RC4 code.