diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 42366bb96..9259faac0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,14 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/04/29 + * login server will now bind only after finishing the init phase + * Tried and fixed md5 password encryption [ultramage] + - login_sql was doing stupid things like re-using one pre-generated + key for all connections, and escaping binary md5 data (destroying it) + - added missing code to login_txt when creating new accounts, showing + that storing passwords as md5 hashes never really worked for txt + - removed PASSWORDENC's conditional compilation effect, now just a flag + - greatly simplified md5 password checking code, credits to eapp * Internal changes to the script engine: [FlavioJS] - modulus division detects division by 0. dividing by zero stops the script and gives an error |