13
0
geforkt von Mirrors/Velocity

Commit graph

  • 51c402e3d3 Create a specific Forge-related package Andrew Steinborn 2018-10-15 17:01:18 -0400
  • b7d7e3cc89 Switch forwarding mode to none by default Andrew Steinborn 2018-10-15 14:27:50 -0400
  • dcef9e4803 Fix NPE from last commit kashike 2018-10-13 01:17:20 -0700
  • 78abba56af Change player info action enum to int Read & write server id Fix javadocs kashike 2018-10-13 00:13:48 -0700
  • 33f333d8cc Clean up FML/handshake stuff from virtual host. Andrew Steinborn 2018-10-13 02:34:53 -0400
  • 2f0ba42fa0 Also make sure tab list completion doesn't crash the proxy Andrew Steinborn 2018-10-12 22:12:15 -0400
  • 1f329b09f3
    Merge pull request #115 from lolnetnz/crash Andrew Steinborn 2018-10-12 21:44:15 -0400
  • 64682027a5 Prevent commands run from console crashing the entire instance Alex Thomson 2018-10-13 14:40:00 +1300
  • 668725759a
    Merge pull request #114 from kashike/nwc Andrew Steinborn 2018-10-12 19:44:01 -0400
  • 46a7b52a13 Extract channel initialiser and transport type out kashike 2018-10-12 16:21:43 -0700
  • f10a3fa1ac
    Merge pull request #112 from lolnetnz/forge-modlist Andrew Steinborn 2018-10-10 18:26:04 -0400
  • 245828e337 Make changes based on PR comments Alex Thomson 2018-10-11 10:41:40 +1300
  • c5a27bb135 Add Forge mod list support Alex Thomson 2018-10-10 19:52:22 +1300
  • 7578aa27a9 More reliably tear down connections and fire DisconnectEvent. Fixes #111 Andrew Steinborn 2018-10-09 19:02:15 -0400
  • 222e90a9f0 Unbreak Forge logic. Andrew Steinborn 2018-10-05 19:04:10 -0400
  • d59c8874b7 Fix issues with UUIDs with leading zeroes. Fixes #109 Andrew Steinborn 2018-10-05 02:39:00 -0400
  • 6ed772ba14 Add PROXY protocol support (#108) Alex Thomson 2018-10-05 07:33:27 +1300
  • d6fb3a210e Shorten connection errors to a more reasonable length. Fixes #58 Andrew Steinborn 2018-10-04 10:09:03 -0400
  • 9363ee34ec
    Merge pull request #106 from Crypnotic/master Andrew Steinborn 2018-10-01 17:17:20 -0400
  • aa34977f3e Added ProxyConfig interface and implemented in VelocityConfiguration Crypnotic 2018-09-30 19:12:55 -0500
  • 20d0c39576 Update Netty to 4.1.30.Final Andrew Steinborn 2018-09-30 19:09:44 -0400
  • 3777ab5c8f Fix PlayerChatEvent Javadoc Andrew Steinborn 2018-09-30 18:32:01 -0400
  • b6a9299f9f Do tab list clearing into one packet Andrew Steinborn 2018-09-30 18:27:07 -0400
  • 49b09713f8
    Merge pull request #105 from Desetude/feature/tablist Andrew Steinborn 2018-09-30 17:45:30 -0400
  • 328e06d407 Add tab list documentation Desetude 2018-09-30 22:43:24 +0100
  • 3e65000ab3 Clear tab list on server connect Desetude 2018-09-30 21:40:22 +0100
  • 61bd178591 Initial tablist implementation Desetude 2018-09-30 20:54:50 +0100
  • 732caa2d40 Remove RecordingThreadFactory since it's actually a terrible idea Andrew Steinborn 2018-09-30 00:05:48 -0400
  • 2d2258d667 Misc cleanup Andrew Steinborn 2018-09-29 23:57:40 -0400
  • eddf01fc32 Reduce duplication between annotation processor and proxy. Andrew Steinborn 2018-09-29 23:28:44 -0400
  • 1da1382b16 some toString() changes Andrew Steinborn 2018-09-29 16:22:50 -0400
  • 33a2cb7bad Less verbose version Andrew Steinborn 2018-09-29 14:54:46 -0400
  • 5af09f906a Fix a bug where it would try to register legacy channels(!) on 1.13+ Andrew Steinborn 2018-09-29 14:53:04 -0400
  • a44bb3b048 Remove more junk Andrew Steinborn 2018-09-29 14:37:42 -0400
  • dc594e692d Missed a few spots. Andrew Steinborn 2018-09-29 03:39:38 -0400
  • 8be7ca9ab5 Apply final modifier to all classes in the api module. Andrew Steinborn 2018-09-29 03:38:42 -0400
  • 75c3bb5ee6 Clean up vestigal stuff Andrew Steinborn 2018-09-29 03:32:44 -0400
  • 97d541d146 Warn if someone tries to register the plugin instance as a listener Andrew Steinborn 2018-09-29 03:15:49 -0400
  • 79d566bcee Finished the port to new session handler stuff Andrew Steinborn 2018-09-29 02:55:52 -0400
  • c7bd0d100e Started refactoring session handlers Andrew Steinborn 2018-09-29 02:16:34 -0400
  • 6cd0a6b148 Introduce Channel#eventLoop() shorthand Andrew Steinborn 2018-09-29 01:38:30 -0400
  • 5ab346a02b Don't tediously hardcode the names of channels if we can help it Andrew Steinborn 2018-09-29 01:34:45 -0400
  • f04599ae68 Clean up some plugin message channel code Andrew Steinborn 2018-09-29 01:28:07 -0400
  • f569a07b2e Move channel registrar to util Andrew Steinborn 2018-09-29 01:25:24 -0400
  • e6c178aae7 Cleaned up Java plugin loader Andrew Steinborn 2018-09-27 15:52:31 -0400
  • 8c98395d51 Remove redundant contains check Andrew Steinborn 2018-09-27 15:20:24 -0400
  • 0f5dc4b248 That's not good Andrew Steinborn 2018-09-27 02:45:39 -0400
  • 731186ca10 Redesigned the /velocity command somewhat Andrew Steinborn 2018-09-27 02:44:45 -0400
  • d4910d9edc Remove potentially high-frequency usages of streams Andrew Steinborn 2018-09-27 02:37:53 -0400
  • 63f22dc2de Extra clarity for server/MinecraftConnection naming Andrew Steinborn 2018-09-27 02:35:10 -0400
  • 403fec13d8 Move UuidUtils test to api module Andrew Steinborn 2018-09-27 02:33:47 -0400
  • d639e47fbf Fix a number of issues with dependency resolution and add unit tests Andrew Steinborn 2018-09-27 00:51:33 -0400
  • 2f8c2af4ec
    Merge pull request #102 from thomas15v/feature/chat-event Andrew Steinborn 2018-09-26 14:05:01 -0400
  • 6f4b2c83b2
    Delete EventUtil Thomas Vanmellaerts 2018-09-26 19:56:47 +0200
  • 3acc00de5e
    Move ChatResult to PlayerChatEvent and don't call event on spoofChatInput() Thomas Vanmellaerts 2018-09-26 19:47:38 +0200
  • d71f863045
    Fire Event on spoofChatInput Thomas Vanmellaerts 2018-09-26 18:25:32 +0200
  • 7598918d93
    Add chat event Thomas Vanmellaerts 2018-09-26 13:00:43 +0200
  • db5645f80e
    Merge pull request #74 from Leymooo/properties Andrew Steinborn 2018-09-25 01:53:15 -0400
  • e2a188c699
    Merge pull request #101 from DoNotSpamPls/query-map Andrew Steinborn 2018-09-24 08:14:34 -0400
  • 0868f39221 merge origin Leymooo 2018-09-24 12:41:43 +0300
  • 46c02c9895 merge upstream Leymooo 2018-09-24 12:40:48 +0300
  • 8242353934 Add an option in the config to change the query map DoNotSpamPls 2018-09-24 11:34:17 +0300
  • c89f3ea468 Remove scoreboard packets Andrew Steinborn 2018-09-24 02:04:12 -0400
  • 6c61aa49f3 Sanity: reset ping ID after getting the right KeepAlive Andrew Steinborn 2018-09-22 20:38:59 -0400
  • 9e999e1e5a Maintain keep alives on the server connection, not on the client. Andrew Steinborn 2018-09-21 23:18:58 -0400
  • 17a3552f48
    Merge pull request #98 from lucko/fix/console-perms Andrew Steinborn 2018-09-21 16:49:14 -0400
  • ea42f47c7b
    Properly initialise console permissions using the PermissionsSetupEvent Luck 2018-09-20 19:00:42 +0100
  • ef578ff69b
    Merge pull request #99 from lucko/feature/command-permissions Andrew Steinborn 2018-09-21 16:06:50 -0400
  • ee917682e0
    Title API (#95) Andrew Steinborn 2018-09-21 15:58:47 -0400
  • 1e04d27bb7 Never launch the Gradle daemon Andrew Steinborn 2018-09-21 12:49:02 -0400
  • b894dfbdd4 Combine the javadoc and publish stages together Andrew Steinborn 2018-09-21 12:44:17 -0400
  • df06d85d62 Deploy separate agents per stage Andrew Steinborn 2018-09-21 12:40:34 -0400
  • 284f90183f Add missing null check here Andrew Steinborn 2018-09-20 22:44:26 -0400
  • d06028e0f8 ProxyServer#broadcast() Andrew Steinborn 2018-09-20 22:43:58 -0400
  • 0e901e2843 Update README Andrew Steinborn 2018-09-20 16:58:38 -0400
  • 5820194612
    Merge pull request #100 from lucko/feature/player-spoof-chat Andrew Steinborn 2018-09-20 16:54:12 -0400
  • b805891d1f
    Implement Player#spoofChatInput method Luck 2018-09-20 19:42:27 +0100
  • 97e4ff91e7
    Implement optional permission check method for commands Luck 2018-09-20 19:22:23 +0100
  • 8763573ae6 Major improvements to tab complete support. Andrew Steinborn 2018-09-20 16:39:50 -0400
  • e577d6b6f5 Fix typo from PR. Andrew Steinborn 2018-09-20 16:09:46 -0400
  • d328951112
    Merge pull request #96 from lucko/fix/ping Andrew Steinborn 2018-09-20 16:06:49 -0400
  • 2df717f052
    Merge pull request #97 from lucko/fix/ignore Andrew Steinborn 2018-09-20 16:06:30 -0400
  • 86c1d42fa5
    Fix/improve gitignore file to fully cover all IntelliJ IDEA files Luck 2018-09-20 15:05:24 +0100
  • 921bfbae87
    Add missing getters to ServerPing and rename Modinfo --> ModInfo Luck 2018-09-20 14:59:34 +0100
  • 29b82ae301 merge upstream Leymooo 2018-09-20 15:54:22 +0300
  • 95c761479f Make connections more robust Andrew Steinborn 2018-09-19 21:29:07 -0400
  • 08d596b76d
    Merge pull request #94 from PurpleIsEverything/master Andrew Steinborn 2018-09-19 19:18:22 -0400
  • 1bdba0075f
    Rename getModList to getMods PurpleIsEverything 2018-09-19 17:13:29 -0600
  • d218fbf1e0
    Modinfo: Add getType and getModList methods. PurpleIsEverything 2018-09-19 14:23:09 -0600
  • b7e6334324 Add toString() to PluginMessageEvent Andrew Steinborn 2018-09-19 15:20:18 -0400
  • 5c3e1adee2 Fix this annoying wart Andrew Steinborn 2018-09-19 14:57:53 -0400
  • 50c27066e2 Import cleanup Andrew Steinborn 2018-09-19 14:56:49 -0400
  • 1be508ed5e Merge branch 'master' into merged Andrew Steinborn 2018-09-19 14:54:44 -0400
  • 50316f2f1c Merge branch 'master' into merged Andrew Steinborn 2018-09-19 14:54:03 -0400
  • c29b92c1bf Merge branch 'plugin-message-event' into merged Andrew Steinborn 2018-09-19 14:52:28 -0400
  • 6bd3c70015
    Merge pull request #93 from VelocityPowered/remove-legacychatcolorutils Andrew Steinborn 2018-09-18 17:27:38 -0400
  • 9016162a49 Optimize and clarify GS4 query handler. Andrew Steinborn 2018-09-18 17:24:28 -0400
  • d796f079f0 I forgot this. Andrew Steinborn 2018-09-18 17:01:26 -0400
  • c38b73863a Fix more scheduler issues Andrew Steinborn 2018-09-18 16:59:13 -0400
  • 717c2afeb3 Update for changes in master. Andrew Steinborn 2018-09-18 16:50:33 -0400