Commit graph

41 commits

Author SHA1 Message Date
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
dc24d43921 site changes by codex 2025-11-20 08:10:31 -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
1434929258 more game docs 2025-11-11 07:10:22 -05:00
42e65eace1 more games 2025-11-10 20:54:02 -05:00
221a0fac38 document fixes 2025-11-10 20:12:52 -05:00
01d56a897d fixed cart.php issue 2025-11-10 18:03:04 -05:00
b2a99aa2c5 mvoed docs folder back 2025-11-10 13:06:39 -05:00
0d5771fce4 removed docs folder 2025-11-10 13:04:00 -05:00
0f788ba171 rm day_arma folders 2025-11-10 12:25:23 -05:00
copilot-swe-agent[bot]
7d0e48179c Enhanced TF2 documentation - now 7 games with comprehensive guides
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-09 21:09:19 +00:00
copilot-swe-agent[bot]
2b15b65322 Add comprehensive documentation expansion plan and summary
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-09 21:06:24 +00:00
copilot-swe-agent[bot]
2296f37ba8 Enhanced Terraria documentation with comprehensive server hosting guide
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-09 21:04:19 +00:00
copilot-swe-agent[bot]
4235b6c9ee Enhanced documentation for Valheim and ARK servers with comprehensive guides
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-09 21:01:31 +00:00
9fb5985332
Add files via upload 2025-11-09 15:36:50 -05:00
copilot-swe-agent[bot]
50d438a18c Fix cart.php REQUEST_URI error and update all game documentation
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-08 22:00:50 +00:00
copilot-swe-agent[bot]
bccfa2b249 Add comprehensive summary documentation for enhancements
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-08 16:32:23 +00:00
copilot-swe-agent[bot]
64e6e72ad7 Add comprehensive Rust server documentation
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-08 16:29:13 +00:00
copilot-swe-agent[bot]
625182ec3a Add comprehensive game server documentation for Minecraft and CS:GO
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-08 16:26:43 +00:00
9cfef96bec
Add files via upload 2025-11-08 11:07:40 -05:00
copilot-swe-agent[bot]
563ce13252 Fix cart display, menu styling, and documentation formatting
- Add menu include to cart.php so the page displays properly
- Link header.css stylesheet in cart.php
- Change My Account from prominent button to regular nav link in menu
- Update all 148 game documentation files with proper Quick Info from XML configs
- Fix contrast issues in Quick Info (dark blue background with white text)
- Add Font Awesome icons and fix contrast in Important Notes (dark orange background)
- Sort games alphabetically (case-insensitive) in docs.php
- Add Font Awesome CDN link to docs.php

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-08 15:22:23 +00:00
copilot-swe-agent[bot]
7b7a42ca30 Fix cart CSS, update menu, consolidate game docs, add navigation
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 13:39:41 +00:00
copilot-swe-agent[bot]
71346d031d Add placeholder icons for games without images
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 12:02:45 +00:00
copilot-swe-agent[bot]
0d81151457 Generate documentation for 244 game servers from XML configs
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 12:01:17 +00:00
copilot-swe-agent[bot]
b9d3d5a285 Implement new documentation system with categorized docs browser
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 10:52:35 +00:00
437fbad5e6 Website is completed working, moved into billing module 2025-10-23 18:19:06 -04:00