Paper/paper-server/patches/sources/net/minecraft/server/dedicated
Andrew Steinborn a1051ff388 Add Velocity IP Forwarding Support
While Velocity supports BungeeCord-style IP forwarding, it is not secure. Users
have a lot of problems setting up firewalls or setting up plugins like IPWhitelist.
Further, the BungeeCord IP forwarding protocol still retains essentially its original
form, when there is brand new support for custom login plugin messages in 1.13.

Velocity's modern IP forwarding uses an HMAC-SHA256 code to ensure authenticity
of messages, is packed into a binary format that is smaller than BungeeCord's
forwarding, and is integrated into the Minecraft login process by using the 1.13
login plugin message packet.
2018-10-08 14:36:14 -04:00
..
DedicatedPlayerList.java.patch fix converting txt to json file 2021-01-04 19:49:15 -08:00
DedicatedServer.java.patch Add Velocity IP Forwarding Support 2018-10-08 14:36:14 -04:00
DedicatedServerProperties.java.patch Hide sync chunk writes behind flag 2020-06-26 22:35:08 -07:00
DedicatedServerSettings.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Settings.java.patch Allow skipping writing of comments to server.properties 2021-07-23 02:32:04 +02:00