diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-21 20:36:34 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-21 20:36:34 +0000 |
commit | fb4775c97532aa931de381a51518edee037f9c8e (patch) | |
tree | c6d77b7f633ed28c78f6334f746114b46855e51a /conf | |
parent | 5bf76cb12ca9f7ba06f2856e512917e20d9a95f6 (diff) | |
download | hercules-fb4775c97532aa931de381a51518edee037f9c8e.tar.gz hercules-fb4775c97532aa931de381a51518edee037f9c8e.tar.bz2 hercules-fb4775c97532aa931de381a51518edee037f9c8e.tar.xz hercules-fb4775c97532aa931de381a51518edee037f9c8e.zip |
* Merged eAthena ea:15187 by ai4rei, effect list improvements (doc\effect_list.txt)
* Follow-up r16787, revised documentation and comments on MD5 hash check
* Added svn:eol-style=native property on some recent files
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16788 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/login_athena.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index fcad206e9..fa963a14c 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -136,13 +136,14 @@ account.engine: auto //account.sql.accreg_db: global_reg_value // Client MD5 hash check -// Check client hash? +// If turned on, the login server will check if the client's hash matches +// the value below, and will not connect tampered clients. +// Note: see doc\md5_hashcheck.txt for more details. client_hash_check: off -// Put your client hashes here, a player can login into the server using -// a hash with a group_id equal or lower the account group_id +// Client MD5 hashes +// A player can login with a client hash at or below the account group_id. // Format: group_id, hash -// Examples: client_hash: 0, 113e195e6c051bb1cfb12a644bb084c5 client_hash: 99, cb1ea78023d337c38e8ba5124e2338ae |