Waterfall/BungeeCord-Patches
Shane Freeder c246f6ca60
Updated Upstream (BungeeCord)
Upstream has released updates that appear 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:
a0a4fa0e Add profile for Java 20 compilation of bootstrap
1b76a266 #3456: Bump netty-bom from 4.1.90.Final to 4.1.91.Final
bd7bd273 Update Github actions to ubuntu-22.04
a7ad407f Update dependencies
931ff0fd #3452: Bump animal-sniffer-maven-plugin from 1.22 to 1.23
2023-04-17 23:47:23 +01:00
..
0001-POM-Changes.patch Updated Upstream (BungeeCord) 2023-03-15 18:39:29 +00:00
0002-Copy-license-files-into-jar.patch Updated Upstream (BungeeCord) 2023-03-15 18:39:29 +00:00
0003-Rename-references-from-BungeeCord-to-Waterfall.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0004-Add-Waterfall-configuration-files.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0005-Disable-Metrics.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0006-Fetch-modules-from-the-Waterfall-API-endpoint.patch Update API url to new one (#776) 2022-08-29 05:50:56 +01:00
0007-Fixup-ProtocolConstants.patch 1.19.4 Support (#792) 2023-03-14 19:02:26 +00:00
0008-Presize-the-HTTP-response-buffer.patch Updated Upstream (BungeeCord) (#695) 2021-10-09 10:43:12 +01:00
0009-Don-t-access-a-ByteBuf-s-underlying-array.patch Updated Upstream (BungeeCord) 2023-03-25 18:36:07 +00:00
0010-Optimize-uuid-conversions.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0011-Add-support-for-FML-with-IP-Forwarding-enabled.patch Updated Upstream (BungeeCord) (#741) 2022-06-07 18:12:20 +01:00
0012-Better-unit-tests-for-Chat-API.patch Updated Upstream (BungeeCord) (#695) 2021-10-09 10:43:12 +01:00
0013-Allow-removing-servers-or-changing-addresses-on-relo.patch Updated Upstream (BungeeCord) (#741) 2022-06-07 18:12:20 +01:00
0014-Enable-TCP_NODELAY.patch Updated Upstream (BungeeCord) 2023-03-25 18:36:07 +00:00
0015-Micro-optimizations.patch Updated Upstream (BungeeCord) 2022-12-07 16:30:18 +00:00
0016-Allow-invalid-packet-ids-for-forge-servers.patch 1.19.4 Support (#792) 2023-03-14 19:02:26 +00:00
0017-Resolve-sendData-deadlocks.patch Updated Upstream (BungeeCord) (#695) 2021-10-09 10:43:12 +01:00
0018-Add-basic-support-for-configurable-tab-complete-thro.patch Updated Upstream (BungeeCord) 2022-12-07 16:30:18 +00:00
0019-Improve-server-list-ping-logging.patch 1.19.4 Support (#792) 2023-03-14 19:02:26 +00:00
0020-Add-a-property-to-accept-invalid-ping-packets.patch Updated Upstream (BungeeCord) 2022-07-27 19:35:10 +01:00
0021-Use-a-worker-and-a-boss-event-loop-group.patch Updated Upstream (BungeeCord) 2023-03-25 18:36:07 +00:00
0022-Better-Decompression-Sanity.patch Updated Upstream (BungeeCord) (#695) 2021-10-09 10:43:12 +01:00
0023-Validate-that-chat-messages-are-non-blank.patch Do not print exceptions for empty chat packets 2023-03-31 20:10:50 +01:00
0024-Add-dynamic-server-addition-removal-api.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0025-Add-callEvent-shortcut-to-Event.patch Updated Upstream (BungeeCord) (#695) 2021-10-09 10:43:12 +01:00
0026-Improve-ServerKickEvent.patch Updated Upstream (BungeeCord) 2022-12-07 16:30:18 +00:00
0027-Configurable-server-version-in-ping-response.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0028-Add-timeout-variant-to-connect-methods.patch Updated Upstream (BungeeCord) (#741) 2022-06-07 18:12:20 +01:00
0029-Proxy-query-event.patch Updated Upstream (BungeeCord) (#695) 2021-10-09 10:43:12 +01:00
0030-Dump-the-raw-hex-of-a-packet-on-a-decoding-error.patch Updated Upstream (BungeeCord) (#695) 2021-10-09 10:43:12 +01:00
0031-Fix-potion-race-condition-on-Forge-1.8.9.patch 1.19.4 Support (#792) 2023-03-14 19:02:26 +00:00
0032-Optionally-use-async-Netty-DNS-resolver.patch Updated Upstream (BungeeCord) 2023-03-15 18:39:29 +00:00
0033-Improve-outdated-build-message.patch Disable outdated startup sleep 2022-10-24 15:41:39 +01:00
0034-Fix-some-forge-plugin-message-packets-not-being-forw.patch Updated Upstream (BungeeCord) (#695) 2021-10-09 10:43:12 +01:00
0035-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch Updated Upstream (BungeeCord) 2023-04-17 23:47:23 +01:00
0036-Handle-plugin-prefixes-using-Log4J.patch Remove L4J shutdown hook 2022-03-29 13:43:55 +01:00
0037-Allow-plugins-to-use-SLF4J-for-logging.patch Updated Upstream (BungeeCord) 2023-03-15 18:39:29 +00:00
0038-Add-Log4j-configuration-that-replicates-the-old-Bung.patch Updated Upstream (BungeeCord) (#695) 2021-10-09 10:43:12 +01:00
0039-Add-console-command-completion.patch 1.19.4 Support (#792) 2023-03-14 19:02:26 +00:00
0040-Providing-access-to-the-player-s-LoginResult-on-Logi.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0041-Optionally-log-InitialHandler-connections.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0042-Forge-is-a-first-class-citizen.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0043-Ignore-empty-packets.patch Updated Upstream (BungeeCord) (#695) 2021-10-09 10:43:12 +01:00
0044-Don-t-use-a-bytebuf-for-packet-decoding.patch Updated Upstream (BungeeCord) 2023-03-25 18:36:07 +00:00
0045-Provide-an-option-to-disable-entity-metadata-rewriti.patch 1.19.4 Support (#792) 2023-03-14 19:02:26 +00:00
0046-Add-ProxyDefineCommandsEvent.patch Updated Upstream (BungeeCord) 2022-12-07 16:30:18 +00:00
0047-Fix-upstream-javadocs.patch Updated Upstream (BungeeCord) 2022-08-20 17:43:03 +01:00
0048-OSX-native-zlib-and-crypto.patch Updated Upstream (BungeeCord) 2022-08-20 17:43:03 +01:00
0049-Speed-up-some-common-exceptions.patch Updated Upstream (BungeeCord) 2022-12-07 16:30:18 +00:00
0050-ConnectionInitEvent.patch Updated Upstream (BungeeCord) 2023-03-25 18:36:07 +00:00
0051-Add-exception-reporting-event.patch 1.19.4 Support (#792) 2023-03-14 19:02:26 +00:00
0052-Allow-to-disable-tablist-rewrite.patch Updated Upstream (BungeeCord) 2022-12-07 16:30:18 +00:00
0053-Remove-version-from-brand-info.patch Updated Upstream (BungeeCord) 2022-12-07 16:30:18 +00:00
0054-Add-auth-url-option.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0055-Add-the-ability-to-generate-decoder-traces-for-debug.patch Updated Upstream (BungeeCord) 2022-08-20 17:43:03 +01:00
0056-Additional-DoS-mitigations.patch Username can be 16 * 3 bytes (#789) 2023-03-02 06:08:07 -08:00
0057-Add-support-for-hex-color-codes-in-console.patch Updated Upstream (BungeeCord) 2022-08-20 17:43:03 +01:00
0058-Don-t-bother-locking-to-fetch-a-v4-UUID-from-the-off.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0059-Configurable-plugin-messaging-limits.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0060-ServerConnectRequest-sendFeedback.patch Updated Upstream (BungeeCord) 2022-08-20 17:43:03 +01:00
0061-Don-t-send-exceptions-to-the-client-during-kicks-etc.patch Updated Upstream (BungeeCord) 2022-08-20 17:43:03 +01:00
0062-Improve-login-state-transition.patch Updated Upstream (BungeeCord) 2022-11-14 19:14:25 +00:00
0063-Add-protocol-version-to-packet-not-found-message.patch 1.19.4 Support (#792) 2023-03-14 19:02:26 +00:00
0064-Expand-packet-decode-logging-usage.patch Updated Upstream (BungeeCord) 2022-08-20 17:43:03 +01:00
0065-Add-message-for-outdated-clients-that-don-t-support-.patch Updated Upstream (BungeeCord) 2022-12-07 16:30:18 +00:00
0066-Replace-reflection-inside-netty-with-ChannelFactory.patch Rebuild patches 2023-03-31 07:28:32 +01:00