Delta-v/Content.Server/Administration/Managers
Simon 6369cdde9c 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-03-01 13:18:39 +00:00
..
AdminManager.Metrics.cs Add Prometheus stats for admin count (#26284) 2024-03-27 18:28:49 +01:00
AdminManager.cs Persist deadmin to database, add admin suspension system (#34048) 2025-01-28 04:31:22 +00:00
BanManager.Notification.cs Add system to kick people if they connect to multiple servers at once. (#34563) 2025-01-28 04:31:31 +00:00
BanManager.cs After getting banned, you now have to re-read the rules! (#33270) 2025-02-14 16:09:49 +00:00
CVarControlManager.cs Add ability for admins to change certain cvars via command. (#35105) 2025-03-01 13:18:39 +00:00
IAdminManager.cs Add stealthmins (#26263) 2024-03-27 18:32:01 +01:00
IBanManager.cs Integrate Modern HWID into content 2024-11-29 19:18:11 +01:00
IWatchlistWebhookManager.cs Add Discord webhook on watchlist connection (#33483) 2025-01-28 04:31:22 +00:00
MultiServerKickManager.cs Add system to kick people if they connect to multiple servers at once. (#34563) 2025-01-28 04:31:31 +00:00
WatchlistWebhookManager.cs Add Discord webhook on watchlist connection (#33483) 2025-01-28 04:31:22 +00:00