diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-01 22:39:19 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-01 22:39:19 +0000 |
commit | bd55cf078aeaae7929cfe5017e22fdf33616b769 (patch) | |
tree | 58e83a5a5fd263d38ec3e2c8d9f15c9a8caad31d /Changelog-Trunk.txt | |
parent | d1ad9a53e71f2b2cc51c82259e8a5e23b20c09b8 (diff) | |
download | hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.tar.gz hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.tar.bz2 hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.tar.xz hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.zip |
* Removed online_check config options. (always active now)
* Clarified char_maintenance config option.
* Changed packet 0x2712. (added request_id)
* Changed packet 0x2713. (added sex, request_id, version, clienttype; removed email, expiration time, gmlevel)
* Delayed user count check and mmo_char_send006b to when the account data arrives.
* Created auxiliary function MD5_Salt.
(split from a future commit that was getting to big for my taste)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13652 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 001275b3a..cb618543b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,13 @@ 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. +2009/04/01 + * Removed online_check config options. (always active now) [FlavioJS] + * Clarified char_maintenance config option. + * Changed packet 0x2712. (added request_id) + * Changed packet 0x2713. (added sex, request_id, version, clienttype; removed email, expiration time, gmlevel) + * Delayed user count check and mmo_char_send006b to when the account data arrives. + * Created auxiliary function MD5_Salt. 2009/03/31 * Gunslinger Tracking can be canceled if you get hit. * Gunslinger Disarm always shows skill animation. |