Releases: bilintsui/minecraft-relay-server
Releases · bilintsui/minecraft-relay-server
v1.1-rc1
If don't discover any critical bugs, the stable release of version 1.1 will release soon.
Fixed bugs in previous development versions:
- Fixed bug on solving request from and sending error message to a client which with version 13w41a and 13w41b.
- Fixed bug on reading vhost name in a login request from a client which with version 12w18a - 13w39b.
- Increased the success rate of reading vhost name in a status request from a client which with version 1.6.1 - 13w39b.
v1.1-beta3
Please notice, this is a pre-release, don't use it in production environment.
New Features
- Supported SRV record resolve.
- Supported config reload.
- Supported running program in different mode. (simple and forking)
- Supported leveled logging.
- Supported reload/terminate previous running process by command line. (forking only)
Changes
- Standardized return codes when error occurs.
- Standardized output method.
- More detailed log.
- Changed format of log.
Changes(Technical)
- Changed method of config reading.
- Removed duplicate included header files.
- Standardized names of functions and structures in network.h.
- Split relay process into network.h.
- Added function for generate UNIX socket address structure.
v1.1-beta2
Please notice, this is a pre-release, don't use it in production environment.
New Features
- Supported legacy server & client with version 12w04a or later. (Some versions are excepted. For details, watch README.md.)
Changes
- Changed rewrite process for modern protocol.
Fixed Bugs
- Solved permission issues on creating UNIX socket.
- Solved logging issues when UNIX socket used.
- Solved issue of time zone calculating.
- Solved issue of month error in timestamp gathering.
v1.1-beta1
Please notice, this is a pre-release, don't use it in production environment.
New Features
- Supported reverse proxy.
- Supported config file.
- Supported listening or connecting to an UNIX socket.
- Supported send MOTD to client when proxy unavailable.
- Supported log file.
- Supported daemonized running.
Changes
- Totally rewrited rewrite module.
- Removed unnecessary notices.