Skip to content

Releases: jackyyf/MineGate-Go

v0.5.2

03 Apr 08:27
Compare
Choose a tag to compare
Fix daemonize regression in v0.5.1

v0.5.1

03 Apr 08:14
Compare
Choose a tag to compare
Performance improvement.

v0.5.0

08 Mar 19:19
Compare
Choose a tag to compare
1. conntrack module with user tracking and connection throttle was added.
2. fixed a bug that an invalid login request may lead to panic.
3. event system updated, more event are now reject point, and can reject further request.

v0.4.1

24 Feb 13:15
Compare
Choose a tag to compare
BungeeCord simulation added.
For each upstream, add an entry `bungeecord: true` to enable.
WARNING: bungeecord support is only available with offline mode!

v0.4.0

24 Feb 09:50
Compare
Choose a tag to compare
Event system added.
For documentations, please refer to issue \#4.
Protocol validation are more strict now.

v0.3.3

18 Feb 15:31
Compare
Choose a tag to compare
Rewrited handler part and proxy part, move protocol to a separate package.
You may experience some performance enhance.

v0.3.2

15 Feb 16:31
Compare
Choose a tag to compare
Fix: do not panic when using no log target.
Update: daemon is likely working :) You can give a try :)

v0.3.1

14 Feb 16:03
Compare
Choose a tag to compare
Default config file updated, daemon feature becomes more stable, but
still not production ready. Do NOT use daemon in production environment.

v0.3.0

14 Feb 15:39
Compare
Choose a tag to compare
+ An experimental daemonize feature was added, only available on *nix
  platform
+ Custom error message are now configurable for invalid hostname or
  missing upstreams
+ Log rotate feature was added (*nix only), send SIGUSR1 signal to
  trigger a log rotation
- Log facility was moved to a separated repo: jackyyf/golog
- Deleted some unused function in protocol.go

v0.2.0

12 Feb 15:38
Compare
Choose a tag to compare
Major update: custom error message available.

* A submodule called mcchat is added, to handle chat message part.
* Config file updated, custom error message syntax added.
* Favicon part is added, but currently not functional.
* Config is now (not completely) validated after loaded.
* Fix: for status request, kick message is now a valid status response.
* Tried to fix that sometimes disconnection reason is netty exception.
! Seems hover and click events in status response is ignored, don't know
  if there is any way to make them work.