-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persistent bans #93
Comments
To expand on this, there should also be banned vehicles and usernames. The server scripts can ban vehicles, but the server must be restarted for the changes to apply. |
Hi. RoRserver has persistent state AUTH_BANNED(32) based on token in authfile - this is checked first when connecting. There are also IP-bans which are created by "!ban " command and aren't persisted. Nickname is recorded but not checked: ror-server/source/server/sequencer.cpp Lines 219 to 225 in 17cc7b5
Draft
|
Currently, server bans are cleared when the server restarts. It would be nice if they were stored in a file, by username & IP.
The text was updated successfully, but these errors were encountered: