Commit Graph

  • 568ad7a621 Add configuration option to kick players when toggling premium state 1.12-kick-toggle TuxCoding 2025-04-23 17:12:32 +02:00
  • 1464ef2952 Add command invoker for change command events TuxCoding 2025-04-23 16:46:37 +02:00
  • 46239c9ffc Use InboundConnection as session keys for Velocity TuxCoding 2025-04-23 12:22:10 +02:00
  • 083068b856 Update Mockito for newer Java versions TuxCoding 2025-04-23 12:21:24 +02:00
  • dd2aa922d7 [ci-skip] Add project logo TuxCoding 2025-03-18 17:22:26 +01:00
  • b77ea285e5 Be more precise about why using legacy scheduler games647 2024-07-09 14:41:47 +02:00
  • f8f0e7ac7a Drop lombok tool games647 2024-07-09 12:01:53 +02:00
  • 927f09af67 Fix ProtocolLib version and paper URL (#1269) main games647 2024-12-02 11:40:45 +01:00
  • 9dee4e56a1 Fix ProtocolLib version and paper URL Elikill58 2024-12-01 22:10:06 +01:00
  • 4dd6b9ade4 Fix finding player network channel with Protocollib and Floodgate games647 2024-07-08 12:38:10 +02:00
  • 51efb9d62d Extract username for protocollib packets games647 2024-07-08 12:29:49 +02:00
  • 1a56741112 Merge pull request #1223 from Smart123s/fix/floodgate/velocity-1 games647 2024-07-08 11:40:28 +02:00
  • 7f488498cf Minor code styling games647 2024-07-08 10:46:48 +02:00
  • 9a40cf0afb Mark Floodgate Join events as fired too Smart123s 2024-07-06 18:10:52 +02:00
  • 2d177e3df5 Retrieve and use Floodgate username in Velocity PreLoginEvent Smart123s 2024-07-06 18:10:26 +02:00
  • bdd7af8290 Use case-sensitive name from the event joining player games647 2024-07-05 14:45:20 +02:00
  • 29100b5376 Merge pull request #1214 from games647/dependabot/maven/development-dependencies-ac1d0d4f7c games647 2024-07-02 14:18:04 +02:00
  • bcb1893176 Merge pull request #1215 from games647/dependabot/maven/production-dependencies-8573e958dd games647 2024-07-02 14:17:43 +02:00
  • 5fb6308130 Fix finding the player injector with newer ProtocolLib versions games647 2024-07-02 14:16:56 +02:00
  • a33f53e259 Bump the production-dependencies group across 1 directory with 10 updates dependabot[bot] 2024-07-01 07:58:40 +00:00
  • fb6209d26c Bump the development-dependencies group across 1 directory with 2 updates dependabot[bot] 2024-07-01 07:57:04 +00:00
  • 829c70a51b Disable connection verification by default games647 2024-05-22 15:32:24 +02:00
  • 2876448e0c Merge pull request #1201 from games647/dependabot/maven/production-dependencies-e9fd1767f2 games647 2024-05-22 15:13:53 +02:00
  • ad815777d4 Send login command from proxy immediately 2.0 games647 2024-05-21 21:55:23 +02:00
  • 9a400f5ae1 Only print premium warning on command sender site games647 2024-05-21 21:53:30 +02:00
  • c7254034bb Modularize authentication backends games647 2024-05-21 17:07:09 +02:00
  • 7a8e5a59d0 Restore older Java compatibility games647 2024-05-21 17:00:04 +02:00
  • 2b60153f8a Merge pull request #1205 from wtlgo/main games647 2024-05-21 16:47:03 +02:00
  • 54b49eb6be Fix floodgate config parsing wtlgo 2024-05-21 17:02:46 +03:00
  • d04e421927 Migrate to new HTTP client games647 2024-05-21 15:09:45 +02:00
  • 6005f0db44 Minor clean up games647 2024-05-21 15:09:28 +02:00
  • f50004f50d Drop configuration for outgoing IP addresses games647 2024-05-21 15:08:12 +02:00
  • b6b95d50e5 Update HikariCP games647 2024-05-21 14:47:34 +02:00
  • be2ec1e5a8 Clean up methods names and documentation games647 2024-05-21 14:41:41 +02:00
  • e9643ee3e2 Simplify bug report template by dropping expected behavior games647 2024-05-21 12:36:41 +02:00
  • 9f5186a3ed Revert "Minor code recommendations" floodgate-1173 games647 2024-05-21 11:01:38 +02:00
  • f1b780c398 Clarify pending logins methods games647 2024-05-11 11:15:13 +02:00
  • 33d3c751b9 Sanity check password generator games647 2024-05-11 11:13:52 +02:00
  • 00c0bd3b7b Reduce build dependency bloat games647 2024-05-11 11:12:35 +02:00
  • 492a17e7de Re-enable paper release repo to fix retrieving bungeecord and datafix games647 2024-05-10 12:20:39 +02:00
  • c063e7b58d Added shouldAuthenticate field for ProtocolLib games647 2024-05-10 12:10:31 +02:00
  • 0c64597ff0 Override packet types until they are registered at ProtocolLib games647 2024-05-10 12:07:47 +02:00
  • 9c06401e69 Fail safely if MinecraftEncryption is not found in newer versions games647 2024-05-10 12:06:52 +02:00
  • 1f9253895c Document missing premium parameter games647 2024-05-10 12:06:20 +02:00
  • 41a23bb292 Netty is no longer needed for tests games647 2024-05-10 10:09:24 +02:00
  • 756b777056 Use a better method name for StoredProfile.isPremium games647 2024-05-10 10:09:12 +02:00
  • 204d25a739 Re-order and remove outdated auth plugin documentation games647 2024-05-10 10:03:18 +02:00
  • 07e19b590a Fix missing class games647 2024-05-08 09:33:36 +02:00
  • 64d291556a Bump com.mycila:license-maven-plugin dependabot[bot] 2024-05-07 18:34:18 +00:00
  • bb78043d64 Run delayed velocity tasks under our scheduler too games647 2024-05-07 20:31:55 +02:00
  • 7b6d2062cf Update license year games647 2024-05-06 16:40:24 +02:00
  • 3473611b90 Enforce stricter permissions on GitHub actions games647 2024-05-06 11:18:48 +02:00
  • 9fabc69ba9 Increase dependabot to monthly updates. games647 2024-05-06 11:18:28 +02:00
  • 5a782137af Exclude redundant snakeyaml dependency in BungeeCord games647 2024-05-06 11:17:44 +02:00
  • 4068fd06db Update platform dependencies games647 2024-05-06 11:17:16 +02:00
  • 1419b7d357 Use transitive dependencies from craftapi instead of explicitly games647 2024-05-06 11:16:42 +02:00
  • 690eabaa5e Use reflection for test to fix compiling core to older Java versions games647 2024-05-06 09:40:07 +02:00
  • caf5188246 Experimental bump of BungeeCord module to Java 17 games647 2024-05-05 13:29:06 +02:00
  • c905ca3d33 Move excluded shaded list to dependencies directly games647 2024-05-05 13:23:07 +02:00
  • 47b6835f37 Merge pull request #1200 from Freyhold/main games647 2024-05-05 13:20:07 +02:00
  • 884a4e0d65 Add critical guava and gson back from craftapi hubert-praca 2024-05-04 22:04:46 +02:00
  • 0ac8481d92 Synchronize velocity java version with upstream games647 2024-05-05 10:18:27 +02:00
  • f0209170c7 Exclude database windows authentication in velocity games647 2024-05-03 16:00:10 +02:00
  • e63642b146 Unlock yaml, because we are shipping it now games647 2024-05-03 15:59:20 +02:00
  • d58ef6b0a1 Add snakeyaml back games647 2024-05-03 11:18:15 +02:00
  • 8e35c5df90 Update dependencies games647 2024-05-03 10:43:57 +02:00
  • cf4d19aeca Update deps games647 2024-05-02 10:57:51 +02:00
  • 7479c8be87 Update compiler plugin to fix GH runner games647 2024-05-02 10:57:42 +02:00
  • 1889c2605e Add unit test for multi-release scheduler games647 2024-05-02 10:57:10 +02:00
  • 3925b66511 Merge pull request #1179 from games647/dependabot/github_actions/advanced-security/maven-dependency-submission-action-4.0.2 games647 2024-04-30 16:04:10 +02:00
  • 3f47356d35 Merge pull request #1195 from games647/dependabot/maven/production-dependencies-1cdc2e235a games647 2024-04-30 16:03:51 +02:00
  • 20c2126e53 Merge pull request #1191 from games647/dependabot/maven/development-dependencies-35f3e2a187 games647 2024-04-30 16:03:13 +02:00
  • e1335dccfe Bump the production-dependencies group across 1 directory with 6 updates dependabot[bot] 2024-04-30 13:59:35 +00:00
  • b9e94d3020 Improve threading by making use of green threads with Java 21 games647 2024-04-30 15:57:02 +02:00
  • 896e250fa2 Fix setting offline UUID with newer BungeeCord games647 2024-04-30 10:11:48 +02:00
  • 815ff39c96 Bump the development-dependencies group with 3 updates dependabot[bot] 2024-04-22 07:11:16 +00:00
  • 31d9f3cb4a Fix parsing of illegal uuids with spaces add-postgresql 0xFEEDC0DE64 2024-04-04 21:46:58 +02:00
  • 56e43fb146 Add support for postgresql 0xFEEDC0DE64 2024-04-04 17:43:23 +02:00
  • 4100daa22a Bump advanced-security/maven-dependency-submission-action dependabot[bot] 2024-04-01 07:57:04 +00:00
  • a65a5f3020 Make ignore states more verbose in Velocity games647 2024-02-13 16:54:11 +01:00
  • 8a729e069d Use current link for hastebin games647 2024-02-13 16:40:32 +01:00
  • d89d332273 Minor code recommendations games647 2024-02-13 16:40:14 +01:00
  • cd3cfef6d4 Do not encapsulate the task twice in Velocity games647 2024-02-13 16:38:47 +01:00
  • 6ec6e4844d Bump dependencies games647 2024-01-24 09:02:04 +01:00
  • 60a65377b8 Hint proxy setup guide and out of date versions games647 2024-01-24 09:01:45 +01:00
  • ffbf0ae3f4 Merge pull request #1151 from games647/dependabot/github_actions/advanced-security/maven-dependency-submission-action-4.0.0 games647 2024-02-01 11:38:47 +01:00
  • 4cf65cf7e5 Bump advanced-security/maven-dependency-submission-action dependabot[bot] 2024-02-01 07:45:51 +00:00
  • dbf5ae2fae [Velocity] Fix plugin resuming event processing if login is not handled games647 2024-01-23 13:59:49 +01:00
  • 707572a007 Add core module name games647 2024-01-16 14:08:47 +01:00
  • 108f5ad324 Transform velocity MariaDB transformers too games647 2024-01-15 17:01:02 +01:00
  • 2112d06162 Increase encryption key size for Spigot protocol games647 2024-01-15 16:37:48 +01:00
  • aece7f855d Update Java CI version games647 2024-01-15 16:29:26 +01:00
  • 33b4ac8494 [ci-skip] Fully qualify dependabot versions games647 2024-01-15 16:29:16 +01:00
  • 09161b86dd Merge pull request #1142 from games647/dependabot/maven/production-dependencies-eb968b0e20 games647 2024-01-15 16:25:55 +01:00
  • 57833bb40b Merge pull request #1133 from games647/dependabot/github_actions/github/codeql-action-3 games647 2024-01-15 16:23:45 +01:00
  • a1414a38ff Merge pull request #1141 from games647/dependabot/maven/development-dependencies-ca802ab3b6 games647 2024-01-15 16:23:24 +01:00
  • 0021bc476d Merge pull request #709 from Smart123s/feature/floodgate/newdb games647 2024-01-15 16:22:34 +01:00
  • 4b1e08a2f8 Bump the production-dependencies group with 5 updates dependabot[bot] 2024-01-15 07:40:02 +00:00
  • dbf5b8907e Bump the development-dependencies group with 1 update dependabot[bot] 2024-01-15 07:38:05 +00:00
  • e6dfa97e70 Bump github/codeql-action from 2 to 3 dependabot[bot] 2024-01-01 07:12:00 +00:00