Stable
1.7.7
- Added serverside hotfix command (serverguard_hotfix).
- Fixed a few SQL errors that could occur.
Stable
1.7.6
- Fixed an error encountered if you hadn't opened the ServerGuard menu and someone got banned from the server.
Stable
1.7.5
- Added a serverguard_menu_toggle console command.
- Separated targetable rank and immunity level.
- Fixed race conditions in the UI.
- Fixed an error that could occur in the TTT plugin.
- Removed manual downloading of ServerGuard content.
- Added additional freezing restrictions.
Stable
1.7.4
- Added missing permissions to the TTT commands.
Stable
1.7.3
- Added better compatibility between DarkRP and the Chat Settings plugin.
- Updated the workshop addon.
- Fixed a layout error in the Screen Grabber.
- Fixed a rendering error in text entries.
- Fixed an error that could occur when ragdolling.
Stable
1.7.2
- Fixed banning from the console echoing the permanent ban failure message to all players.
Stable
1.7.1
- Fixed a MySQL error occurring with autoslays in the TTT plugin.
Stable
1.7.0
The summary of changes for 1.7.0 are listed below.
- Added the TTT plugin, featuring many requested commands.
- Fixed the respawn command not working in TTT.
- Fixed text entries not rendering correctly.
- Fixed ban durations not being properly formatted.
- Fixed an error regarding the MySQL server going away.
- Multi-targeting has been removed from chat commands.
- Changed the @ command in chat to make a report instead of silently running a command.
- To silently run a command now, you must prefix it with ~ instead of @.
Stable
1.6.10
The summary of changes for 1.6.10 are listed below.
- Fixed errors with player ragdolling.
- Fixed global messages sometimes appearing.
- Fixed SQL errors where the server may have "gone away".
- Fixed unnecessary info in stored IP addresses.
Stable
1.6.9
The summary of changes for 1.6.9 are listed below.
- Improved jail protection.
- Sometimes people would find sneaky ways to get through the jail. Hopefully we've covered everything now!
- Added a configuration to disable the "rcon" command.
- In most cases, you shouldn't have to change this. To change it, modify RconEnabled near the top of sg_server.lua, and then restart your server.
- Fixed incoming private messages looking like they were coming from yourself.
- Fixed some small UI alignment issues.
- Fixed chat settings plugin erroring with non-default ranks.
- Fixed sliders sometimes not updating values.
- Fixed some errors with rank detection.
Stable
1.6.8
The summary of changes for 1.6.8 are listed below.
- Fixed physgunning players always freezing them.
- Fixed error when messages were sent to the chat by the server console.
Stable
1.6.7
The summary of changes for 1.6.7 are listed below.
- Updated some portions of the UI.
- Some things didn't fit too well with the UI scheme that we had going on - we've fixed that now.
- Added the chat plugin.
- This plugin allows you to customize how some things show up in the chat. Whether or not to show rank prefixes, what colour things should be, etc.
- Added the private messaging plugin.
- And it's better than only using !pm in chat - we swear!
- Added optional ban polling.
- This is useful if you are using the same database across multiple servers. To enable, set the "serverguard_pollinterval" cvar to however many seconds you want the local ban data to update with the database.
- Added the imports plugin.
- This will be expanded later as needed, but for now it will attempt to import any bans that you have saved from ULX/ULib.
- Added some extra hooks that developers can use.
- Added the ability to set ranks by Steam ID.
- Fixed physgun player freezing not working with the latest versions of DarkRP.
- Fixed an edge case error when banning a player.
- Fixed a UI error regarding theming (we shouldn't see this guy causing trouble anymore).
- Updated the sandbox settings plugin to include wiremod settings.
- There isn't a decent way to retrieve a list of settings that addons/gamemodes are using, so we have to add them in ourselves. :(