Commit Graph

  • b6a60b610a Resolve (most) issues flagged by @hugmanrique in 65e1b7be87 Andrew Steinborn 2020-07-29 05:51:40 -04:00
  • 89f98ce57d Make Disposable interface implement Closeable Andrew Steinborn 2020-07-29 05:34:15 -04:00
  • c2db8d4ac1 Swallow Throwable since plugins are naughty and don't do the right thing -_- Andrew Steinborn 2020-07-29 03:58:04 -04:00
  • 65e1b7be87 Hints will override the default catch-all by default Andrew Steinborn 2020-07-29 03:55:59 -04:00
  • ae0bf6cfca Fix compile with JDK 8 Andrew Steinborn 2020-07-29 03:47:02 -04:00
  • 6cc6e0f641 New command API (#330) Hugo Manrique 2020-07-29 09:43:16 +02:00
  • 5a515f37a3 Add missing allowed check. Fixes #335 Andrew Steinborn 2020-07-28 16:50:34 -04:00
  • 7ab56d0ca0 Correctly populate the server address in the Forge case. Fixes #334 (correctly). Andrew Steinborn 2020-07-27 17:24:04 -04:00
  • c377ed4b57 Preserve plugin load order correctly Andrew Steinborn 2020-07-25 17:21:42 -04:00
  • 2a29813bde Well, this is embarassing. Andrew Steinborn 2020-07-24 21:15:07 -04:00
  • c3dcf9b1dd Strictly validate server ping state Andrew Steinborn 2020-07-23 11:44:48 -04:00
  • f34b5ac2fc Yet another breaking change in the Adventure API Andrew Steinborn 2020-07-22 11:18:46 -04:00
  • bf0ae6b856 Revert Configurate bump - it's not on the usual places Andrew Steinborn 2020-07-21 21:03:07 -04:00
  • 3ac403539d Bump dependencies: Andrew Steinborn 2020-07-21 21:00:38 -04:00
  • a55e690ad6 These aren't designed to be extended in any way. Andrew Steinborn 2020-07-21 19:41:15 -04:00
  • 250a35e53b Fix typo, thanks @hugmanrique for spotting this Andrew Steinborn 2020-07-21 11:52:31 -04:00
  • e32acbaae7 Disable Netty resource leak detector by default. Andrew Steinborn 2020-07-21 11:20:15 -04:00
  • c3e2321994 Update this with the true default. Andrew Steinborn 2020-07-20 22:08:30 -04:00
  • 76abb790e1 Merge branch 'Wiiimm-add-command-logging' into dev/1.1.0 Tim 2020-07-20 22:03:09 -04:00
  • ecec5e487a Add logging to command executions by players (#332) Andrew Steinborn 2020-07-20 22:03:07 -04:00
  • cb261c6513 Better handle not failing over on a read timeout Andrew Steinborn 2020-07-20 21:55:33 -04:00
  • f9f60e1489 Small code cleanups and switch more stuff to adventure Andrew Steinborn 2020-07-19 18:23:47 -04:00
  • da92d83b14 Make the logging of commands configurable Tim 2020-07-19 21:49:12 +02:00
  • a9df92d308 Add logging to command executions by players Tim 2020-07-19 19:46:10 +02:00
  • 21ad6a433f Add MessageRaw support to BungeeCordMessageResponder Andrew Steinborn 2020-07-16 15:18:11 -04:00
  • f6bdab8e53 Clean up unused import Andrew Steinborn 2020-07-16 12:44:36 -04:00
  • 4f19bfde3d Fix various problems with GS4QueryHandler Andrew Steinborn 2020-07-16 12:44:02 -04:00
  • 2296a9d8dd Fix compile error caused by adventure changes Andrew Steinborn 2020-07-16 11:50:48 -04:00
  • 72ce5c86ba Improve Velocity networking pipeline when under stress Andrew Steinborn 2020-07-16 11:44:55 -04:00
  • f93e227491 Further improvements to pipeline in the worst-case scenario. Andrew Steinborn 2020-07-15 18:26:48 -04:00
  • a8651f561d Update to event 4.0.0-SNAPSHOT for an optimized event path Andrew Steinborn 2020-07-15 17:07:38 -04:00
  • 98f1faf759 Work around ByteToMessageDecoder trying to be send more messages upstream when we wanted to discard them altogether Andrew Steinborn 2020-07-15 16:52:48 -04:00
  • ce74dcc483 Try not to be crafty here Andrew Steinborn 2020-07-15 16:33:42 -04:00
  • ff99b2b248 Convert all Velocity commands to use adventure text components Andrew Steinborn 2020-07-14 21:31:32 -04:00
  • bcab3be2e2 Fix Checkstyle error Andrew Steinborn 2020-07-14 21:31:16 -04:00
  • 725fc2e16c Merge pull request #329 from Proximyst/dev/1.1.0-async-suggestions Andrew Steinborn 2020-07-14 18:32:11 -04:00
  • 9c8c851d12 Add async command suggestions Mariell Hoversholm 2020-07-14 23:55:34 +02:00
  • 4c3d9de5fe Add ServerPostConnectEvent as a less confusing (and non-blocking) alternative to ServerConnectedEvent Andrew Steinborn 2020-07-12 16:13:04 -04:00
  • f841d7590a Remove unused parameter Andrew Steinborn 2020-07-12 11:57:07 -04:00
  • 21bc050f9c Fix Checkstyle issues again Andrew Steinborn 2020-07-12 11:56:50 -04:00
  • d47462c606 Fix accidential deprecation Andrew Steinborn 2020-07-12 11:42:44 -04:00
  • 6e84261166 Merge branch 'dev/1.1.0' into adventure-api Andrew Steinborn 2020-07-12 01:49:08 -04:00
  • 86259f788f Adjust for recent adventure API changes. Andrew Steinborn 2020-07-11 12:00:54 -04:00
  • 81aed2cd1d Get the Nexus credentials from the environment Andrew Steinborn 2020-07-04 03:35:08 -04:00
  • 4469a89aaa Point all new Maven artifact deploys to Nexus Andrew Steinborn 2020-07-04 03:19:38 -04:00
  • 85d88d59d3 Fix pinging being "delayed" on 1.7 Andrew Steinborn 2020-07-03 19:16:55 -04:00
  • 079b352c97 Add a new loginstatus for CANCELLED_BY_USER_BEFORE_COMPLETE Andrew Steinborn 2020-07-03 17:48:20 -04:00
  • 4c1db86760 Merge branch 'make-disconnectevent-more-sane' into dev/1.1.0 Andrew Steinborn 2020-07-03 17:26:24 -04:00
  • 801ae4f33d Add one more case to disconnectedDuringLogin() Andrew Steinborn 2020-07-03 17:26:11 -04:00
  • 209291e702 Improve the test a little Andrew Steinborn 2020-07-01 00:36:12 -04:00
  • 07da606abd Add OnceTest Andrew Steinborn 2020-06-30 22:54:49 -04:00
  • 47560442ca Remove SyncMap for now, use more obvious and correct MapMaker Andrew Steinborn 2020-06-30 22:46:21 -04:00
  • 1b8955a76b Add initial adventure boss bar support Andrew Steinborn 2020-06-30 22:33:07 -04:00
  • 5285a3c155 Remove AdventureCompact in favor of the text 3.x serializer added in KyoriPowered/adventure-platform#23 Andrew Steinborn 2020-06-29 23:34:59 -04:00
  • ea52cedfdf Fire ProxyShutdownEvent before closing the scheduler / event bus Luck 2020-06-29 15:48:28 +01:00
  • 1938013ab2 Make DisconnectEvent more sane Andrew Steinborn 2020-06-29 11:17:08 -04:00
  • 5b9dbb74c9 Fix up some annotations Andrew Steinborn 2020-06-29 10:42:01 -04:00
  • 22afd1cf41 Since we're deprecating stuff, mark toml4j as deprecated Andrew Steinborn 2020-06-28 23:25:09 -04:00
  • 70698246bf Get everything compiling and Checkstyle clean Andrew Steinborn 2020-06-28 23:20:46 -04:00
  • c2edd82b16 Use more idiomatic adventure text serializer Andrew Steinborn 2020-06-28 23:13:57 -04:00
  • 0c6039a773 Make sure console is included in the ProxyServer audience Andrew Steinborn 2020-06-28 22:57:28 -04:00
  • c4f143a2bc Implement adventure title APIs Andrew Steinborn 2020-06-28 22:52:46 -04:00
  • 5c02d6b007 RegisteredServer and ProxyServer now implement MultiAudience Andrew Steinborn 2020-06-28 22:01:45 -04:00
  • 8ef2835a47 Fix API breaking change, deprecate ProxyAudience Andrew Steinborn 2020-06-28 21:44:44 -04:00
  • 70a989e955 Minor cleanup and add some missing Deprecated tags Andrew Steinborn 2020-06-28 21:29:25 -04:00
  • 2e7a598916 Initial commit of adventure-adapted Velocity API. Andrew Steinborn 2020-06-28 21:23:01 -04:00
  • 7fd76962f2 Graceful fallback if these values are absent Andrew Steinborn 2020-06-27 23:03:47 -04:00
  • 62703780e1 Fix a few areas of concern spotted by JITWatch Andrew Steinborn 2020-06-27 21:33:05 -04:00
  • 7e1f01f13a Bump Guice version to support Java 14 plugins Andrew Steinborn 2020-06-26 23:40:48 -04:00
  • 51819b563f Tolerate broken brand sending by some bots. Andrew Steinborn 2020-06-24 22:32:44 -04:00
  • 28d2366c73 Switch Velocity from existing toml4j+homebrew TOML serializer to night-config. Andrew Steinborn 2020-06-24 21:31:39 -04:00
  • 4bebda2549 Loosen Checkstyle rules for this. Andrew Steinborn 2020-06-24 11:33:52 -04:00
  • 7eaa6ef939 Fix saving of escaped strings Andrew Steinborn 2020-06-24 11:21:34 -04:00
  • 2f11c22003 Add Minecraft 1.16.1 compatibility Andrew Steinborn 2020-06-24 10:07:24 -04:00
  • 283d8d71b6 Restore compatibility with TCPShield plugin with recent change Andrew Steinborn 2020-06-24 00:07:27 -04:00
  • 780e1c8be5 Handle duplicates from server pings gracefully Andrew Steinborn 2020-06-23 23:03:19 -04:00
  • fd231c71fd Restore server disconnect messages. Andrew Steinborn 2020-06-23 21:56:59 -04:00
  • 24cd1f4da0 Allow showing ping requests in the console. Andrew Steinborn 2020-06-23 17:05:01 -04:00
  • 1fe01596d2 Fix escaping issues with spaces in server names Andrew Steinborn 2020-06-23 16:07:06 -04:00
  • f7f4620b53 Temporarily revert DisconnectEvent changes due to some issues Andrew Steinborn 2020-06-23 14:48:01 -04:00
  • ae6afc8b18 Fix Minecraft 1.7 support (bad merge) Andrew Steinborn 2020-06-23 13:17:36 -04:00
  • 68e5b64c33 Don't contradict yourself. Andrew Steinborn 2020-06-23 10:00:08 -04:00
  • 43223548f4 Update outdated readme for natives. Andrew Steinborn 2020-06-23 09:57:04 -04:00
  • 0684e08f67 Really suppress the initial connection stuff Andrew Steinborn 2020-06-23 08:32:47 -04:00
  • e9cc390abd Revert "Clean up ClientPlaySessionHandler#handle(PluginMessage)" Andrew Steinborn 2020-06-23 08:22:09 -04:00
  • df82c0b566 Suppress some really annoying spam Andrew Steinborn 2020-06-23 07:56:19 -04:00
  • 9dda0ba9dd Commit the other aarch64 native recompiled on Debian 9 Andrew Steinborn 2020-06-23 07:55:41 -04:00
  • f00301e15b Add aarch64 natives compiled on Debian 9 Andrew Steinborn 2020-06-22 20:56:07 -04:00
  • 316bf46181 Bump to Netty 4.1.50.Final again Andrew Steinborn 2020-06-22 20:42:42 -04:00
  • 6ec2ad3c7a Anticipatory bump to final Minecraft 1.16 version Andrew Steinborn 2020-06-22 20:25:38 -04:00
  • 676ce7b7fd Use compression native compiled on CentOS 7 Andrew Steinborn 2020-06-22 20:17:52 -04:00
  • 1bb84f81df Rewrite native crypto to use OpenSSL Andrew Steinborn 2020-06-22 20:14:46 -04:00
  • bd0455caa0 Remove file Andrew Steinborn 2020-06-22 07:46:03 -04:00
  • 877f98b87a Fix typo in LibdeflateVelocityCompressor Andrew Steinborn 2020-06-21 14:14:41 -04:00
  • 91743aaa9d Merge branch 'dev/1.1.0' into future/1.16-velocity-1.1.0 Andrew Steinborn 2020-06-21 13:40:19 -04:00
  • ab9115178b Merge branch 'decode-multiple' into dev/1.1.0 Andrew Steinborn 2020-06-21 13:39:24 -04:00
  • d1a5d8dd82 Fix compile on JDK 8 and bad merge Andrew Steinborn 2020-06-21 13:38:05 -04:00
  • 09f71dede9 Rebase #310 on Velocity 1.1.0 Andrew Steinborn 2020-06-20 23:26:24 -04:00
  • ada35ff286 Merge branch 'Xernium-future/1.16' into future/1.16-velocity-1.1.0 Andrew Steinborn 2020-06-20 23:24:32 -04:00
  • cd9bb61f20 Merge branch 'future/1.16' of https://github.com/Xernium/Velocity into Xernium-future/1.16 Andrew Steinborn 2020-06-20 23:11:19 -04:00