Age | Commit message (Expand) | Author |
2013-01-03 | * (bug 3404) Warn all admins when a banned player tries to connect | M. 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 ban | M. Kristall |
2013-01-03 | * Don't spam buildlog warning for console or spectators | M. Kristall |
2013-01-03 | * Fix a crash when banning by IP address and remove a couple redundant variables | M. Kristall |
2013-01-03 | * Prevent color bleeding by default with admin search commands | M. Kristall |
2013-01-03 | * Minor refactor (ban by IP address) that should have happened in revision 2106 | M. Kristall |
2013-01-03 | * Allow mute and denybuild to target players who are no longer connected | M. Kristall |
2013-01-03 | * Print pause time in seconds instead of ms when unpaused | Christopher Schwarz |
2013-01-03 | * Refactor listadmins, namelog, and showbans to make then more consistent | M. Kristall |
2013-01-03 | * Refactor code handling player name matching | M. Kristall |
2013-01-03 | * Oops, missed one | M. Kristall |
2013-01-03 | * Pointless refactor to reduce the number of ops | M. Kristall |
2013-01-03 | Nothing to see here | M. Kristall |
2013-01-03 | * adjustban 16 /16 would make ban #16 permanent | M. Kristall |
2013-01-03 | * (bug 4821) Silence logging of inconsequential admin commands | Christopher Schwarz |
2013-01-03 | * Sort admins and levels by descending level on readconfig | M. Kristall |
2013-01-03 | * De !-ify /pause in its error messages (thanks Celestial_Rage) | Christopher Schwarz |
2013-01-03 | * (bug 4815) Add /pause admin command | Christopher Schwarz |
2013-01-03 | * (bug 4806) add builder command to show which player built a structure | John Ellis |
2013-01-03 | * (bug 4805) fix missing names in namelog | John Ellis |
2013-01-03 | * (bug 4654) set the name for players muted by namelog | Ben Millwood |
2013-01-03 | * Fix admin /rename by not decrementing namelog->nameChanges, instead | John Ellis |
2013-01-03 | * (bug 4656) Make sure there is always a message for new bans | M. Kristall |
2013-01-03 | * Revision 2025 was showing one less than the correct ban number | M. Kristall |
2013-01-03 | * (bug 4655) Ban # under showbans is incorrect | M. 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 readconfig | Christopher 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 matching | M. 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 bans | M. Kristall |
2013-01-03 | * Log what command was attempted when a user does not have permission | M. Kristall |
2013-01-03 | * Separate namelog from admin | M. Kristall |
2013-01-03 | * Correct ban numbers reported by showbans | M. Kristall |
2013-01-03 | * Set a->level properly in admin_default_levels (Rezyn) | Ben Millwood |
2013-01-03 | * Update copyright notices | Tim 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 it | Christopher Schwarz |
2013-01-03 | * And another | M. Kristall |
2013-01-03 | * Correct some more messages | M. Kristall |
2013-01-03 | * Server- and client-side tab completion for commands handled by the game module | M. Kristall |
2013-01-03 | * Stop using numeric constants in logs because they are unreliable (log parsers | M. Kristall |
2013-01-03 | * Remove unnecessary stuff | M. Kristall |
2013-01-03 | * Fix a bug that would prevent banning by name in most cases | M. 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 with | M. Kristall |