tw2002
2026-02-03
TW2002
252 files · 34,037+ · 2,645-
Feature: Structured Logging Across Entire C Codebase (Phase 2-3)
- Added structured logging to all network/IO modules:
telnet_io.c,telnet_protocol.c,ssh_server_io.c,ssh_server_auth.cinstantiate behavioral - Added structured logging to admin server and authentication harden behavioral
- Added structured logging to all game locations: stardock, police HQ, tavern, hardware emporium, genesis, defenses, landing, citadel, underground, shipyard, bank instantiate behavioral
- Added structured logging to admin tools: watch commands, generic record editor, entity edit commands, edit planet instantiate behavioral
- Extended logging infrastructure with network/auth action categories harden behavioral
- Added timestamp and log level prefix to TEXT format logging instantiate errata
- Added structured logging to Python universe generator instantiate behavioral
Bugfix: Critical BigBang Universe Generator Fix
Test: Comprehensive Testing Coverage
Config: Container Build Improvements
Feature: Performance Testing Infrastructure
- Added single-player benchmark suite and logging overhead benchmark streamline behavioral
- Added load test framework with async player bots and Docker Compose for load testing qualify internal
- Added profiling build type configuration and profiling scripts streamline internal
- Added baseline metrics, load test results, and profiling results templates streamline internal
- Added benchmark comparison tool streamline internal
- Documented 100-player load test results qualify internal
- Implemented prompt detection in telnet client for benchmarking streamline behavioral
- Optimized telnet_client timeout for faster benchmarking streamline internal
- Disabled debug logging in telnet and login modules for performance streamline behavioral
Docs: Performance and Logging Documentation
- Added comprehensive benchmarking, performance, and monitoring guides streamline internal
- Added optimization implementation checklist streamline internal
- Added structured logging documentation instantiate behavioral