diff options
author | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-10 19:28:58 +0000 |
---|---|---|
committer | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-10 19:28:58 +0000 |
commit | 224d7e056466204a92f96a3d1324bc6ec0386dec (patch) | |
tree | a505f8003c46d9db8322812e93c5a0bc2158ca20 /conf/login_athena.conf | |
parent | b970380ed01b23c948c6cc1b9fc9e8f8a2deca53 (diff) | |
download | hercules-224d7e056466204a92f96a3d1324bc6ec0386dec.tar.gz hercules-224d7e056466204a92f96a3d1324bc6ec0386dec.tar.bz2 hercules-224d7e056466204a92f96a3d1324bc6ec0386dec.tar.xz hercules-224d7e056466204a92f96a3d1324bc6ec0386dec.zip |
Added client MD5 hash check option to login-server.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16771 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/login_athena.conf')
-rw-r--r-- | conf/login_athena.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 5c2afa8d9..3ad5db762 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -135,5 +135,17 @@ account.engine: auto //account.sql.account_db: login //account.sql.accreg_db: global_reg_value +// Client MD5 hash check +// Check client hash? +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 +// Follow the model(without the //): +// client_hash: group_id, hash +// Examples: +client_hash: 0, 113e195e6c051bb1cfb12a644bb084c5 +client_hash: 99, cb1ea78023d337c38e8ba5124e2338ae + import: conf/inter_athena.conf import: conf/import/login_conf.txt |