diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-03-16 16:31:27 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-03-16 16:31:27 +0000 |
commit | ec0355f6998eb5dee254e4bc60a3207bb661c854 (patch) | |
tree | 007b9ce5c15ba1a5e8b000e3039fba2c238acff0 /doc | |
parent | 4e8db1c0141f74dc6156a57739613483344b358d (diff) |
Passwords in bitlbee.conf can now be (properly salted) MD5 hashes, for
just that little bit extra security.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 959c11fd..b3c3b711 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -27,6 +27,8 @@ Version 1.2: in the IRC core, and charset mismatches are detected (if possible) and the user is asked to resolve this before continuing. Also, UTF-8 is the default setting now, since that's how the world seems to work these days. +- One can now keep hashed passwords in bitlbee.conf instead of the cleartext + version. - Most important change: New file format for user data (accounts, nicks and settings). Migration to the new format should happen transparently, BitlBee will read the old files and once you quit/save it will save in the |