Skip to content
Success

Changes

Summary

  1. Added separate exception for packet overflows to limit log output. (commit: d14b96d) (details)
Commit d14b96d55e485eb6c31e3bb5d8ca3c2d3560520a by md_5
Added separate exception for packet overflows to limit log output.
Attacking a server with a hacked client causes the log to print a huge
amount of stacktraces. This will limit the log output to the error
message.
(commit: d14b96d)
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/OverflowPacketException.java
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/DefinedPacket.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/HandlerBoss.java