13
0
geforkt von Mirrors/Velocity

Commit graph

  • cc6546bea9
    Update for Adventure changes Riley Park 2020-09-28 05:30:33 -0700
  • d2b65cb643 Fix velocity-natives module publishing, take 1 Andrew Steinborn 2020-09-23 01:05:50 -0400
  • dc48eb97f9 Start publishing velocity-natives module Andrew Steinborn 2020-09-23 01:03:18 -0400
  • a0a0966f99 Minor code cleanup Andrew Steinborn 2020-09-23 01:02:19 -0400
  • 6c348c994c Don't need to call memoryAddress() here as we do it later on anyway Andrew Steinborn 2020-09-21 11:27:43 -0400
  • b61321f4f7 Shorten name of DurationUtils#toTicks Andrew Steinborn 2020-09-19 16:47:55 -0400
  • 279a3d68ac
    Merge pull request #366 from derklaro/dev/1.1.0 Andrew Steinborn 2020-09-19 18:09:25 -0400
  • 708094b03a
    Revert Guava bump as it is a breaking change Andrew Steinborn 2020-09-19 18:09:05 -0400
  • bb31226e09 Clean up more cipher code and make it -Wall + -Werror clean Andrew Steinborn 2020-09-16 00:07:52 -0400
  • fae1ee8373
    Track some dependency updates derklaro 2020-09-15 13:27:16 +0200
  • 9befb006c0
    Merge pull request #364 from FrankHeijden/feature/alias-checking Andrew Steinborn 2020-09-13 13:18:43 -0400
  • 2b6c271cc7
    Add ability to check for command alias existence in api module Frank van der Heijden 2020-09-13 19:11:40 +0200
  • a49a77a7ef Working on improvements to natives. Not done yet. Andrew Steinborn 2020-09-11 01:46:59 -0400
  • 7650eedb7a Fix compile error due to yet another breaking change in Adventure Andrew Steinborn 2020-09-10 10:57:55 -0400
  • fd163a8ed3
    Merge pull request #363 from VelocityPowered/dev/1.1.0-mc1.16.3 Andrew Steinborn 2020-09-10 10:47:46 -0400
  • 3a4aa4a25c Minecraft 1.16.3 Andrew Steinborn 2020-09-10 10:47:25 -0400
  • 540541842a Minecraft 1.16.3-rc1 Andrew Steinborn 2020-09-07 10:06:49 -0400
  • 1dd900194d Share instances of the custom Gson type serializers Andrew Steinborn 2020-09-03 16:04:21 -0400
  • 5d287306c2 Small code cleanups Andrew Steinborn 2020-09-01 03:25:15 -0400
  • 5a26b4e03d Fix coding error that caused players to time out if moving to another server fails Andrew Steinborn 2020-08-30 20:58:15 -0400
  • 764c8ed3e5 Fix compile error Andrew Steinborn 2020-08-30 07:09:52 -0400
  • fe0d31b0f0 Update comments in MinecraftCompressEncoder to be more accurate. Andrew Steinborn 2020-08-29 19:11:23 -0400
  • d28022ab60 Move connectedServer clearing check to be done later. Andrew Steinborn 2020-08-27 15:24:48 -0400
  • 80687c9e1b Redundant word removed Andrew Steinborn 2020-08-25 19:01:57 -0400
  • 7df1a9636e Explicitly warn against offline-mode Andrew Steinborn 2020-08-25 19:01:06 -0400
  • 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 -0400
  • 10a14af2ea Include success message too Andrew Steinborn 2020-08-24 14:13:46 -0400
  • 6cc173d337 Correctly handle disconnect if there is no opportunity to kick the player to another server. Andrew Steinborn 2020-08-24 14:08:35 -0400
  • 01158b08a7 Implement BungeeCord IPOther message. Fixes #361 Andrew Steinborn 2020-08-24 10:40:45 -0400
  • d9b137fc4d
    Merge pull request #360 from zml2008/patch-1 Andrew Steinborn 2020-08-24 00:35:04 -0400
  • 0e28cc4df7
    bump configurate to 3.7.1 zml 2020-08-23 21:11:46 -0700
  • 6b26daa281 Small cleanup in closeWith Andrew Steinborn 2020-08-22 15:52:29 -0400
  • 005c12fb0f Fix build on Java 11 Andrew Steinborn 2020-08-22 13:57:13 -0400
  • 154b50992c Fix try list giving up after the first server. Andrew Steinborn 2020-08-22 13:36:34 -0400
  • 1f621300f6 Revert #338 Andrew Steinborn 2020-08-22 02:40:35 -0400
  • c47d25c88a Upgrade to Gradle 6.6 and use SpotBugs. Andrew Steinborn 2020-08-21 19:09:04 -0400
  • d8dba436d6 Fix starting the proxy without any config. Fixes #359 Andrew Steinborn 2020-08-21 12:42:15 -0400
  • a6ddc137ee Reduce varint reading cost from max(1, 2n) to n+1 operations on ByteBuf Andrew Steinborn 2020-08-21 01:05:04 -0400
  • ade9deec47 Fix recent PR not loading default messages from config correctly. Andrew Steinborn 2020-08-21 00:10:34 -0400
  • c15a49ce7d
    Merge pull request #356 from FrankHeijden/feature/messages Andrew Steinborn 2020-08-20 23:16:11 -0400
  • 1d4da8c32d Correctly implement status protocol specification according to vanilla. Andrew Steinborn 2020-08-20 15:03:33 -0400
  • e3fe538491
    Create temp default config for getting defaults Frank van der Heijden 2020-08-19 23:30:34 +0200
  • 62fac7db32
    Merge branch 'dev/1.1.0' into feature/messages Frank van der Heijden 2020-08-19 22:17:15 +0200
  • b2000652ca
    Merge pull request #358 from FrankHeijden/fix/adventure-title Andrew Steinborn 2020-08-19 16:07:05 -0400
  • 4c5c641e5f
    Fix adventure title times Frank van der Heijden 2020-08-19 20:44:58 +0200
  • 3711d56e8c
    Move VelocityMessages into config.toml Frank van der Heijden 2020-08-19 20:42:22 +0200
  • 9e27dac557
    Add configurable messages for disconnect and kick prefix Frank van der Heijden 2020-08-18 23:52:13 +0200
  • 26f3cb43c7 Clean up some Adventure support code, implement another sendMessage overload Andrew Steinborn 2020-08-16 14:02:04 -0400
  • 5623baf1e7 Use getBoolean/putBoolean, and fix using the wrong field for respawn_anchor_works kashike 2020-08-16 04:11:24 -0700
  • 1717d7f9b4 Add SimpleCommand.Invocation#alias function. Andrew Steinborn 2020-08-15 16:41:35 -0400
  • 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 -0400
  • c88a3807e7 Checkstyle strikes again! Andrew Steinborn 2020-08-11 13:26:00 -0400
  • d363d80a83 Use simplified form for new empty argument types Andrew Steinborn 2020-08-11 13:25:02 -0400
  • 717f2a070d Remove any use of the word "dummy" Andrew Steinborn 2020-08-11 13:24:05 -0400
  • c0af5668b9
    Merge pull request #338 from xxDark/read-timeout Andrew Steinborn 2020-08-10 23:05:52 -0400
  • d83c5327c7
    Merge pull request #351 from VelocityPowered/future/1.16.2-velocity-1.1.0 Andrew Steinborn 2020-08-10 21:46:41 -0400
  • ab10b6de1e Cross our fingers and hope this is 1.16.2 Andrew Steinborn 2020-08-10 21:46:13 -0400
  • 1a31b99701 1.16.2-rc2 Andrew Steinborn 2020-08-10 12:53:23 -0400
  • 24ca6156ac Add missing DimensionData field Andrew Steinborn 2020-08-07 14:30:33 -0400
  • ba66d15b1d 1.16.2-rc1 Andrew Steinborn 2020-08-07 13:35:31 -0400
  • 9d36f9094d Fall back to wrapping the name in a component. Should fix #349 for real. Andrew Steinborn 2020-08-07 07:19:22 -0400
  • 46e34ddb7f Allow serializing legacy hover events Andrew Steinborn 2020-08-06 20:51:44 -0400
  • cab6919a46 Switch to adventure-nbt and fix server switching on 1.16.2-pre3 Andrew Steinborn 2020-08-06 17:38:52 -0400
  • cb4555fa70 Merge branch 'dev/1.1.0' into future/1.16.2-velocity-1.1.0 Andrew Steinborn 2020-08-06 17:37:10 -0400
  • 5cceebdffc Read PlayerListItem display names according to the protocol version. Andrew Steinborn 2020-08-06 15:13:22 -0400
  • b34b198064 1.16.2-pre3 Andrew Steinborn 2020-08-06 15:08:50 -0400
  • 6cec09974a Properly fix debug logging Andrew Steinborn 2020-08-06 11:09:11 -0400
  • b2d9e11217 Fix packet decode logging not giving useful errors Andrew Steinborn 2020-08-06 07:42:42 -0400
  • d79c1d0407 Port of #325 for Velocity 1.1.0 Andrew Steinborn 2020-08-05 18:12:36 -0400
  • e94778c149
    Resolve code style issue xxDark 2020-08-05 21:31:51 +0300
  • 3beaeb2df7
    Merge pull request #341 from alexstaeding/feature/shutdown-api Andrew Steinborn 2020-08-05 11:35:38 -0400
  • bb4bff7d34
    Respect nodes' requirements (#350) Ivan Pekov 2020-08-05 18:33:03 +0300
  • 76173e4145
    Add PRE_SERVER_JOIN to DisconnectEvent#LoginStatus (#346) Jacob Allen 2020-08-04 16:30:17 -0400
  • 87bff1a123 Remove nextProtocolVersion from MinecraftConnection Andrew Steinborn 2020-08-04 12:14:28 -0400
  • e57c6d00c0 Move AutoReadHolderHandler after MinecraftDecoder. Andrew Steinborn 2020-08-04 11:57:18 -0400
  • 3b8f3ae960
    Merge pull request #344 from alexstaeding/feature/pluginMessageEvent-dataAsInputStream Andrew Steinborn 2020-08-03 11:37:02 -0400
  • 2a04932112 Fix typo in register() where the primary alias would be unregistered if other aliases were specified. Andrew Steinborn 2020-08-03 08:07:34 -0400
  • c963343e27
    Add dataAsInputStream() to PluginMessageEvent Alexander Staeding 2020-08-03 00:22:36 +0200
  • fc51f1c203
    Merge pull request #342 from xxDark/tab Andrew Steinborn 2020-07-31 14:06:20 -0400
  • a282afb5db Return earlier, predict list's size for tab clearing xDark 2020-07-31 19:19:26 +0300
  • 933c81b9bf Fix legacy register command not allowing command overrides Andrew Steinborn 2020-07-31 10:58:27 -0400
  • 5dcc0460a1
    Merge pull request #340 from xxDark/channel-factory Andrew Steinborn 2020-07-31 07:49:11 -0400
  • 76bef13377 Remove deprecated members xDark 2020-07-31 14:17:31 +0300
  • a6964bd31c Update for breaking Adventure boss bar changes Andrew Steinborn 2020-07-30 20:16:20 -0400
  • 190bef375a
    Add shutdown methods to ProxyServer Alexander Staeding 2020-07-30 21:48:58 +0200
  • 6379936f32 Fix code style xDark 2020-07-30 17:36:57 +0300
  • d65507d4d5 Use channel factories to create new channels xDark 2020-07-30 17:34:37 +0300
  • e3a95b4783 Actually fix accidental breaking change not allowing aliases to be overridden. Andrew Steinborn 2020-07-30 06:06:37 -0400
  • 7f1ee77a69 Fix accidential breaking change not allowing aliases to be overridden. Andrew Steinborn 2020-07-30 06:03:29 -0400
  • 306221a92f Use default shutdown reason if the disconnect message is blank. Andrew Steinborn 2020-07-30 06:01:38 -0400
  • 4958bb76e7 Add timeout property in default configuration xDark 2020-07-29 17:30:24 +0300
  • b79f6ad827 Make initial read timeout configurable xDark 2020-07-29 16:59:39 +0300
  • 4c5636e6f7 Lie about command invocation succeeding if there is a syntax error. Andrew Steinborn 2020-07-29 06:20:16 -0400
  • b6a60b610a Resolve (most) issues flagged by @hugmanrique in 65e1b7be87 Andrew Steinborn 2020-07-29 05:51:40 -0400
  • 89f98ce57d Make Disposable interface implement Closeable Andrew Steinborn 2020-07-29 05:34:15 -0400
  • c2db8d4ac1 Swallow Throwable since plugins are naughty and don't do the right thing -_- Andrew Steinborn 2020-07-29 03:58:04 -0400
  • 65e1b7be87 Hints will override the default catch-all by default Andrew Steinborn 2020-07-29 03:55:59 -0400
  • ae0bf6cfca Fix compile with JDK 8 Andrew Steinborn 2020-07-29 03:47:02 -0400
  • 6cc6e0f641
    New command API (#330) Hugo Manrique 2020-07-29 09:43:16 +0200
  • 5a515f37a3 Add missing allowed check. Fixes #335 Andrew Steinborn 2020-07-28 16:50:34 -0400