Waterfall/BungeeCord-Patches
Luccboy f7c7b4820c
Updated Upstream (BungeeCord) (#643)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
5823f474 #3090: Register events in parent classes
a0b7f092 #3087: Force-enable multi-release jar file support for JDK9+ via System property
2021-05-21 08:58:24 +01:00
..
0001-POM-Changes.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0002-Copy-license-files-into-jar.patch Updated Upstream (BungeeCord) 2021-04-10 22:13:51 +01:00
0003-Rename-references-from-BungeeCord-to-Waterfall.patch Updated Upstream (BungeeCord) (#643) 2021-05-21 08:58:24 +01:00
0004-Add-Waterfall-configuration-files.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0005-Disable-Metrics.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0006-Fetch-modules-from-the-Waterfall-API-endpoint.patch Fetch modules from the API endpoint 2020-12-29 16:06:30 -08:00
0007-Get-rid-of-the-security-manager.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0008-Fixup-ProtocolConstants.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0009-Presize-the-HTTP-response-buffer.patch move up Fixup ProtocolConstants to waterfall 2018-10-27 22:18:13 +01:00
0010-Don-t-access-a-ByteBuf-s-underlying-array.patch Updated Upstream (BungeeCord) 2021-03-02 00:00:53 +00:00
0011-Optimize-uuid-conversions.patch Updated Upstream (BungeeCord) 2020-02-01 15:39:53 +00:00
0012-Add-support-for-FML-with-IP-Forwarding-enabled.patch Updated Upstream (BungeeCord) 2021-05-12 16:37:44 +01:00
0013-Better-unit-tests-for-Chat-API.patch Updated Upstream (BungeeCord) (#549) 2020-07-19 14:26:04 +01:00
0014-Allow-removing-servers-or-changing-addresses-on-relo.patch Updated Upstream (BungeeCord) 2020-02-01 15:39:53 +00:00
0015-Enable-TCP_NODELAY.patch Updated Upstream (BungeeCord) 2020-02-10 22:39:19 +00:00
0016-Micro-optimizations.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0017-Allow-invalid-packet-ids-for-forge-servers.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0018-Resolve-sendData-deadlocks.patch Updated Upstream (BungeeCord) 2020-01-24 22:41:39 +00:00
0019-Add-basic-support-for-configurable-tab-complete-thro.patch 1.16.2 Update (#561) 2020-08-12 14:44:07 +01:00
0020-Improve-server-list-ping-logging.patch Updated Upstream (BungeeCord) 2021-03-02 00:00:53 +00:00
0021-Add-a-property-to-accept-invalid-ping-packets.patch Updated Upstream (BungeeCord) 2020-02-01 15:39:53 +00:00
0022-Use-a-worker-and-a-boss-event-loop-group.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0023-Better-Decompression-Sanity.patch Updated Upstream (BungeeCord) 2020-01-15 00:04:50 +00:00
0024-Validate-that-chat-messages-are-non-blank.patch 1.16.2 Update (#561) 2020-08-12 14:44:07 +01:00
0025-Add-dynamic-server-addition-removal-api.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0026-Add-callEvent-shortcut-to-Event.patch Don't intern scoreboard player names 2020-05-08 19:40:43 +01:00
0027-Improve-ServerKickEvent.patch Updated Upstream (BungeeCord) 2021-03-02 00:00:53 +00:00
0028-Configurable-server-version-in-ping-response.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0029-Add-timeout-variant-to-connect-methods.patch Updated Upstream (BungeeCord) 2021-05-12 16:37:44 +01:00
0030-Proxy-query-event.patch Don't intern scoreboard player names 2020-05-08 19:40:43 +01:00
0031-Dump-the-raw-hex-of-a-packet-on-a-decoding-error.patch Updated Upstream (BungeeCord) (#549) 2020-07-19 14:26:04 +01:00
0032-Fix-potion-race-condition-on-Forge-1.8.9.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0033-Optionally-use-async-Netty-DNS-resolver.patch Add native macos DNS resolver 2021-04-12 07:37:52 +01:00
0034-Improve-outdated-build-message.patch Updated Upstream (BungeeCord) (#643) 2021-05-21 08:58:24 +01:00
0035-Fix-some-forge-plugin-message-packets-not-being-forw.patch Don't intern scoreboard player names 2020-05-08 19:40:43 +01:00
0036-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch Updated Upstream (BungeeCord) (#643) 2021-05-21 08:58:24 +01:00
0037-Handle-plugin-prefixes-using-Log4J.patch Don't intern scoreboard player names 2020-05-08 19:40:43 +01:00
0038-Allow-plugins-to-use-SLF4J-for-logging.patch Updated Upstream (BungeeCord) 2021-05-16 00:45:01 +01:00
0039-Add-Log4j-configuration-that-replicates-the-old-Bung.patch Don't intern scoreboard player names 2020-05-08 19:40:43 +01:00
0040-Add-console-command-completion.patch Updated Upstream (BungeeCord) 2021-04-10 22:13:51 +01:00
0041-Providing-access-to-the-player-s-LoginResult-on-Logi.patch Don't intern scoreboard player names 2020-05-08 19:40:43 +01:00
0042-Optionally-log-InitialHandler-connections.patch Don't intern scoreboard player names 2020-05-08 19:40:43 +01:00
0043-Forge-is-a-first-class-citizen.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0044-Ignore-empty-packets.patch server is the client and not server is the server (Fixes #631) 2021-04-18 19:12:45 +01:00
0045-Don-t-use-a-bytebuf-for-packet-decoding.patch Updated Upstream (BungeeCord) (#549) 2020-07-19 14:26:04 +01:00
0046-Provide-an-option-to-disable-entity-metadata-rewriti.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0047-Add-ProxyDefineCommandsEvent.patch Updated Upstream (BungeeCord) 2020-08-29 12:11:57 +01:00
0048-Use-proper-max-length-for-serverbound-chat-packet.patch Updated Upstream (BungeeCord) (#601) 2021-01-29 10:35:23 +00:00
0049-Fix-upstream-javadocs.patch Don't intern scoreboard player names 2020-05-08 19:40:43 +01:00
0050-OSX-native-zlib-and-crypto.patch Don't intern scoreboard player names 2020-05-08 19:40:43 +01:00
0051-Speed-up-packet-construction.patch Updated Upstream (BungeeCord) 2021-05-15 02:46:23 +01:00
0052-Speed-up-some-common-exceptions.patch Updated Upstream (BungeeCord) (#601) 2021-01-29 10:35:23 +00:00
0053-ConnectionInitEvent.patch Don't intern scoreboard player names 2020-05-08 19:40:43 +01:00
0054-Add-exception-reporting-event.patch Updated Upstream (BungeeCord) (#643) 2021-05-21 08:58:24 +01:00
0055-Allow-to-disable-tablist-rewrite.patch Rebuild patches 2020-09-15 17:21:52 +01:00
0056-Cap-tab-complete-packets-to-servers-max.patch Rebuild patches 2020-09-15 17:21:52 +01:00
0057-Remove-version-from-brand-info.patch Rebuild patches 2020-09-15 17:21:52 +01:00
0058-Add-auth-url-option.patch Brrrrr 2020-12-02 19:05:20 +00:00
0059-Add-the-ability-to-generate-decoder-traces-for-debug.patch Add the ability to generate decoder traces for debugging 2020-09-15 18:12:01 +01:00
0060-Additional-DoS-mitigations.patch Additional DoS Mitigations for the login sequence (#603) 2021-01-31 22:04:10 +00:00
0061-Add-support-for-hex-color-codes-in-console.patch Fix further issues with rgb text pattern matching (#615) 2021-03-01 23:44:04 +00:00
0062-Set-Netty-pooled-buffer-size-to-4MB.patch Updated Upstream (BungeeCord) (#643) 2021-05-21 08:58:24 +01:00