File Details
Backend Mod
- R
- Jan 25, 2026
- 3.53 MB
- 86
- Early Access
File Name
lineage-backend-mod-0.3.0.jar
Supported Versions
- Early Access
0.3.0 - 2026-01-24
Added
- Agentless proxy enforcement with AUTHENTICATED mode checks and strict referralSource validation.
- Control-plane messaging for transfer requests/results and token validation notices.
- Event-based API for player lifecycle, routing, and security signals.
- Capability-based mod API guards to preserve trust boundaries.
- Proxy command registry with namespace support and backend sync bridge.
- Command metadata extensions: usage and flags (
PLAYER_ONLY,HIDDEN). - Client protocol/build/version logging for diagnostics.
- CI workflow for running tests on GitHub Actions.
- Proxy token v3 with client/proxy certificate binding (v1/v2 compatible).
Changed
- JavaAgent is deprecated and only used as an explicit fallback.
- Transfer command moved to proxy and mirrored to backend; namespaced fallback on conflicts.
- Control-plane envelopes now enforce versioning and replay rules strictly.
Tests
- Added tests for control-plane payloads, command registry sync, and updated token validation.

