PaperMC/paper-server/patches/sources/net/minecraft/server/network
Spottedleaf c593e8510e Improve and expand AsyncCatcher
Log when the async catcher is tripped
  The chunk system can swallow the exception given it's all
  built with completablefuture, so ensure it is at least printed.

Add/move several async catchers

Async catch modifications to critical entity state
  These used to be here from Spigot, but were dropped with 1.17.
  Now in 1.17, this state is _even more_ critical than it was before,
  so these must exist to catch stupid plugins.

Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2021-08-25 20:17:12 -07:00
..
LegacyQueryHandler.java.patch Call PaperServerListPingEvent for legacy pings 2017-10-11 19:30:51 +02:00
PlayerChunkSender.java.patch Player Chunk Load/Unload Events 2020-10-05 21:25:16 +02:00
ServerCommonPacketListenerImpl.java.patch Fix kick event leave message not being sent 2021-07-07 16:19:41 -07:00
ServerConfigurationPacketListenerImpl.java.patch misc debugging dumps 2021-02-18 20:23:28 +00:00
ServerConnectionListener.java.patch Add Unix domain socket support 2021-05-11 17:39:22 -04:00
ServerGamePacketListenerImpl.java.patch Improve and expand AsyncCatcher 2021-08-25 20:17:12 -07:00
ServerHandshakePacketListenerImpl.java.patch Add Unix domain socket support 2021-05-11 17:39:22 -04:00
ServerLoginPacketListenerImpl.java.patch Add PlayerKickEvent causes 2021-05-15 20:30:45 -07:00
ServerStatusPacketListenerImpl.java.patch Implement extended PaperServerListPingEvent 2017-10-11 15:56:26 +02:00