Skip to content

v1.1

Compare
Choose a tag to compare
@bilintsui bilintsui released this 10 Nov 09:17
· 19 commits to master since this release
ec50878

Finally, we made v1.1 released!

New Features

  1. Supported reverse proxy.
  2. Supported config file and config reload.
  3. Supported running program in different mode. (simple and forking)
  4. Supported log file and leveled logging.
  5. Supported listening or connecting to an UNIX socket.
  6. Supported SRV record resolve.
  7. Supported send MOTD to client when proxy unavailable.
  8. Supported reload/terminate previous running process by command line.
  9. Supported legacy server & client with version 12w04a or later. (Some versions are excepted. For details, watch README.md.)

Changes

  1. Totally rewrited rewrite module.
  2. Changed rewrite process for modern protocol(Minecraft 13w41a+).

Changes(Technical)

  1. Splited sources.
  2. Standardized return code.
  3. A bunch of backbone functions.

For more details, watch comments of previous commits and pre-releases.