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 /Changelog-Trunk.txt | |
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
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 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) |