This commit is contained in:
Frank Harris 2026-07-02 18:11:32 -05:00
parent a49371c3dd
commit 251af10faf
1190 changed files with 12636 additions and 12476 deletions

View file

@ -31,7 +31,7 @@ No separate `Panel/libraries/` or `Panel/common/` tree is currently used as the
| `Panel/includes/refreshed.php` | refresh helper | cron/events and refresh-style pages |
| `Panel/includes/debug.php` | debug support | limited / diagnostic use |
| `Panel/includes/ip_in_range.php` | CIDR / IP-range helper | API host authorization |
| `Panel/includes/api_functions.php` | `ogp_api.php` argument maps and API-side helper logic | external API, scheduler URLs |
| `Panel/includes/api_functions.php` | `gsp_api.php` argument maps and API-side helper logic | external API, scheduler URLs |
## `lib_remote.php` Wrapper Surface
@ -83,7 +83,7 @@ Practical rule:
## API Helper Layer
`Panel/includes/api_functions.php` supports `Panel/ogp_api.php`.
`Panel/includes/api_functions.php` supports `Panel/gsp_api.php`.
Responsibilities:
@ -92,7 +92,7 @@ Responsibilities:
- RCON dispatch helper
- API host authorization checks
This file is also indirectly used by the scheduler because cron jobs call back into `ogp_api.php`.
This file is also indirectly used by the scheduler because cron jobs call back into `gsp_api.php`.
## XML / Game Config Parsing
@ -149,7 +149,7 @@ These are not in `includes/`, but they function as shared update infrastructure
|---|---|
| Agent RPC | `includes/lib_remote.php` |
| Database | `includes/database_mysqli.php` |
| API | `includes/api_functions.php`, `ogp_api.php` |
| API | `includes/api_functions.php`, `gsp_api.php` |
| Routing / page shell | `includes/navig.php`, `includes/view.php` |
| XML config | `modules/config_games/server_config_parser.php` |
| Query metadata | `protocol/lgsl`, `protocol/GameQ` |