complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
53
docs/modules/rcon.md
Normal file
53
docs/modules/rcon.md
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# Rcon
|
||||
|
||||
## Purpose
|
||||
|
||||
Admin RCON interface for issuing console commands to supported game servers.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Functional
|
||||
|
||||
## Dependencies
|
||||
|
||||
- server control protocol support
|
||||
- gamemanager
|
||||
|
||||
## Database Tables
|
||||
|
||||
- none declared in module metadata
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- sends RCON/console commands through the agent
|
||||
|
||||
## User Workflow
|
||||
|
||||
- usually not customer-facing
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- run commands
|
||||
- support warning messages and diagnostics
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- command validation
|
||||
- log every command
|
||||
|
||||
## Known Issues
|
||||
|
||||
- command safety depends heavily on module-specific restrictions
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- richer presets and command history
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- integrate more tightly with scheduler warnings and support workflows
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Keep / Improve
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue