Releases: Madscientiste/hytale-exp
Releases · Madscientiste/hytale-exp
rcon-v1.1.0
Highlights
- RCON plugin bumped to 1.1.0 (manifest + build).
- New configuration system: dedicated config file (configs/com.madscientiste.rcon.json) managed by a new ConfigLoader.
- Secure password handling: plugin can auto-generate a cryptographically-secure password and store its salted hash.
- Improved config validation and immutable RconConfig with Builder pattern.
- Added CI/GitHub Actions release workflow to build artifacts, generate release notes, create the GitHub release, and upload JARs.
- Documentation and Makefile/usage improvements (new make targets: rcon-build, password, release; README/docs updates).
Reference
- Compare: v1.0.0...rcon-v1.1.0
v1.0.0 - Initial Release
The RCON plugin for Hytale, protocol-compliant remote console access to your Hytale server.
The things i did:
- Remote Console Access: Execute Hytale server commands remotely via standard RCON protocol
- Password Authentication: Secure SHA-256 hashing with salt
- Full Command Integration: All Hytale server commands available through RCON
- Protocol Compliance: Complete RCON implementation with proper framing and error handling
- Security Hardened: Integer overflow protection, TCP fragmentation handling, state isolation
- Extensive Testing: 36+ security-focused tests
Important: Always configure passwordHash for production. RCON provides console-level access - keep it secure and use firewall restrictions when exposing over the network.
If you don't, please configure your firewall properly !
See README.md for full documentation and configuration options.