Skip to content

Releases: bilintsui/minecraft-relay-server

v1.1-rc1

10 Nov 03:58
0778c39
Compare
Choose a tag to compare
v1.1-rc1 Pre-release
Pre-release

If don't discover any critical bugs, the stable release of version 1.1 will release soon.

Fixed bugs in previous development versions:

  1. Fixed bug on solving request from and sending error message to a client which with version 13w41a and 13w41b.
  2. Fixed bug on reading vhost name in a login request from a client which with version 12w18a - 13w39b.
  3. 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

10 Nov 00:06
dd44d36
Compare
Choose a tag to compare
v1.1-beta3 Pre-release
Pre-release

Please notice, this is a pre-release, don't use it in production environment.

New Features

  1. Supported SRV record resolve.
  2. Supported config reload.
  3. Supported running program in different mode. (simple and forking)
  4. Supported leveled logging.
  5. Supported reload/terminate previous running process by command line. (forking only)

Changes

  1. Standardized return codes when error occurs.
  2. Standardized output method.
  3. More detailed log.
  4. Changed format of log.

Changes(Technical)

  1. Changed method of config reading.
  2. Removed duplicate included header files.
  3. Standardized names of functions and structures in network.h.
  4. Split relay process into network.h.
  5. Added function for generate UNIX socket address structure.

v1.1-beta2

01 Nov 11:54
5f09f36
Compare
Choose a tag to compare
v1.1-beta2 Pre-release
Pre-release

Please notice, this is a pre-release, don't use it in production environment.

New Features

  1. Supported legacy server & client with version 12w04a or later. (Some versions are excepted. For details, watch README.md.)

Changes

  1. Changed rewrite process for modern protocol.

Fixed Bugs

  1. Solved permission issues on creating UNIX socket.
  2. Solved logging issues when UNIX socket used.
  3. Solved issue of time zone calculating.
  4. Solved issue of month error in timestamp gathering.

v1.1-beta1

18 Oct 07:09
1665f40
Compare
Choose a tag to compare
v1.1-beta1 Pre-release
Pre-release

Please notice, this is a pre-release, don't use it in production environment.

New Features

  1. Supported reverse proxy.
  2. Supported config file.
  3. Supported listening or connecting to an UNIX socket.
  4. Supported send MOTD to client when proxy unavailable.
  5. Supported log file.
  6. Supported daemonized running.

Changes

  1. Totally rewrited rewrite module.
  2. Removed unnecessary notices.

v1.0

11 Oct 13:38
f6d10e2
Compare
Choose a tag to compare
Update README.md