complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
27
docs/features/RCON_SYSTEM.md
Normal file
27
docs/features/RCON_SYSTEM.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# RCON System
|
||||
|
||||
## Current State
|
||||
|
||||
RCON support is part of the gamemanager and a dedicated admin RCON module.
|
||||
|
||||
Important references:
|
||||
|
||||
- `Panel/modules/gamemanager/module.php`
|
||||
- `Panel/modules/gamemanager/home_handling_functions.php`
|
||||
- `Panel/modules/gamemanager/rcon.php`
|
||||
- `Panel/modules/rcon/module.php`
|
||||
|
||||
## Current Uses
|
||||
|
||||
- admin console commands
|
||||
- warning messages before restart
|
||||
- diagnostic control for supported games
|
||||
- scheduler-friendly command execution
|
||||
|
||||
## Recommended Direction
|
||||
|
||||
- keep presets
|
||||
- validate commands where possible
|
||||
- do not expose arbitrary commands to customers by default
|
||||
- log every command with user and server context
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue