Skip to content
Success

Changes

Summary

  1. Partially support forced_hosts MOTD without SRV records - gonna think (commit: 632fa8b) (details)
  2. Solve long standing issue of creating too many TCP packets. This fix (commit: 5c4ea3c) (details)
Commit 632fa8bd94680421ce13d4868b030b7617b2e527 by md_5
Partially support forced_hosts MOTD without SRV records - gonna think how best to put this in the config, for now its server: motd:, might remove listener motd later on
(commit: 632fa8b)
The file was modifiedapi/src/main/java/net/md_5/bungee/api/ProxyServer.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/config/YamlConfig.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/reconnect/AbstractReconnectManager.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java (diff)
The file was modifiedapi/src/main/java/net/md_5/bungee/api/config/ServerInfo.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeServerInfo.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/reconnect/SQLReconnectHandler.java (diff)
Commit 5c4ea3c7a003eee8c3ba3cfaec6b535467a56cab by md_5
Solve long standing issue of creating too many TCP packets. This fix works very effectively.
(commit: 5c4ea3c)
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/ChannelWrapper.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/HandlerBoss.java (diff)