summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
AgeCommit message (Expand)Author
2017-03-09implement setdevmode: an admin command to switch developer mode on or off/dev/humancontroller
2017-03-09refactor stuff/dev/humancontroller
2017-03-09use standard time representation/dev/humancontroller
2017-03-09refactor stuff/dev/humancontroller
2017-02-08add missing trailing '\n's from strings to execute; add double quotes around .../dev/humancontroller
2013-02-16Update copyright noticesTim Angus
2013-01-12Fix a bunch of warningsTim Angus
2013-01-03* Revision 2273 modified the previous ban instead of the specified oneM. Kristall
2013-01-03* Add information about /mask banning to adjustban help textM. Kristall
2013-01-03* Expire bans with unban instead of immediately removing them so that thingsM. Kristall
2013-01-03* (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_tM. Kristall
2013-01-03* (bug 4984) Show who built a destroyed structure in buildlogM. Kristall
2013-01-03* CANIPBAN allows banning not-necessarily-connected players with CIDR notationM. Kristall
2013-01-03* Silence some set-but-unused variable warnings. There are still more. Many o...Christopher Schwarz
2013-01-03* Reported ban # when banned players attempt to connect was off by oneM. Kristall
2013-01-03* Admins were sorted, but the sort function was not quite stableM. Kristall
2013-01-03* kick reasons weren't being loggedM. Kristall
2013-01-03* Inform kicked players of their ban duration when they are bannedM. Kristall
2013-01-03* (bug 4944) Clearer tracking of ban/mute/denybuild in games.logM. Kristall
2013-01-03* Fix a bug causing duplicate entries in namelogM. Kristall
2013-01-03* Remove excess newline from "banned player tried to connect" messageChristopher Schwarz
2013-01-03* (bug 4896) Put quotes around multi-word parameters to admin commands in the...Christopher Schwarz
2013-01-03* Partially revert revision 2157M. Kristall
2013-01-03* Provide feedback when there is no match for ban, denybuild, mute, etc.M. Kristall
2013-01-03* Fix ban reason alignment for expired bansJohn Ellis
2013-01-03* Format showbans so that it better fits on two lines without line wrappingJohn Ellis
2013-01-03* (bug 4892) Fix expired bans being listed and shown as not-expired in /showb...Christopher Schwarz
2013-01-03* Fix color bleeds between fields in namelog (again)Christopher Schwarz
2013-01-03* Prevent color from changing partway through the line in namelog output (DevHC)M. Kristall
2013-01-03* Revert revision 2109 since it did not do anythingM. Kristall
2013-01-03* (bug 3404) Warn all admins when a banned player tries to connectM. Kristall
2013-01-03* (bug 4885) Show teamkilled buildings as teamkilled in buildlog to different...Christopher Schwarz
2013-01-03* More efficiently check if players are targetted by a new banM. Kristall
2013-01-03* Don't spam buildlog warning for console or spectatorsM. Kristall
2013-01-03* Fix a crash when banning by IP address and remove a couple redundant variablesM. Kristall
2013-01-03* Prevent color bleeding by default with admin search commandsM. Kristall
2013-01-03* Minor refactor (ban by IP address) that should have happened in revision 2106M. Kristall
2013-01-03* Allow mute and denybuild to target players who are no longer connectedM. Kristall
2013-01-03* Print pause time in seconds instead of ms when unpausedChristopher Schwarz
2013-01-03* Refactor listadmins, namelog, and showbans to make then more consistentM. Kristall
2013-01-03* Refactor code handling player name matchingM. Kristall
2013-01-03* Oops, missed oneM. Kristall
2013-01-03* Pointless refactor to reduce the number of opsM. Kristall
2013-01-03Nothing to see hereM. Kristall
2013-01-03* adjustban 16 /16 would make ban #16 permanentM. Kristall
2013-01-03* (bug 4821) Silence logging of inconsequential admin commandsChristopher Schwarz
2013-01-03* Sort admins and levels by descending level on readconfigM. Kristall
2013-01-03* De !-ify /pause in its error messages (thanks Celestial_Rage)Christopher Schwarz
2013-01-03* (bug 4815) Add /pause admin commandChristopher Schwarz
2013-01-03* (bug 4806) add builder command to show which player built a structureJohn Ellis