You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
BungeeCord simulation added.
For each upstream, add an entry `bungeecord: true` to enable.
WARNING: bungeecord support is only available with offline mode!
+ 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
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.