Commit Graph

  • cb29c5e226 Merge pull request #655 from games647/dependabot/maven/com.velocitypowered-velocity-api-3.1.0 games647 2021-11-28 14:04:50 +01:00
  • d8cd39a974 Merge pull request #654 from games647/dependabot/maven/io.papermc-paperlib-1.0.7 games647 2021-11-28 14:04:44 +01:00
  • 9a2bc14b72 Bump velocity-api from 3.0.1 to 3.1.0 dependabot[bot] 2021-11-28 12:48:34 +00:00
  • f5a60ca0b3 Bump paperlib from 1.0.6 to 1.0.7 dependabot[bot] 2021-11-28 12:46:15 +00:00
  • 10a7b01bc7 Merge branch 'Smart123s-feature/geyser/allowOfflineNameConflict' games647 2021-11-28 13:45:33 +01:00
  • 909f263189 Update GH Actions to build with Java 16 Smart123s 2021-10-25 11:29:40 +02:00
  • 2f61a8f8ad Add packet level checks for Geyser Smart123s 2021-10-24 17:33:34 +02:00
  • d0a7832929 Remove unused Floodgate 1.0 dependency Smart123s 2021-10-24 16:24:50 +02:00
  • 2ac638f3f9 Merge bedrock packet checks into a single function Smart123s 2021-10-24 16:23:07 +02:00
  • af0bc34255 Use local Floodgate instance Smart123s 2021-10-24 15:32:30 +02:00
  • fcd2aa95f0 Use BedrockService in JoinManagement Smart123s 2021-10-24 15:30:47 +02:00
  • f76c7bd62f Create generalized BedrockService class Smart123s 2021-10-24 14:45:20 +02:00
  • f570474fa3 Detect Geyser connections at packet level Smart123s 2021-10-24 10:18:34 +02:00
  • 3ee6cb2ada Create stub GeyserService Smart123s 2021-10-23 10:09:04 +02:00
  • 5612ca744b Fix relocating mariadb driver in Velocity games647 2021-11-04 10:29:57 +01:00
  • d2c94af4a7 Merge pull request #636 from Smart123s/fix/floodgate/pluginmessage games647 2021-10-24 20:23:53 +02:00
  • 4c514c269b Fix "No Session" in plugin messaging Smart123s 2021-10-24 18:24:50 +02:00
  • 40b4eae756 Merge pull request #635 from Smart123s/fix/floodgate/prefix-detect games647 2021-10-23 17:38:14 +02:00
  • 9978fe69d5 Fix Floodgate detection for buggy ProtocolLib Smart123s 2021-10-23 13:30:03 +02:00
  • 94299d2547 Prefixed names for packet level Floodgate checks Smart123s 2021-10-23 13:24:40 +02:00
  • ef6f0fc436 Fix detecting floodgate on plugin name games647 2021-10-11 16:08:01 +02:00
  • 1f83a656cc Merge pull request #629 from Krakenied/main games647 2021-10-10 13:38:29 +02:00
  • d7e0a4469f Fix #627 - skip Floodgate config validation if there's no Floodgate installed Fix BungeeManager NPE Krakenied 2021-10-09 19:51:46 +02:00
  • 28480a0f01 Add floodgate service to Bungee games647 2021-10-05 15:39:01 +02:00
  • a3bf875976 Encapsulate floodgate hooks games647 2021-10-05 15:35:43 +02:00
  • 11c91e6428 Merge pull request #622 from BOT-Neil/main games647 2021-10-05 14:39:36 +02:00
  • 8490ff628c Update JoinManagement.java BOT-Neil 2021-10-01 17:15:05 +02:00
  • 0d7b8e237d Update JoinManagement.java BOT-Neil 2021-10-01 13:29:02 +02:00
  • 8b4d4586a7 Fix compiling games647 2021-09-23 14:56:30 +02:00
  • cd55441e4e Allow configuring SSL requirements for MySQL instances games647 2021-09-23 14:55:23 +02:00
  • 17ecb186a5 Require full verification if SSL is enabled in MySQL games647 2021-09-23 14:43:24 +02:00
  • aaff7710e0 Merge pull request #612 from juanmuscaria/main games647 2021-09-22 12:47:21 +02:00
  • 37ac04c8ed Reformat games647 2021-09-22 12:13:33 +02:00
  • c2ec8c93b0 Use the MariaDB driver for a smaller footprint games647 2021-09-22 12:03:44 +02:00
  • 665881d19a Exclude gson already present in velocity games647 2021-09-22 12:01:08 +02:00
  • 5192b98d78 Use java runner for cache games647 2021-09-22 11:48:28 +02:00
  • 709edc6c0a Added comment to the config to notify about the different driver name juanmuscaria 2021-09-17 10:04:05 -03:00
  • c458bd383a Only remove the texture property from the player profile if forwardSkin is disabled juanmuscaria 2021-09-17 10:00:45 -03:00
  • 64fbbf759f Actually handle proxy shutdown this time juanmuscaria 2021-09-17 09:45:09 -03:00
  • 20379d13b2 Commented why org.slf4j is excluded from the final jar juanmuscaria 2021-09-17 09:40:12 -03:00
  • 310ef4068c Make PROXY_ID_fILE static juanmuscaria 2021-09-17 09:37:50 -03:00
  • bc4d9857b4 Ops, printing exception directly juanmuscaria 2021-09-17 09:36:51 -03:00
  • d0491d44ec Remove left over assertion juanmuscaria 2021-09-17 09:34:52 -03:00
  • 7ade127888 Relocate the MySql Driver juanmuscaria 2021-09-16 13:42:36 -03:00
  • 68a783bd40 Use path directly for loading the proxy uuid juanmuscaria 2021-09-16 13:25:35 -03:00
  • 352702eae4 Some code formatting and cleanup juanmuscaria 2021-09-15 20:08:03 -03:00
  • b6dfa4802a Removed old FIXME and added a new TODO juanmuscaria 2021-09-15 19:57:19 -03:00
  • fc226e1010 Moved LoginEvent logic to GameProfileRequestEvent. Allow overwriting online mode uuid and support for forwardSkin. Added one second delay for login command. juanmuscaria 2021-09-15 19:55:00 -03:00
  • 4befb35af9 Added a way to generate or use a predefined proxy uuid. juanmuscaria 2021-09-15 18:34:37 -03:00
  • 01632ec125 Cleanup unused imports juanmuscaria 2021-09-15 15:44:51 -03:00
  • 268c70bc51 Use org.slf4j.Logger directly juanmuscaria 2021-09-15 13:54:28 -03:00
  • ec7c421f83 [Security] Check if cracked user have the Floodgate prefix (#614) Enrique García 2021-09-15 16:50:55 +02:00
  • f82c85d3eb Ops, seems like velocity repo already mirrors the latest driver. juanmuscaria 2021-09-14 12:29:49 -03:00
  • 6e318ba9bb Use logger for exceptions juanmuscaria 2021-09-14 12:26:52 -03:00
  • 89d03bcc6b I missed that there was an alternative for bungee in the documentation juanmuscaria 2021-09-14 12:22:22 -03:00
  • 502b16a0e7 Fill all plugin metadata properly. juanmuscaria 2021-09-14 12:12:04 -03:00
  • de0655cba2 Changed the database driver to mysql juanmuscaria 2021-09-14 11:59:22 -03:00
  • 0e7d8a595d Added missing license header for some classes. juanmuscaria 2021-09-14 11:36:26 -03:00
  • 7178ea4587 Seems like this is generated automatically. juanmuscaria 2021-09-13 21:29:56 -03:00
  • e639e29dee Partial velocity support. juanmuscaria 2021-09-13 21:24:46 -03:00
  • d8021931b6 Merge pull request #606 from Smart123s/fg-nostorage-fix games647 2021-08-29 20:48:47 +02:00
  • 47ee2cf458 [ci skip] Merge pull request #609 from cmod31/patch-1 games647 2021-08-29 10:56:32 +02:00
  • d564d74443 BungeeCord/Waterfall section cmod31 2021-08-29 10:47:05 +02:00
  • 586b357be8 Don't crash if no storage is loaded Smart123s 2021-08-26 13:40:41 +02:00
  • 172efafc2b Merge pull request #602 from Smart123s/fg-bungee-handshake games647 2021-08-23 17:17:56 +02:00
  • 056b8a7af7 Recieve success message for Floodgate Smart123s 2021-08-15 17:29:11 +02:00
  • 198e8f9ea2 Fix Floodgate without auth plugin Smart123s 2021-08-15 17:23:47 +02:00
  • f39c3a1ea6 Update Floodgate repository Smart123s 2021-08-15 11:42:08 +02:00
  • 6fd1e5e79c Fix TCPShield compat by using raw address for sessions tcpshield_compat games647 2021-08-14 21:01:56 +02:00
  • 7dd0aa5bca Limit parallelism to one thread for SQLite games647 2021-08-14 17:54:57 +02:00
  • 213bacfab9 Add extra session logging games647 2021-08-14 17:05:27 +02:00
  • 232e9ac137 Use the address field for verify task games647 2021-08-14 17:05:18 +02:00
  • f8fe3d7d71 Do not silence exceptions for Floodgate games647 2021-08-12 20:39:14 +02:00
  • 4d4ecf3da7 Merge pull request #583 from games647/dependabot/maven/org.slf4j-slf4j-jdk14-1.7.32 games647 2021-07-26 10:06:59 +02:00
  • f80059987b Bump slf4j-jdk14 from 1.7.31 to 1.7.32 dependabot[bot] 2021-07-26 07:02:17 +00:00
  • 6e0272d92c Fix receiving login packet twice with ProtocolLib games647 2021-07-16 14:24:17 +02:00
  • 758ccb9bf2 Clean up games647 2021-07-14 16:33:31 +02:00
  • 0515ac193d Extract protocollib method detection games647 2021-07-14 16:33:18 +02:00
  • 864e551a88 Disable verbose verification output games647 2021-07-14 16:32:32 +02:00
  • 0a24d36ef8 [ci skip] Rephrase development build section games647 2021-07-12 17:25:52 +02:00
  • 8a535e1ad9 [ci skip] Merge pull request #574 from MAX-XiaoKui/patch-1 games647 2021-07-10 17:18:08 +02:00
  • ae66f1ab35 Update plugin SodionAuth's link MAX_小葵 2021-07-10 22:04:54 +08:00
  • ed725d991e [ci skip] Show user clickable links games647 2021-07-06 11:25:43 +02:00
  • e45d4b3482 [ci skip] Require what happened form games647 2021-07-06 11:20:36 +02:00
  • b5b5faaefb [ci skip] Add feedback message to forms games647 2021-06-30 17:23:54 +02:00
  • 51a28ae93f [CI-SKIP] Fix issue template syntax games647 2021-06-30 17:04:16 +02:00
  • d2fcdade0b [CI-SKIP] Try out issue forms games647 2021-06-30 17:02:19 +02:00
  • cde045d6fd Only build for main branches to fix duplicate actions with dependabot games647 2021-06-29 12:55:37 +02:00
  • ccdc455ce9 Clarify naming and structure games647 2021-06-22 14:07:47 +02:00
  • 4e1f5e9401 Add icons to issue templates games647 2021-06-22 13:25:57 +02:00
  • 2e64b52261 Migrate questions to discussions games647 2021-06-22 13:25:41 +02:00
  • 1f4757669c Allow packet modifications by other plugins games647 2021-06-22 11:15:21 +02:00
  • 496817afca Increase the rate limit for bigger servers games647 2021-06-21 18:00:45 +02:00
  • daf6f06a00 Name anti-bot feature explicitly for own rate limiting games647 2021-06-21 17:33:38 +02:00
  • 4be0e1333d [CI-SKIP] Add issue template descriptions games647 2021-06-19 18:02:11 +02:00
  • 58cee1e26e Exclude more transitive dependencies games647 2021-06-17 15:02:24 +02:00
  • 9f89756820 Disable plugin if dependencies not available games647 2021-06-17 13:56:32 +02:00
  • d1daec436c Merge pull request #559 from Smart123s/fg2-ln-autoreg games647 2021-06-21 16:31:25 +02:00
  • 2626c21bc8 Add 'linked' option to 'autoRegisterFloodgate' Smart123s 2021-06-21 15:15:18 +02:00
  • 5607a19312 Merge pull request #560 from Smart123s/fg-player-to-account games647 2021-06-21 14:30:46 +02:00