Changeset 69cb623 for doc/CHANGES
- Timestamp:
- 2006-10-15T09:41:12Z (18 years ago)
- Branches:
- master
- Children:
- 2529faf
- Parents:
- 695e392 (diff), e97827b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/CHANGES
r695e392 r69cb623 1 Version x.x: 2 - Most important change: New file format for user data (accounts, nicks and 3 settings). Migration to the new format should happen transparently, 4 BitlBee will read the old files and once you quit/save it will save in the 5 new format. It is recommended to delete the old files (BitlBee doesn't do 6 this automatically, it will just ignore them) since they won't be used 7 anymore (and since the old file format is a security risk). Some advantages 8 of this file format switch: 9 * Safer format, since the identify-password is now salted before generating 10 a checksum. This way one can't use MD5 reverse lookup databases to crack 11 passwords. Also, the IM-account passwords are encrypted using RC4 instead 12 of the simple obfuscation scheme which BitlBee used so far. 13 * Easier to extend than the previous format (at least the .nicks format was 14 horribly limited). 15 * Nicknames for buddies are now saved per-account instead of per-protocol. 16 So far having one buddy on multiple accounts of the same protocol was a 17 problem because the nicks generated for the two "instances" of this buddy 18 were very unpredictable. 19 NOTE: This also means that "account del" removes not just the account, 20 BUT ALSO ALL NICKNAMES! If you're changing IM accounts and don't want to 21 lose the nicknames, you can now use "account set" to change the username 22 and password for the existing connection. 23 * Per-account settings (see the new "account set" command). 24 1 25 Version 1.0: 2 26 - Removed some crashy debugging code.
Note: See TracChangeset
for help on using the changeset viewer.