Commit graph

153 commits

Author SHA1 Message Date
0885bfef92 Updated workshop 2026-01-17 09:51:17 -06:00
0d4cbd66fc updated 2026-01-17 09:37:36 -06:00
cbd7995a31 Updated admin page 2026-01-17 09:29:24 -06:00
fcc1b18e4c Steam workshop UPDATE 2026-01-17 09:12:06 -06:00
49600d1cfd reverted the new updates 2026-01-16 02:57:05 -06:00
9c04036ac0 MAJOR Steam workshop changes AGAIN 2026-01-16 02:35:29 -06:00
dfe66c97c8 Revert "MAJOR updated for steam workshop"
This reverts commit baaa962454.
2026-01-16 02:04:50 -06:00
baaa962454 MAJOR updated for steam workshop 2026-01-16 01:46:33 -06:00
43f911dc93 fix menu 2025-12-06 07:15:45 -05:00
21696b36c5 fix 2025-12-05 15:27:13 -05:00
834ec56a4c fix login 2025-12-05 15:19:10 -05:00
28eb2671d5 fix login query 2025-12-05 15:16:12 -05:00
a70990359c fix login 2025-12-05 14:56:01 -05:00
bcc7d0ae2a login fix 2025-12-05 14:53:32 -05:00
baf92ab1ff edit login on website 2025-12-05 14:49:53 -05:00
e1d91dcf47 Align instructions and FAQ with WDS docs 2025-11-26 19:31:15 -05:00
75ae6cd870 remvoed the debugs 2025-11-24 16:21:22 -05:00
e13a3b5f8b debugs 2025-11-24 09:50:03 -05:00
b4f0e1edfe Fixed calls to old billing module 2025-11-24 09:42:03 -05:00
6f4515dbec php 8 fix to solve php loading 2025-11-24 07:47:29 -05:00
35e426c158 server log parser 2025-11-23 17:13:22 -05:00
f79bec0a16 fix curl issue 2025-11-23 17:07:25 -05:00
5f5008b377 fixed missign config file and added check if xmlrpc istnt installed 2025-11-23 14:42:37 -05:00
copilot-swe-agent[bot]
ce70cc1256 Generate comprehensive documentation for all 149 games
- Fixed empty caption handling in XML parameter extraction
- Generated detailed startup parameters for all games from XML configs
- All games now have complete troubleshooting sections
- All navigation anchors working properly
- 149 games successfully processed with full documentation

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 23:12:17 +00:00
copilot-swe-agent[bot]
3e2fd5d620 Add XSS protection by escaping all HTML output
Escape all parameter keys, captions, descriptions, option values, and defaults before inserting into HTML to prevent XSS vulnerabilities from XML configuration data.

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 22:43:08 +00:00
copilot-swe-agent[bot]
293066cbfd Address code review feedback
- Fix option text handling to check for None instead of falsy
- Improve HTML cleaning with html.unescape and better tag removal
- Fix multi-line string in die() function
- Add html module import for proper HTML entity handling

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 22:40:38 +00:00
copilot-swe-agent[bot]
7fe56d207f Fix troubleshooting section anchor in generated docs
Move start script, service setup, and troubleshooting sections outside the conditional block to ensure they appear in all generated documentation regardless of whether detailed XML startup params exist.

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 22:38:03 +00:00
copilot-swe-agent[bot]
f8ae24e87b Refactor deploy/push scripts and enhance game docs generator
- Add comprehensive headers to deploy_gsp.sh and push_to_github.sh
- Make scripts configurable via environment variables
- Update push_to_github.sh to support GITHUB_TOKEN env var
- Enhance generate_game_docs.py with:
  * Command-line argument support (--games, --force, --todo-only)
  * Extraction of detailed startup parameters from XML
  * Prevention of overwriting existing files unless --force is used
  * Comprehensive parameter documentation with options and defaults

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 22:35:31 +00:00
copilot-swe-agent[bot]
40b2e9cf67 Add detailed port tables to game documentation
- Replace generic port descriptions with specific port tables
- Add comprehensive port information for 51 games including:
  - Arma series with all ports (game, query, RCON, VON)
  - Source engine games (game, query, RCON, SourceTV)
  - Popular games like Rust, Minecraft, ARK, Valheim
  - Voice servers (TeamSpeak, Mumble, Ventrilo)
- Each port table shows port number, protocol, and purpose
- Matches TF2 documentation format as reference

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 22:11:02 +00:00
copilot-swe-agent[bot]
41ffa53e5d Update documentation with specific ports and configuration files
- Replace generic "Varies (see configuration)" with actual default ports
- Add specific port numbers for 41 game servers (Arma series: 2302, Source games: 27015, etc.)
- Update configuration file paths from XML definitions
- Properly escape backslashes in Windows paths for HTML display

Games updated include: Arma2/3, TF2, CS:GO, ETS2, Rust, Minecraft, and many more

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 22:08:51 +00:00
copilot-swe-agent[bot]
931250413b Add icon checker script and comprehensive documentation update summary
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 21:38:48 +00:00
copilot-swe-agent[bot]
0216af04ed Enhanced game documentation with comprehensive installation and configuration details
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 21:36:59 +00:00
copilot-swe-agent[bot]
f9a20a4b71 Add implementation summary for game documentation generation
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 16:03:52 +00:00
copilot-swe-agent[bot]
ca502c6e36 Add documentation generator tool and README for game server docs
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 16:01:36 +00:00
copilot-swe-agent[bot]
2f77124c54 Generate comprehensive documentation for 98 game servers previously in TODO category
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 16:00:18 +00:00
2fc7925a6b added ricoshet docs 2025-11-22 09:38:23 -05:00
b097c31f4a edit xml config again 2025-11-22 09:25:06 -05:00
d2d0f5d9d7 edit the xml creation file 2025-11-21 20:50:49 -05:00
38dfb056fb config servers udpate 2025-11-20 16:56:32 -05:00
55fc22177d fixed xml edit page 2025-11-20 08:24:00 -05:00
dc24d43921 site changes by codex 2025-11-20 08:10:31 -05:00
f0b7f96987 added billing integration on panel 2025-11-15 11:04:48 -05:00
43f9b43786 new games supported 2025-11-15 09:36:04 -05:00
f7d6667ae9 added 10 games docs 2025-11-11 14:59:42 -05:00
de1a45482d added TODO category 2025-11-11 10:25:04 -05:00
79f3c61cac fixed BOM sorting issue 2025-11-11 10:00:38 -05:00
498824ee98 changed docs view 2025-11-11 09:42:01 -05:00
955c9202e4 updated from actual site files 2025-11-11 08:56:05 -05:00
1434929258 more game docs 2025-11-11 07:10:22 -05:00
42e65eace1 more games 2025-11-10 20:54:02 -05:00