Age | Commit message (Collapse) | Author |
|
|
|
|
|
like unban 6; unban 7 work as expected
|
|
(/dev/humancontroller)
|
|
* A non-builder was sometimes credited when a structure self-destructed
|
|
|
|
others will be handled in the next upstream merge.
|
|
|
|
|
|
|
|
|
|
This change replaces AdminCmd log entries with AdminExec entries
|
|
|
|
|
|
the logs, so it is clear whether "kick a b c" was kicking "a b" for "c" or "a" for "b c" (with thanks to /dev/humancontroller for pointing out a buffer safety thing)
* (bug 4897) Add a server command "pr" to print raw text to a user or all users (with thanks to /dev/humancontroller for pointing out a small mistake)
|
|
* Provide feedback when ban does not match
|
|
|
|
|
|
* Show expired bans as expired instead of hiding them
* Color subnet bans; hide mask from ip when cleared with /32 or /128
|
|
/showbans (thanks Kharnov)
|
|
|
|
|
|
|
|
|
|
differentiate from destroyed by the other team
|
|
* Make the message more explicit when a banned player tries to connect
|
|
|
|
|
|
|
|
|
|
|
|
* Implement a max pause time of 2 minutes in case an admin lags out or something after pausing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add a forceName variable to ClientUserinfoChanged so that admin renames
do not have ill-effects on player nameChange count, and players can
be renamed while muted.
* Make /rename print an error when attempting to rename a connecting player.
|
|
|
|
|
|
|
|
(thanks SlackerLinux)
|