Cleaned up dummyrunner and fixed a lot of issues

This commit is contained in:
Griatch 2021-06-02 00:24:21 +02:00
parent d7b66eecca
commit 677a34d06e
6 changed files with 408 additions and 142 deletions

View file

@ -697,7 +697,8 @@ PERMISSION_ACCOUNT_DEFAULT = "Player"
CLIENT_DEFAULT_WIDTH = 78
# telnet standard height is 24; does anyone use such low-res displays anymore?
CLIENT_DEFAULT_HEIGHT = 45
# Set rate limits per-IP on account creations and login attempts
# Set rate limits per-IP on account creations and login attempts. Set limits
# to None to disable.
CREATION_THROTTLE_LIMIT = 2
CREATION_THROTTLE_TIMEOUT = 10 * 60
LOGIN_THROTTLE_LIMIT = 5