Delta-v/Content.Server/Administration/Managers
Simon 29029d2586
Add ability for admins to change certain cvars via command. (#35105)
* Add ability for admins to change certain cvars via command.

* Cleanup

* More cleanup.

* Even more cleanup.

* WAITER! WAITER! ONE MORE COMMIT PLEASE!

* Remove requirement for Admin AdminFlag

Not needed as the command checks for the perms.

* Add search function to CVars and help text

* Move to controller instead.

* Add another cvar for testing

* Remove unused comment

* Move to Post Server Initialize

LoC does not work at the earlier stages of server initalization

* Remove unneeded comment

We clear out list so its no longer needed
2025-02-16 10:06:13 +01:00
..
AdminManager.Metrics.cs Add Prometheus stats for admin count (#26284) 2024-03-24 14:48:04 +11:00
AdminManager.cs Persist deadmin to database, add admin suspension system (#34048) 2025-01-15 00:46:45 +01:00
BanManager.Notification.cs Add system to kick people if they connect to multiple servers at once. (#34563) 2025-01-22 00:23:47 +01:00
BanManager.cs After getting banned, you now have to re-read the rules! (#33270) 2025-01-30 13:09:31 +01:00
CVarControlManager.cs Add ability for admins to change certain cvars via command. (#35105) 2025-02-16 10:06:13 +01:00
IAdminManager.cs Add stealthmins (#26263) 2024-03-24 10:39:53 -05:00
IBanManager.cs Integrate Modern HWID into content 2024-11-12 01:51:54 +01:00
IWatchlistWebhookManager.cs Add Discord webhook on watchlist connection (#33483) 2025-01-15 01:32:24 +01:00
MultiServerKickManager.cs Add system to kick people if they connect to multiple servers at once. (#34563) 2025-01-22 00:23:47 +01:00
WatchlistWebhookManager.cs Add Discord webhook on watchlist connection (#33483) 2025-01-15 01:32:24 +01:00