(banfil, authfil): Remove. Matching user is useless, because the
player can send whatever he wants. Banning IPs is better done with a packet filter. That leaves restricting deity IPs. (privip): New econfig key to restrict deity IPs. (may_play): Implement it. (match_user): Unused, remove.
This commit is contained in:
parent
342d7b33ce
commit
02ddee69fb
7 changed files with 10 additions and 59 deletions
|
@ -49,8 +49,6 @@ extern char *configdir;
|
|||
extern char *motdfil;
|
||||
extern char *downfil;
|
||||
extern char *disablefil;
|
||||
extern char *banfil;
|
||||
extern char *authfil;
|
||||
extern char *annfil;
|
||||
extern char *timestampfil;
|
||||
extern char *teldir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue