diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-30 19:01:09 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-30 19:01:09 +0000 |
commit | bff2ef1b4645a065ee105ee5a53af3a5f1f0ab48 (patch) | |
tree | 65e77521c51df5e29e5691d281764dddc6d52f9b /Changelog-Trunk.txt | |
parent | 77b25285e66e43ff2bc112d7a03dc02428adbc04 (diff) | |
download | hercules-bff2ef1b4645a065ee105ee5a53af3a5f1f0ab48.tar.gz hercules-bff2ef1b4645a065ee105ee5a53af3a5f1f0ab48.tar.bz2 hercules-bff2ef1b4645a065ee105ee5a53af3a5f1f0ab48.tar.xz hercules-bff2ef1b4645a065ee105ee5a53af3a5f1f0ab48.zip |
Yet more login server stuff:
* jA data structure compatibility renaming / adjustments
* mmo_account -> login_session_data, auth_data -> mmo_account
* made gender variable usage consistent for the entire login server
* rewrote TXT's new account creation procedure to match SQL's
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12450 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4a5fe3c3a..b63825035 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ 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/03/30 + * yet more login server stuff + - jA data structure compatibility renaming / adjustments + - mmo_account -> login_session_data, auth_data -> mmo_account + - made gender variable usage consistent for the entire login server + - rewrote TXT's new account creation procedure to match SQL's 2008/03/28 * Some more txt/sql login server synchronization [ultramage] - removed the option to specify multiple IPs/subnets for 'ladminallowip' |