Waterfall/BungeeCord-Patches
Minecrell 2e698ff9c3 Use Log4J2 for logging and TerminalConsoleAppender for console 2017-09-24 15:14:52 +02:00
..
0001-POM-Changes.patch Merge upstream. Closes #171 2017-09-03 19:55:05 +01:00
0002-Rename-references-from-BungeeCord-to-Waterfall.patch merge upstream daac8d85e20baed2ee0107ee637d0e82af8b2cd1 2017-07-04 16:06:59 -04:00
0003-Add-Waterfall-configuration-files.patch Merge upstream 2017-08-18 02:40:00 -07:00
0004-Configurable-Waterfall-Metrics.patch Merge upstream 2017-04-26 17:32:42 +01:00
0005-Fetch-modules-from-the-Waterfall-CI.patch Resolve the import statements I reordered a while back 2017-04-08 15:26:20 +01:00
0006-Get-rid-of-the-security-manager.patch Merge upstream 2017-04-26 17:32:42 +01:00
0007-Presize-the-HTTP-response-buffer.patch Turn waterfall into a patch-based fork like Spigot and Paper (WIP) 2016-05-30 14:51:51 -06:00
0008-Don-t-access-a-ByteBuf-s-underlying-array.patch Merge upstream 2017-09-05 18:17:15 +01:00
0009-Allow-configuration-of-the-log-file-path-filename.patch Merge upstream 2017-08-09 01:20:45 +01:00
0010-Fix-unicode-characters-in-configuration-files.patch Merge upstream 2017-08-09 01:20:45 +01:00
0011-Optimize-uuid-conversions.patch Merge upstream. Closes #167 2017-08-13 16:08:33 +01:00
0012-Add-support-for-FML-with-IP-Forwarding-enabled.patch Merge upstream 2017-09-05 18:17:15 +01:00
0013-Better-unit-tests-for-Chat-API.patch Merge upstream. Fixes #173 2017-09-16 12:47:11 +01:00
0014-Don-t-allow-channel-buffers-to-grow-beyond-a-reasona.patch Fix broken build 2017-08-10 22:40:40 +01:00
0015-Allow-removing-servers-or-changing-addresses-on-relo.patch Fix broken build 2017-08-10 22:40:40 +01:00
0016-Enable-TCP_NODELAY.patch Merge upstream 2017-08-18 02:40:00 -07:00
0017-Micro-optimizations.patch Merge upstream. Closes #167 2017-08-13 16:08:33 +01:00
0018-Allow-invalid-packet-ids-for-forge-servers.patch Merge upstream 2017-09-05 18:17:15 +01:00
0019-Resolve-sendData-deadlocks.patch Remove Event4J patch temporarily 2016-08-28 21:23:49 +01:00
0020-Add-basic-support-for-configurable-tab-complete-thro.patch Merge upstream 2017-08-18 02:40:00 -07:00
0021-Don-t-create-a-new-KickStringWriter-for-each-new-con.patch Merge upstream 2017-08-18 02:40:00 -07:00
0022-Optional-server-list-ping-logging.patch Merge upstream 2017-09-05 18:17:15 +01:00
0023-Reduce-max-log-size-to-8MB-and-don-t-append-to-exist.patch Fix broken build 2017-08-10 22:40:40 +01:00
0024-Add-a-property-to-accept-invalid-ping-packets.patch Merge upstream. Closes #167 2017-08-13 16:08:33 +01:00
0025-Use-a-worker-and-a-boss-event-loop-group.patch Merge upstream. Closes #167 2017-08-13 16:08:33 +01:00
0026-Better-Decompression-Sanity.patch Merge upstream. Closes #167 2017-08-13 16:08:33 +01:00
0027-Print-stack-trace-when-the-ByteBuf-is-not-direct.patch Remove redundant patch. Fixes #98 2016-11-01 15:51:42 +00:00
0028-Validate-that-chat-messages-are-non-blank.patch Merge upstream 2017-08-18 02:40:00 -07:00
0029-Reduce-the-overhead-of-lots-and-lots-of-teams-with-t.patch Don't aggressively trim LowMemorySets 2016-12-21 03:43:00 -05:00
0030-Better-debug-checks.patch Merge upstream - Minecraft 1.12.1 support 2017-08-03 16:50:26 +01:00
0031-Allow-the-console-to-tab-complete-commands.patch Merge upstream 2017-04-26 17:32:42 +01:00
0032-Add-dynamic-server-addition-removal-api.patch merge upstream daac8d85e20baed2ee0107ee637d0e82af8b2cd1 2017-07-04 16:06:59 -04:00
0033-Don-t-send-KICK-packets-while-in-HANDSHAKE-state.patch Merge upstream. Closes #167 2017-08-13 16:08:33 +01:00
0034-Improve-ServerKickEvent.patch Merge upstream 2017-09-05 18:17:15 +01:00
0035-Configurable-server-version-in-ping-response.patch merge upstream daac8d85e20baed2ee0107ee637d0e82af8b2cd1 2017-07-04 16:06:59 -04:00
0036-Add-timeout-variant-to-connect-methods.patch Merge upstream. Closes #167 2017-08-13 16:08:33 +01:00
0037-Proxy-query-event.patch Reinstate patch to prevent Kick during Handshake 2016-12-04 16:42:27 +00:00
0038-Dump-the-raw-hex-of-a-packet-on-a-decoding-error.patch Include the cause exception of an DecodingError 2017-01-15 09:38:49 -07:00
0039-Fix-potion-race-condition-on-Forge-1.8.9.patch Merge upstream. Closes #167 2017-08-13 16:08:33 +01:00
0040-Optionally-use-async-Netty-DNS-resolver.patch Merge upstream 2017-08-18 02:40:00 -07:00
0041-Security-enhancements-for-EncryptionUtil.patch Assorted security improvements 2016-12-21 04:09:09 -05:00
0042-Improve-outdated-build-message.patch Implement changes proposed in #124 2017-06-10 20:57:00 +01:00
0043-Fix-some-forge-plugin-message-packets-not-being-forw.patch Fix some forge plugin message packets not being forwarded correctly 2017-07-17 20:37:20 +01:00
0044-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch Use Log4J2 for logging and TerminalConsoleAppender for console 2017-09-24 15:14:52 +02:00