Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Made set.c API more generic so it's not specific to irc_t structures anymore, | Wilmer van der Gaast | 2006-06-30 | -3/+2 |
| | | | | | but can be used for account_t structures too, for example. | |||
* | Added random_bytes() function for better/more reliable randomization and | Wilmer van der Gaast | 2006-06-28 | -3/+2 |
| | | | | | moved set_eval_ops() to a slightly more suitable place. | |||
* | Moved the call to "account on" to the right place. | Wilmer van der Gaast | 2006-06-26 | -8/+0 |
| | ||||
* | Implemented cleaner way of passing the "Incorrect password" error. | Wilmer van der Gaast | 2006-06-26 | -6/+8 |
| | ||||
* | Forgot to initialize pass_rc4 (which caused memory management mess when | Wilmer van der Gaast | 2006-06-25 | -1/+1 |
| | | | | | trying to load a damaged XML-file). | |||
* | Added versioning information to the XML-file (convenient for later format | Wilmer van der Gaast | 2006-06-25 | -1/+2 |
| | | | | | | | changes), got rid of confusing "Password successfully changed" message when the user uses the identify-command and protected rc4_decode() against short inputs. | |||
* | Using salted MD5 checksums for the user's BitlBee password and salted RC4 | Wilmer van der Gaast | 2006-06-25 | -18/+59 |
| | | | | | | encryption for the IM account passwords, plus some calls to srand() to keep the salts secure and unique. | |||
* | Fixed GError memory leak, correctly setting the migrate_storage default. | Wilmer van der Gaast | 2006-06-21 | -0/+6 |
| | ||||
* | Implemented handling of autoconnect attribute. | Wilmer van der Gaast | 2006-06-21 | -2/+7 |
| | ||||
* | Fixed error message for unknown protocols. | Wilmer van der Gaast | 2006-06-21 | -2/+2 |
| | ||||
* | xml_save() now stores the password's md5sum too. Kind of ... important.. | Wilmer van der Gaast | 2006-06-20 | -3/+17 |
| | ||||
* | Added xml_remove() and xml_check_pass(). | Wilmer van der Gaast | 2006-06-20 | -7/+41 |
| | ||||
* | Better detection of incorrect MD5 password hashes. | Wilmer van der Gaast | 2006-06-19 | -12/+16 |
| | ||||
* | Now saving the password's md5sum instead of the plaintext version. | Wilmer van der Gaast | 2006-06-19 | -8/+28 |
| | ||||
* | xml_save(), decent error handling and merging fixed autosaving. | Wilmer van der Gaast | 2006-06-15 | -17/+106 |
| | ||||
* | xml_load() works pretty well now. | Wilmer van der Gaast | 2006-06-14 | -255/+135 |
| | ||||
* | Added storage_xml.c | Wilmer van der Gaast | 2006-06-07 | -0/+412 |