diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-13 11:42:12 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-13 11:42:12 +0000 |
commit | 129002e2da0595c164839a2ea7d07aab1b806e69 (patch) | |
tree | 208d204db3f2038383db48c5bbd24c300b1b53e1 /src/login/login.h | |
parent | 9ba6b17493577bb7c2feb6561aab65b28530a042 (diff) | |
download | hercules-129002e2da0595c164839a2ea7d07aab1b806e69.tar.gz hercules-129002e2da0595c164839a2ea7d07aab1b806e69.tar.bz2 hercules-129002e2da0595c164839a2ea7d07aab1b806e69.tar.xz hercules-129002e2da0595c164839a2ea7d07aab1b806e69.zip |
* Removed ladmin (remote administration tool), all related support code and the checkversion.pl tool with it's support code, which was shared with ladmin (topic:262934, related bugreport:1147, bugreport:1889, r9408 and r9610).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14667 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/login/login.h')
-rw-r--r-- | src/login/login.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/login/login.h b/src/login/login.h index 807caaed6..f338a09e1 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -60,10 +60,6 @@ struct Login_Config { bool check_client_version; // check the clientversion set in the clientinfo ? uint32 client_version_to_connect; // the client version needed to connect (if checking is enabled) - bool admin_state; // is ladmin support enabled? - char admin_pass[24]; // security password for ladmin - char admin_allowed_host[32]; // host/ip that is allowed to connect as ladmin - bool ipban; // perform IP blocking (via contents of `ipbanlist`) ? bool dynamic_pass_failure_ban; // automatic IP blocking due to failed login attemps ? unsigned int dynamic_pass_failure_ban_interval; // how far to scan the loginlog for password failures |