diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-01 22:39:19 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-01 22:39:19 +0000 |
commit | bd55cf078aeaae7929cfe5017e22fdf33616b769 (patch) | |
tree | 58e83a5a5fd263d38ec3e2c8d9f15c9a8caad31d /conf/login_athena.conf | |
parent | d1ad9a53e71f2b2cc51c82259e8a5e23b20c09b8 (diff) | |
download | hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.tar.gz hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.tar.bz2 hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.tar.xz hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.zip |
* Removed online_check config options. (always active now)
* Clarified char_maintenance config option.
* Changed packet 0x2712. (added request_id)
* Changed packet 0x2713. (added sex, request_id, version, clienttype; removed email, expiration time, gmlevel)
* Delayed user count check and mmo_char_send006b to when the account data arrives.
* Created auxiliary function MD5_Salt.
(split from a future commit that was getting to big for my taste)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13652 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/login_athena.conf')
-rw-r--r-- | conf/login_athena.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 843486ec0..164c7d316 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -65,12 +65,6 @@ login_log_filename: log/login.log // NOTE: The login-sql server needs the login logs to enable dynamic pass failure bans. log_login: yes -//When set to yes, the login server will refuse connections from accounts that are considered online already. -//When a login attempt is rejected, the account in question is also kicked from all connected char-servers. -//It's safe to turn this off if there's only one char-server connected, or if the char-servers don't share -//the same backend (ie: Multiple char servers reading from the same SQL tables) -online_check: yes - // Indicate how to display date in logs, to players, etc. date_format: %Y-%m-%d %H:%M:%S |