Waterfall/BungeeCord-Patches
Minecrell d3dc2d3748 Implement full console command completion
Drop the original console command completion patch and rewrite it
for JLine 3. Add support to complete command names instead of just
command arguments.

The additional single thread executor for command completion was
dropped because it's redundant: since the command completer needs
to wait for it to complete anyway, we might as well do the completion
directly from the console thread.
2017-09-26 19:37:34 +01: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-23 19:25:31 +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 2017-09-23 19:25:31 +01:00
0018-Allow-invalid-packet-ids-for-forge-servers.patch Merge upstream 2017-09-23 19:25:31 +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-09-23 19:25:31 +01: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-23 19:25:31 +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-09-23 19:25:31 +01: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 2017-09-23 19:25:31 +01:00
0031-Add-dynamic-server-addition-removal-api.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0032-Don-t-send-KICK-packets-while-in-HANDSHAKE-state.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0033-Improve-ServerKickEvent.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0034-Configurable-server-version-in-ping-response.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0035-Add-timeout-variant-to-connect-methods.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0036-Proxy-query-event.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0037-Dump-the-raw-hex-of-a-packet-on-a-decoding-error.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0038-Fix-potion-race-condition-on-Forge-1.8.9.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0039-Optionally-use-async-Netty-DNS-resolver.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0040-Security-enhancements-for-EncryptionUtil.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0041-Improve-outdated-build-message.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0042-Fix-some-forge-plugin-message-packets-not-being-forw.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0043-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0044-Handle-plugin-prefixes-using-Log4J.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0045-Allow-plugins-to-use-SLF4J-for-logging.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0046-Add-Log4j-configuration-that-replicates-the-old-Bung.patch Implement full console command completion 2017-09-26 19:37:34 +01:00
0047-Add-console-command-completion.patch Implement full console command completion 2017-09-26 19:37:34 +01:00