Commit Graph

  • b75086aacb Proper Minecraft 1.16.4-pre1 support. Andrew Steinborn 2020-10-15 11:46:44 -04:00
  • a76c01df4b Fix a few javadoc-related problems Riley Park 2020-10-15 08:24:41 -07:00
  • 6e00dbe2b7 Fix compile errors Andrew Steinborn 2020-10-14 16:08:20 -04:00
  • cffc6d0a81 Fix Checkstyle error Andrew Steinborn 2020-10-14 13:58:28 -04:00
  • 2b46f1c6f4 Merge pull request #370 from VelocityPowered/adventure-2 Andrew Steinborn 2020-10-14 02:13:07 -04:00
  • 60e917b4a1 Player has an identity Riley Park 2020-10-12 16:47:49 -07:00
  • 3b1009caba Prepare for 1.16.4 Andrew Steinborn 2020-10-11 20:15:29 -04:00
  • 59d8bd4c78 Plugins need to be stored in a LinkedHashMap too. Andrew Steinborn 2020-10-11 14:36:56 -04:00
  • b14e7e651e Backport IPv6 modern forwarding fix to Velocity 1.0.x master Andrew Steinborn 2020-10-10 11:02:29 -04:00
  • 7fea1c4cb2 Fix modern forwarding if a user connects over IPv6(?!?) Andrew Steinborn 2020-10-10 10:58:32 -04:00
  • f58b78e896 Fix typo that emitted full responses for basic ones and vice versa Andrew Steinborn 2020-10-08 14:43:34 -04:00
  • 5072e1085a Revert server list ping changes Andrew Steinborn 2020-10-06 11:05:36 -04:00
  • 706fea8a3c Fix checkstyle error Andrew Steinborn 2020-10-04 15:31:59 -04:00
  • 3bf252cf45 Start optimizing server list ping. Andrew Steinborn 2020-10-04 15:30:28 -04:00
  • cb74210cd8 Ensure synchronous shutdown if the user kills the process. Andrew Steinborn 2020-10-02 00:23:01 -04:00
  • 65cab85b50 Merge pull request #367 from VelocityPowered/adventure-1 Andrew Steinborn 2020-09-28 12:54:58 -04:00
  • cc6546bea9 Update for Adventure changes Riley Park 2020-09-28 05:30:33 -07:00
  • 8238865bbe Velocity 1.0.11-SNAPSHOT Andrew Steinborn 2020-09-26 17:56:43 -04:00
  • 59d6a9787e Velocity 1.0.10 Andrew Steinborn 2020-09-26 17:55:58 -04:00
  • d2b65cb643 Fix velocity-natives module publishing, take 1 Andrew Steinborn 2020-09-23 01:05:50 -04:00
  • dc48eb97f9 Start publishing velocity-natives module Andrew Steinborn 2020-09-23 01:03:18 -04:00
  • a0a0966f99 Minor code cleanup Andrew Steinborn 2020-09-23 01:02:19 -04:00
  • 6c348c994c Don't need to call memoryAddress() here as we do it later on anyway Andrew Steinborn 2020-09-21 11:27:43 -04:00
  • b61321f4f7 Shorten name of DurationUtils#toTicks Andrew Steinborn 2020-09-19 16:47:55 -04:00
  • 279a3d68ac Merge pull request #366 from derklaro/dev/1.1.0 Andrew Steinborn 2020-09-19 18:09:25 -04:00
  • 708094b03a Revert Guava bump as it is a breaking change Andrew Steinborn 2020-09-19 18:09:05 -04:00
  • bb31226e09 Clean up more cipher code and make it -Wall + -Werror clean Andrew Steinborn 2020-09-16 00:07:52 -04:00
  • fae1ee8373 Track some dependency updates derklaro 2020-09-15 13:27:16 +02:00
  • 79d50abed2 Merge pull request #365 from STG-Allen/master Andrew Steinborn 2020-09-14 10:12:48 -04:00
  • 402da0433d Added lowercase to invalid plugin id message allenclan23 2020-09-14 10:06:54 -04:00
  • 9befb006c0 Merge pull request #364 from FrankHeijden/feature/alias-checking Andrew Steinborn 2020-09-13 13:18:43 -04:00
  • 2b6c271cc7 Add ability to check for command alias existence in api module Frank van der Heijden 2020-09-13 19:11:40 +02:00
  • a49a77a7ef Working on improvements to natives. Not done yet. Andrew Steinborn 2020-09-11 01:46:59 -04:00
  • 7650eedb7a Fix compile error due to yet another breaking change in Adventure Andrew Steinborn 2020-09-10 10:57:55 -04:00
  • debb3dd1fe Minecraft 1.16.3 Andrew Steinborn 2020-09-10 10:48:31 -04:00
  • fd163a8ed3 Merge pull request #363 from VelocityPowered/dev/1.1.0-mc1.16.3 Andrew Steinborn 2020-09-10 10:47:46 -04:00
  • 3a4aa4a25c Minecraft 1.16.3 Andrew Steinborn 2020-09-10 10:47:25 -04:00
  • 540541842a Minecraft 1.16.3-rc1 Andrew Steinborn 2020-09-07 10:06:49 -04:00
  • 1dd900194d Share instances of the custom Gson type serializers Andrew Steinborn 2020-09-03 16:04:21 -04:00
  • 5d287306c2 Small code cleanups Andrew Steinborn 2020-09-01 03:25:15 -04:00
  • 60eef09fdd Fix coding error that caused players to time out if moving to another server fails Andrew Steinborn 2020-08-30 20:59:04 -04:00
  • 5a26b4e03d Fix coding error that caused players to time out if moving to another server fails Andrew Steinborn 2020-08-30 20:58:15 -04:00
  • 764c8ed3e5 Fix compile error Andrew Steinborn 2020-08-30 07:09:52 -04:00
  • fe0d31b0f0 Update comments in MinecraftCompressEncoder to be more accurate. Andrew Steinborn 2020-08-29 19:11:23 -04:00
  • b26c9026d3 Move connectedServer clearing check to be done later. Andrew Steinborn 2020-08-27 15:25:13 -04:00
  • d28022ab60 Move connectedServer clearing check to be done later. Andrew Steinborn 2020-08-27 15:24:48 -04:00
  • 80687c9e1b Redundant word removed Andrew Steinborn 2020-08-25 19:01:57 -04:00
  • 7df1a9636e Explicitly warn against offline-mode Andrew Steinborn 2020-08-25 19:01:06 -04:00
  • ba7cdac812 If a command is defined on the proxy, don't include suggestions from the backend too Andrew Steinborn 2020-08-24 14:53:01 -04:00
  • 10a14af2ea Include success message too Andrew Steinborn 2020-08-24 14:13:46 -04:00
  • 7cb70973b0 Backport 6cc173d to Velocity 1.0.x Andrew Steinborn 2020-08-24 14:12:37 -04:00
  • 6cc173d337 Correctly handle disconnect if there is no opportunity to kick the player to another server. Andrew Steinborn 2020-08-24 14:08:35 -04:00
  • 01158b08a7 Implement BungeeCord IPOther message. Fixes #361 Andrew Steinborn 2020-08-24 10:40:45 -04:00
  • d9b137fc4d Merge pull request #360 from zml2008/patch-1 Andrew Steinborn 2020-08-24 00:35:04 -04:00
  • 0e28cc4df7 bump configurate to 3.7.1 zml 2020-08-23 21:11:46 -07:00
  • 6b26daa281 Small cleanup in closeWith Andrew Steinborn 2020-08-22 15:52:29 -04:00
  • 005c12fb0f Fix build on Java 11 Andrew Steinborn 2020-08-22 13:57:13 -04:00
  • b85f919238 Fix try list giving up after the first server (for 1.0.x). Andrew Steinborn 2020-08-22 13:37:57 -04:00
  • 154b50992c Fix try list giving up after the first server. Andrew Steinborn 2020-08-22 13:36:34 -04:00
  • 1f621300f6 Revert #338 Andrew Steinborn 2020-08-22 02:40:35 -04:00
  • c47d25c88a Upgrade to Gradle 6.6 and use SpotBugs. Andrew Steinborn 2020-08-21 19:09:04 -04:00
  • d8dba436d6 Fix starting the proxy without any config. Fixes #359 Andrew Steinborn 2020-08-21 12:42:15 -04:00
  • a6ddc137ee Reduce varint reading cost from max(1, 2n) to n+1 operations on ByteBuf Andrew Steinborn 2020-08-21 01:05:04 -04:00
  • ade9deec47 Fix recent PR not loading default messages from config correctly. Andrew Steinborn 2020-08-21 00:10:34 -04:00
  • c15a49ce7d Merge pull request #356 from FrankHeijden/feature/messages Andrew Steinborn 2020-08-20 23:16:11 -04:00
  • 1d4da8c32d Correctly implement status protocol specification according to vanilla. Andrew Steinborn 2020-08-20 15:03:33 -04:00
  • e3fe538491 Create temp default config for getting defaults Frank van der Heijden 2020-08-19 23:30:34 +02:00
  • 62fac7db32 Merge branch 'dev/1.1.0' into feature/messages Frank van der Heijden 2020-08-19 22:17:15 +02:00
  • b2000652ca Merge pull request #358 from FrankHeijden/fix/adventure-title Andrew Steinborn 2020-08-19 16:07:05 -04:00
  • 4c5c641e5f Fix adventure title times Frank van der Heijden 2020-08-19 20:44:58 +02:00
  • 3711d56e8c Move VelocityMessages into config.toml Frank van der Heijden 2020-08-19 20:42:22 +02:00
  • 9e27dac557 Add configurable messages for disconnect and kick prefix Frank van der Heijden 2020-08-18 23:52:13 +02:00
  • 79b16a21f6 Velocity 1.0.10-SNAPSHOT Andrew Steinborn 2020-08-18 02:06:54 -04:00
  • c00d09d07d Fix build and backdate the version Andrew Steinborn 2020-08-18 02:06:08 -04:00
  • 5122e8cae4 Velocity 1.0.10-SNAPSHOT Andrew Steinborn 2020-08-18 02:03:57 -04:00
  • f3ee20ecf8 Velocity 1.0.9 Andrew Steinborn 2020-08-18 02:03:10 -04:00
  • 26f3cb43c7 Clean up some Adventure support code, implement another sendMessage overload Andrew Steinborn 2020-08-16 14:02:04 -04:00
  • 5623baf1e7 Use getBoolean/putBoolean, and fix using the wrong field for respawn_anchor_works kashike 2020-08-16 04:11:24 -07:00
  • 3e37b6c29b Use getBoolean/putBoolean, and fix using the wrong field for respawn_anchor_works kashike 2020-08-16 04:11:24 -07:00
  • 1717d7f9b4 Add SimpleCommand.Invocation#alias function. Andrew Steinborn 2020-08-15 16:41:35 -04:00
  • 7dffa7ce33 Fix tab complete for proxy commands for 1.12.2 and below and fix command tab complete repeating suggestions Andrew Steinborn 2020-08-11 14:19:00 -04:00
  • c88a3807e7 Checkstyle strikes again! Andrew Steinborn 2020-08-11 13:26:00 -04:00
  • d363d80a83 Use simplified form for new empty argument types Andrew Steinborn 2020-08-11 13:25:02 -04:00
  • 717f2a070d Remove any use of the word "dummy" Andrew Steinborn 2020-08-11 13:24:05 -04:00
  • c0af5668b9 Merge pull request #338 from xxDark/read-timeout Andrew Steinborn 2020-08-10 23:05:52 -04:00
  • 99de82397b Merge pull request #325 from Xernium/future/1.16.2 Andrew Steinborn 2020-08-10 21:46:54 -04:00
  • d83c5327c7 Merge pull request #351 from VelocityPowered/future/1.16.2-velocity-1.1.0 Andrew Steinborn 2020-08-10 21:46:41 -04:00
  • ab10b6de1e Cross our fingers and hope this is 1.16.2 Andrew Steinborn 2020-08-10 21:46:13 -04:00
  • ddf0e238e0 Cross our fingers and hope this is 1.16.2 Andrew Steinborn 2020-08-10 21:45:59 -04:00
  • 9f38134b50 1.16.2-rc2 Andrew Steinborn 2020-08-10 12:53:39 -04:00
  • 1a31b99701 1.16.2-rc2 Andrew Steinborn 2020-08-10 12:53:23 -04:00
  • 52c36a5d0f Add missing DimensionData field Andrew Steinborn 2020-08-07 14:30:54 -04:00
  • 24ca6156ac Add missing DimensionData field Andrew Steinborn 2020-08-07 14:30:33 -04:00
  • 3e8110834f 1.16.2-rc1 Andrew Steinborn 2020-08-07 13:36:18 -04:00
  • ba66d15b1d 1.16.2-rc1 Andrew Steinborn 2020-08-07 13:35:31 -04:00
  • 9d36f9094d Fall back to wrapping the name in a component. Should fix #349 for real. Andrew Steinborn 2020-08-07 07:19:22 -04:00
  • 46e34ddb7f Allow serializing legacy hover events Andrew Steinborn 2020-08-06 20:51:44 -04:00
  • cab6919a46 Switch to adventure-nbt and fix server switching on 1.16.2-pre3 Andrew Steinborn 2020-08-06 17:38:52 -04:00
  • cb4555fa70 Merge branch 'dev/1.1.0' into future/1.16.2-velocity-1.1.0 Andrew Steinborn 2020-08-06 17:37:10 -04:00
  • 411ea637ce Switch to adventure-nbt for consistency with 1.1.0 Andrew Steinborn 2020-08-06 17:30:42 -04:00