-
-
Save electronicboy/6241e511c4a1f5d3e0217be1d742ff6a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pick bfc8ca18 POM Changes | |
pick d2c697ab Copy license files into jar | |
pick aad7521f Rename references from BungeeCord to Waterfall | |
pick 75d347cf Add Waterfall configuration files | |
pick 489e7345 Disable Metrics | |
pick d3db3b70 Fetch modules from the Waterfall CI | |
pick 8f357964 Get rid of the security manager. | |
pick 3e584c69 Presize the HTTP response buffer | |
pick 60078801 Don't access a ByteBuf's underlying array | |
pick 04e3b928 Fix unicode characters in configuration files | |
pick a64db276 Optimize uuid conversions | |
pick 6258f0f8 Add support for FML with IP Forwarding enabled | |
pick 5e33cce8 Better unit tests for Chat API | |
pick 213166dc Allow removing servers or changing addresses on reload | |
pick 6b7e2d47 Enable TCP_NODELAY. | |
pick 897b8bb9 Micro-optimizations | |
pick 853a3872 Allow invalid packet ids for forge servers | |
pick 9c6c85d6 Resolve sendData() deadlocks | |
pick d24622f8 Add basic support for configurable tab-complete throttling | |
pick b0f6d18d Don't create a new KickStringWriter for each new connection. | |
pick c17b2f44 Optional server list ping logging. | |
pick 69259b92 Add a property to accept invalid ping packets | |
pick 68246791 Use a worker and a boss event loop group. | |
pick 1fa9cbb2 Better Decompression Sanity | |
pick be1e71dc Validate that chat messages are non-blank | |
pick 81e9e470 Reduce the overhead of lots and lots of teams with the same names | |
pick cd27a28e Add dynamic server addition/removal api. | |
pick 3de89574 Don't send KICK packets while in HANDSHAKE state | |
pick be433809 Improve ServerKickEvent | |
pick 823929b3 Configurable server version in ping response | |
pick c5924f76 Add timeout variant to connect methods | |
pick a3c15855 Proxy query event | |
pick 3c65209d Dump the raw hex of a packet on a decoding error | |
pick 4532d86d Fix potion race condition on Forge 1.8.9 | |
pick 00d0a34e Optionally use async Netty DNS resolver | |
pick c7d1431c Improve outdated build message | |
pick 4ab27216 Fix some forge plugin message packets not being forwarded correctly | |
pick c378f1b0 Use Log4j2 for logging and TerminalConsoleAppender for console | |
pick 64e1c6d4 Handle plugin prefixes using Log4J | |
pick 8bf61894 Allow plugins to use SLF4J for logging | |
pick 9f9df2ee Add Log4j configuration that replicates the old BungeeCord setup | |
pick e2028c25 Add console command completion | |
pick fb160a1e Providing access to the player's LoginResult on LoginEvent | |
pick a040dbce Optionally log InitialHandler connections | |
pick 438c9e90 Forge is a first class citizen | |
# Rebase 98860214..438c9e90 onto 98860214 (45 commands) | |
# | |
# Commands: | |
# p, pick <commit> = use commit | |
# r, reword <commit> = use commit, but edit the commit message | |
# e, edit <commit> = use commit, but stop for amending | |
# s, squash <commit> = use commit, but meld into previous commit | |
# f, fixup <commit> = like "squash", but discard this commit's log message | |
# x, exec <command> = run command (the rest of the line) using shell | |
# d, drop <commit> = remove commit | |
# l, label <label> = label current HEAD with a name | |
# t, reset <label> = reset HEAD to a label | |
# m, merge [-C <commit> | -c <commit>] <label> [# <oneline>] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment