Browse Source

A note about the case_insensitive config setting, read changelog for details

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10023 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 18 years ago
parent
commit
91fe35aab8
2 changed files with 9 additions and 1 deletions
  1. 8 0
      Changelog-Trunk.txt
  2. 1 1
      conf-tmpl/login_athena.conf

+ 8 - 0
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)

+ 1 - 1
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.