summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
AgeCommit message (Expand)Author
2013-01-03* (bug 4656) Make sure there is always a message for new bansM. Kristall
2013-01-03* Revision 2025 was showing one less than the correct ban numberM. Kristall
2013-01-03* (bug 4655) Ban # under showbans is incorrectM. Kristall
2013-01-03* Fix a typo preventing l4s from having spec999 in the default admin flags (t...Christopher Schwarz
2013-01-03* (bug 3291) Add /buildlog and /revert commands to combat grief building (Und...Christopher Schwarz
2013-01-03* Fix crash in readconfigChristopher Schwarz
2013-01-03* (bug 4603) Fix color bleed in listadmins (TheLinker)Christopher Schwarz
2013-01-03* Create new bans at the bottom of the list, so that ban ordering in showbans...Christopher Schwarz
2013-01-03* Fix a bug preventing IP bans from matchingM. Kristall
2013-01-03* (bug 4561) Color is leaked in namelog (adressedeoops@gmail.com)M. Kristall
2013-01-03* Prevent reparsing IP addresses for subnet bansM. Kristall
2013-01-03* Log what command was attempted when a user does not have permissionM. Kristall
2013-01-03* Separate namelog from adminM. Kristall
2013-01-03* Correct ban numbers reported by showbansM. Kristall
2013-01-03* Set a->level properly in admin_default_levels (Rezyn)Ben Millwood
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Fix for another bug where setlevel sets to the wrong person (Undeference, R...Christopher Schwarz
2013-01-03* Fix changemap by moving it in the list so bsearch can find itChristopher Schwarz
2013-01-03* And anotherM. Kristall
2013-01-03* Correct some more messagesM. Kristall
2013-01-03* Server- and client-side tab completion for commands handled by the game moduleM. Kristall
2013-01-03* Stop using numeric constants in logs because they are unreliable (log parsersM. Kristall
2013-01-03* Remove unnecessary stuffM. Kristall
2013-01-03* Fix a bug that would prevent banning by name in most casesM. Kristall
2013-01-03* Fix several broken/segfaulting cases of the !setlevel command (Rezyn)Christopher Schwarz
2013-01-03* Remove a redundant condition (thanks Ensiform)M. Kristall
2013-01-03* Remove arbitrary limitations on admin data by replacing fixed-size arrays withM. Kristall
2013-01-03* Fix !help only displaying information about custom commands when it should notM. Kristall
2013-01-03* Prevent new votes from preventing previous votes from executingM. Kristall
2013-01-03* Revert revision 1566 since it is no longer necessaryM. Kristall
2013-01-03* Use binary searching instead of linear searching for many static arraysM. Kristall
2013-01-03* Change team colors in !listplayers to be more consistent with team prefixes inM. Kristall
2013-01-03* Remove GUID stub display from most admin functions (still in !namelog for now)M. Kristall
2013-01-03* Fix admin log messages + admin command message outputs appearing in the wro...Christopher Schwarz
2013-01-03* (bug 4310) Rework admin.logChristopher Schwarz
2013-01-03* (bug 4309) Add options to !restart that allow for keeping/switching player ...Christopher Schwarz
2013-01-03* Make position of "ALLFLAGS" admin flag irrelevantM. Kristall
2013-01-03* Better fix for !showbans -10 not working properlyM. Kristall
2013-01-03* Fix uninitialized variable usage gcc did not warn me about beforeM. Kristall
2013-01-03* Massive refactor of voting codeM. Kristall
2013-01-03* !showbans -10 was broken (thanks Rezyn)M. Kristall
2013-01-03* Disallow the name "console" to prevent confusion with dedicated server cons...Christopher Schwarz
2013-01-03* Fix crash when banning (thanks Rezyn)M. Kristall
2013-01-03* (Bug 3274) Disallow names that are difficult to ban (thanks msk)Christopher Schwarz
2013-01-03* Print a slightly better message when a banned player tries to connectM. Kristall
2013-01-03* Remove many unused cvars that don't do anythingChristopher Schwarz
2013-01-03* (bug 4071) subnet bansM. Kristall
2013-01-03* Fix some bugs with banning by client number introduced in revision 1189M. Kristall
2013-01-03* Revert last change... oopsTim Angus
2013-01-03* Fix ADMF_IMMUTABLE using ADMF_IMMUNITY incorrectly (Rezyn)Christopher Schwarz