From 166ef404ad2a3adf5fea211599d1b7dd0f447d1c Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 17 Mar 2007 22:44:02 +0000 Subject: 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 --- Changelog-Trunk.txt | 8 ++++++++ conf-tmpl/login_athena.conf | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3-70-g09d2