PaperMC/paper-server/patches/sources/net/minecraft/server/network
CraftBukkit/Spigot 05f3042755 Fix race condition that could kill connections before they were initiated
Because NetworkManagers are registered before they get their channel in
channelActive, the ServerConnection would remove them sometimes because
it thought they were disconnected. This commit fixes this by introducing
a 'preparing' variable that is true while the NetworkManager is not
initialized. The ServerConnection does not remove NetworkManagers with
this flag.

By: Jonas Konrad <me@yawk.at>
2014-04-25 23:46:46 +02:00
..
LegacyQueryHandler.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
ServerCommonPacketListenerImpl.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
ServerConfigurationPacketListenerImpl.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
ServerConnectionListener.java.patch Fix race condition that could kill connections before they were initiated 2014-04-25 23:46:46 +02:00
ServerGamePacketListenerImpl.java.patch Spam Filter Exclusions 2014-02-08 08:13:40 +00:00
ServerHandshakePacketListenerImpl.java.patch BungeeCord Support 2014-04-12 21:23:58 +10:00
ServerLoginPacketListenerImpl.java.patch BungeeCord Support 2014-04-12 21:23:58 +10:00
ServerStatusPacketListenerImpl.java.patch Configurable Ping Sample Size 2014-01-26 21:48:34 +11:00