(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
6b5aa6b556
commit
0e8b31500e
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,7 @@
|
|||
*
|
||||
* ---
|
||||
*
|
||||
* constants.c: Global constants file. Note that the "hours" file can
|
||||
* override these, as does the global "econfig" file.
|
||||
* constants.c: Global constants
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ken Stevens, 1995
|
||||
|
@ -40,6 +39,7 @@
|
|||
|
||||
char *privname = "Deity forgot to edit econfig"; /* name of priv user */
|
||||
char *privlog = "careless@invalid"; /* logname of priv user */
|
||||
char *privip = "127.0.0.1 ::1"; /* divine hosts and networks */
|
||||
|
||||
int WORLD_X = 64; /* World size - x */
|
||||
int WORLD_Y = 32; /* World size - y */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue