aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeLines
...
* Fixed a broken call to set_get() (CRASH), shut up a compiler warning inWilmer van der Gaast2006-07-15-2/+5
| | | | | events_glib and now using the right evaluator for acc->"auto_reconnect".
* Added "account set" command.Wilmer van der Gaast2006-07-01-1/+38
|
* Added random_bytes() function for better/more reliable randomization andWilmer van der Gaast2006-06-28-19/+78
| | | | | moved set_eval_ops() to a slightly more suitable place.
* Merging from devel/Jelmer.Wilmer van der Gaast2006-06-25-4/+0
|
* Added versioning information to the XML-file (convenient for later formatWilmer van der Gaast2006-06-25-0/+6
| | | | | | | changes), got rid of confusing "Password successfully changed" message when the user uses the identify-command and protected rc4_decode() against short inputs.
* Moved Base64-related functions to a separate file and added decode funtions.Wilmer van der Gaast2006-06-25-49/+188
|
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+4023
protocols/, and adding RC4 code.