diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-09 13:05:54 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-09 13:05:54 +0000 |
commit | 16675230f6fff2b30b48b83e395e273919b5515f (patch) | |
tree | b55bc1f455b99e7dd9635cd06c9aae9c93be1ac2 /Changelog-Trunk.txt | |
parent | c5c74a00ce7bbc152f20066c22952770535dd7f5 (diff) | |
download | hercules-16675230f6fff2b30b48b83e395e273919b5515f.tar.gz hercules-16675230f6fff2b30b48b83e395e273919b5515f.tar.bz2 hercules-16675230f6fff2b30b48b83e395e273919b5515f.tar.xz hercules-16675230f6fff2b30b48b83e395e273919b5515f.zip |
Fixed login printing raw passwdenc passwords to console (bugreport:826).
Added strlib function bin2hex().
Cleaned up the md5calc interface a bit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13055 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 84a8528af..ba258b6d4 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2008/08/09 + * Fixed login printing raw passwdenc passwords to console (bugreport:826) [ultramage] + - added strlib function bin2hex() + - cleaned up the md5calc interface a bit 2008/08/07 * Added another GM trust config for party invitations (bugreport:2004) [SketchyPhoenix] 2008/08/04 |