diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-17 22:44:02 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-17 22:44:02 +0000 |
commit | 166ef404ad2a3adf5fea211599d1b7dd0f447d1c (patch) | |
tree | 627b00d700ab95f2dde46c527c3dee97812a7a0f | |
parent | f3b32fd4a0af5956f33af94de41bdc8526911144 (diff) | |
download | hercules-166ef404ad2a3adf5fea211599d1b7dd0f447d1c.tar.gz hercules-166ef404ad2a3adf5fea211599d1b7dd0f447d1c.tar.bz2 hercules-166ef404ad2a3adf5fea211599d1b7dd0f447d1c.tar.xz hercules-166ef404ad2a3adf5fea211599d1b7dd0f447d1c.zip |
A note about the case_insensitive config setting, read changelog for details
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10023 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog-Trunk.txt | 8 | ||||
-rw-r--r-- | conf-tmpl/login_athena.conf | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d36665a74..eafcec84e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,14 @@ 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. +2007/03/18 + * A followup to the login_sql server changes: + Due to a missing 'else' in the case_sensitive config setting loading + code (see r483 and r3316), the option was always being set to 'off'. + Now that I have corrected it, make sure to set it exactly how you + want it to behave (usually case-insensitive)! + Failure to do so can result in half the server spamming you with + messages about how they are getting 'unregistered id' errors. 2007/03/17 * committing my work on the login server (mostly SQL) [ultramage] - removed the check_ip_flag from login&char (there since r1) diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index f4496c5d0..39d87ebc9 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -55,7 +55,7 @@ ladminallowip: all console: off // Are logins case sensitive? (SQL only) -case_sensitive: on +case_sensitive: yes // Gamemaster password, used with the @gm command to obtain GM commands (level of gm set with level_new_gm parameter). // NOTICE: You should also change this one. |