Commit Graph

2 Commits

Author SHA1 Message Date
0c8ed952db Add AssetsController for .pak file delivery + full compatibility
- Created AssetsController (/content/api/*) to serve game assets
  - MD5 verification on download
  - Manifest endpoint for asset listing
  - Status endpoint for availability check
  - Range requests support for resume
  - Access tracking & statistics

- Updated appsettings.json with asset configuration
  - AssetsBasePath setting
  - ServerSettings for community features

- Added comprehensive compatibility documentation
  - SERVER_APK_COMPATIBILITY.md: Full analysis
  - 100% endpoint compatibility verified
  - SSL/TLS works with APK's weak verification
  - All game features implemented & ready

Ready for asset files from Discord!

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 00:41:44 -08:00
0a327f3a8b Initial commit: RR3 Community Server with web admin panel
- ASP.NET Core 8 REST API server
- 12 API endpoints matching EA Synergy protocol
- SQLite database with Entity Framework Core
- Web admin panel with Bootstrap 5
- User, Catalog, Session, Purchase management
- Comprehensive documentation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-17 22:02:12 -08:00