Waterfall/BungeeCord-Patches
Shane Freeder 3a793b886c
Updated Upstream (BungeeCord)
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:
d8c222ae Update date
d20e622b Apply checkstyle to javadoc
6c8a0cce Remove m2e settings, causes useless warnings
2f547f73 Fix some javadoc warnings
5f29e939 #2720: Send different log message for pings (vs login)
46521568 #2740: Fix BaseComponent#equals() stack overflow
d2ceccd6 #2725: Various improvements to chat API
7ed4c41d #2723: Improved Send Command
2020-01-06 19:43:23 +00:00
..
0001-POM-Changes.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0002-Copy-license-files-into-jar.patch Update Bungeecord 2018-12-21 15:24:26 +00:00
0003-Rename-references-from-BungeeCord-to-Waterfall.patch Updated Upstream (BungeeCord) 2019-04-23 09:09:26 +01:00
0004-Add-Waterfall-configuration-files.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0005-Disable-Metrics.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0006-Fetch-modules-from-the-Waterfall-CI.patch Update jenkins and urls to point towards papermc 2019-01-13 22:17:54 +00:00
0007-Get-rid-of-the-security-manager.patch Updated Upstream (BungeeCord) 2019-04-23 09:09:26 +01:00
0008-Fixup-ProtocolConstants.patch Updated Upstream (BungeeCord) 2019-12-17 22:37:28 +00: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) 2019-04-30 04:19:02 +01:00
0011-Optimize-uuid-conversions.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0012-Add-support-for-FML-with-IP-Forwarding-enabled.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0013-Better-unit-tests-for-Chat-API.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0014-Allow-removing-servers-or-changing-addresses-on-relo.patch Reuse existing ServerInfo object when reloading config 2019-03-26 04:03:01 +00:00
0015-Enable-TCP_NODELAY.patch Update Bungeecord 2018-12-26 23:40:37 +00:00
0016-Micro-optimizations.patch Updated Upstream (BungeeCord) 2019-04-23 09:09:26 +01:00
0017-Allow-invalid-packet-ids-for-forge-servers.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0018-Resolve-sendData-deadlocks.patch Update BungeeCord 2019-01-03 06:07:41 +00:00
0019-Add-basic-support-for-configurable-tab-complete-thro.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0020-Improve-server-list-ping-logging.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0021-Add-a-property-to-accept-invalid-ping-packets.patch Updated Upstream (BungeeCord) 2019-04-23 09:09:26 +01:00
0022-Use-a-worker-and-a-boss-event-loop-group.patch Updated Upstream (BungeeCord) 2019-04-23 09:09:26 +01:00
0023-Better-Decompression-Sanity.patch Drop 'Fix unicode characters in configuration files' patch 2018-11-11 00:40:41 -08:00
0024-Validate-that-chat-messages-are-non-blank.patch Update Bungeecord 2018-12-21 15:24:26 +00:00
0025-Reduce-the-overhead-of-lots-and-lots-of-teams-with-t.patch Remove LowMemorySet (Fixes #394) 2019-07-29 01:01:23 +01:00
0026-Add-dynamic-server-addition-removal-api.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0027-Add-callEvent-shortcut-to-Event.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0028-Improve-ServerKickEvent.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0029-Configurable-server-version-in-ping-response.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0030-Add-timeout-variant-to-connect-methods.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0031-Proxy-query-event.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0032-Dump-the-raw-hex-of-a-packet-on-a-decoding-error.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0033-Fix-potion-race-condition-on-Forge-1.8.9.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0034-Optionally-use-async-Netty-DNS-resolver.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0035-Improve-outdated-build-message.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0036-Fix-some-forge-plugin-message-packets-not-being-forw.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0037-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch Rebuild patches 2019-12-10 22:58:23 +00:00
0038-Handle-plugin-prefixes-using-Log4J.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0039-Allow-plugins-to-use-SLF4J-for-logging.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0040-Add-Log4j-configuration-that-replicates-the-old-Bung.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0041-Add-console-command-completion.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0042-Providing-access-to-the-player-s-LoginResult-on-Logi.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0043-Optionally-log-InitialHandler-connections.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0044-Forge-is-a-first-class-citizen.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0045-Ignore-empty-packets.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0046-Don-t-use-a-bytebuf-for-packet-decoding.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0047-Provide-an-option-to-disable-entity-metadata-rewriti.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0048-Add-ProxyDefineCommandsEvent.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0049-Use-proper-max-length-for-serverbound-chat-packet.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0050-Report-slow-events-in-milliseconds.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0051-Fix-upstream-javadocs.patch Updated Upstream (BungeeCord) 2020-01-06 19:43:23 +00:00
0052-OSX-native-zlib-and-crypto.patch Updated Upstream (BungeeCord) 2019-12-05 11:53:03 +00:00
0053-Speed-up-packet-construction.patch Updated Upstream (BungeeCord) 2019-12-10 22:53:39 +00:00
0054-Speed-up-some-common-exceptions.patch Add system property to allow processing bad packet traces for debugging 2020-01-03 00:07:01 +00:00
0055-ConnectionInitEvent.patch Expose remote address in ConnectionInitEvent 2019-12-17 23:15:12 +00:00