summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
AgeCommit message (Collapse)Author
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 ↵Christopher Schwarz
differentiate from destroyed by the other team
2013-01-03* More efficiently check if players are targetted by a new banM. Kristall
* Make the message more explicit when a banned player tries to connect
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
* Implement a max pause time of 2 minutes in case an admin lags out or something after pausing
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
2013-01-03* (bug 4805) fix missing names in namelogJohn Ellis
2013-01-03* (bug 4654) set the name for players muted by namelogBen Millwood
2013-01-03* Fix admin /rename by not decrementing namelog->nameChanges, insteadJohn Ellis
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.
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 ↵Christopher Schwarz
(thanks SlackerLinux)
2013-01-03* (bug 3291) Add /buildlog and /revert commands to combat grief building ↵Christopher Schwarz
(Undeference, Rezyn, and originally Benmachine)
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 ↵Christopher Schwarz
showbans is always sequential (thanks msk, Rezyn)
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
* (bug 4446) Fix comment
2013-01-03* Separate namelog from adminM. Kristall
* Client to namelog mapping * Merge mute, denybuild, ptr in namelog; remove ptr
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, ↵Christopher Schwarz
Rezyn)
2013-01-03* Fix changemap by moving it in the list so bsearch can find itChristopher Schwarz
* 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
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
* 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)
2013-01-03* Stop using numeric constants in logs because they are unreliable (log parsersM. Kristall
will need to be updated)
2013-01-03* Remove unnecessary stuffM. Kristall
2013-01-03* Fix a bug that would prevent banning by name in most casesM. Kristall
* 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
2013-01-03* Fix several broken/segfaulting cases of the !setlevel command (Rezyn)Christopher Schwarz