Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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)
|
|
(Undeference, Rezyn, and originally Benmachine)
|
|
|
|
|
|
showbans is always sequential (thanks msk, Rezyn)
|
|
|
|
|
|
|
|
* (bug 4446) Fix comment
|
|
* Client to namelog mapping
* Merge mute, denybuild, ptr in namelog; remove ptr
|
|
|
|
|
|
|
|
Rezyn)
|
|
* Rename help to adminhelp to be less confusing now that admin commands look the same as regular commands
* Rename admin flags "help"->"adminhelp" and "map"->"changemap" for consistency
|
|
|
|
|
|
* Admin commands are just like all other commands now: no more !
("!map" was renamed to "changemap" since "map" already exists)
* Text in the chat ui beginning with / or \ is treated as a command unless
ui_chatCommands = 0 (default 1)
|
|
will need to be updated)
|
|
|
|
* When banning by name and there are multiple matches, do not print every match
for a given player
* The message indicating a ban hit has been updated
* Match namelog entries to players only by GUID, allowing for a single player
reconnecting from a different IP address
* Remove the remaining GUID stub display
|
|
|