1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-04 15:31:48 +00:00
Commit Graph

180 Commits

Author SHA1 Message Date
Tim203
a65d4e821d First part of news 2021-06-08 14:48:30 +02:00
Tim203
0773c7d37b Merge remote-tracking branch 'origin/dev/2.0' into dev/2.0 2021-06-08 10:26:44 +02:00
Tim203
212e9d1372 Fixed compatibility with latest Geyser changes 2021-06-08 10:19:43 +02:00
Camotoy
1457481612 ??? 2021-06-06 20:06:17 -04:00
Camotoy
6af0c80162 Don't yell if Floodgate cannot remove the injection 2021-06-06 20:04:35 -04:00
Tim203
4403868633 Made Floodgate compatible with the latest Geyser common changes 2021-06-05 23:20:53 +02:00
Tim203
17810baa0d Made the debugger less spammy 2021-06-02 18:14:56 +02:00
Tim203
7edb66a692 Always use Unsafe for Bungeecord 2021-05-31 16:57:03 +02:00
Camotoy
f28f2f2c41 Merge branch 'dev/2.0' of https://github.com/GeyserMC/Floodgate into bungee-java-16 2021-05-31 09:48:04 -04:00
Camotoy
9939cf666e Remove unused imports 2021-05-30 13:20:48 -04:00
Camotoy
588b2b3803 Don't use reflection for GameProfile 2021-05-30 13:15:45 -04:00
Camotoy
81fc34a11c Literals first? OK. 2021-05-29 11:15:57 -04:00
Camotoy
c529cde773 Suppress PMD warning 2021-05-29 11:10:53 -04:00
Camotoy
b20c63fefa Velocity modern forwarding support 2021-05-29 10:59:57 -04:00
Tim203
b86c42c7eb Added an error margin for the timestamp 2021-05-28 16:33:11 +02:00
Tim203
aaee1a2164 Added a debug message for invalid timestamp 2021-05-27 16:55:00 +02:00
Tim203
904d26a66a Fixed an issue with time sync and added a log message for it 2021-05-27 00:56:38 +02:00
Tim203
bfa40f5f08 Make sure that the time we use is always the same across servers 2021-05-26 01:57:46 +02:00
Camotoy
bc00573c8d Fix BungeeCord Java 16 support 2021-05-15 19:28:50 -04:00
Tim203
a80d0e18e1 Use the correct uuid instead of always always using the xuid 2021-05-04 16:16:45 +02:00
Tim203
34a793f41f You can now fetch xuid by gamertag and gamertag by xuid 2021-04-27 18:40:54 +02:00
Tim203
dd092eb279 Made combining GlobalLinking with own linking work again
An instance of InjectorHolder was already bound to a child injector at the point that we request to inject GlobalPlayerLinking. This causes Guice to not create a new instance, because it was already bound somewhere in the injector.
2021-04-23 23:41:39 +02:00
Tim203
2e88eaffa4 Some more changes 2021-04-23 17:52:29 +02:00
Tim203
f46791bd18 Fixed issues with MariaDB support and renamed MariaDB to MySQL 2021-04-23 11:40:28 +02:00
Tim203
2cb0162f64 Allow people to register a PacketHandler 2021-04-23 01:05:01 +02:00
Tim203
c722c8e8c8 Added a way to handle packets easily. ProtocolSupport support fixed 2021-04-23 00:53:18 +02:00
Camotoy
63b6e56a0d Begin to fix ProtocolSupport support. DOES NOT WORK. 2021-04-21 20:15:31 -04:00
Tim203
7865c311ee Use fastutil's Int to Object Map instead of Netty's 2021-04-21 23:32:28 +02:00
Tim203
1fc713c32a Use a development version of Cloud. Fixes GeyserMC/Floodgate#139 2021-04-21 22:49:51 +02:00
Tim203
ee91f444b6 Allow skin uploader to log messages instead of closing the connection 2021-04-17 17:41:48 +02:00
Tim203
2820650d41 int readability = 0; if (++readability > 0) sout("unreadable!"); 2021-04-11 19:57:32 +02:00
Tim203
d844216e80 Limit Bungee injection tries. Explicitly define cumulus in the api pom 2021-04-11 19:43:41 +02:00
Tim203
fcd433d2e1 Only cancel the event when allowed is false 2021-04-09 08:21:10 +02:00
Tim203
21182fe8b4 Relocate fastutil 2021-04-06 22:53:34 +02:00
Tim203
9549466ec4 Update fastutil dependencies 2021-04-06 17:07:16 +02:00
Tim203
98df9179ae Added an option to require linked accounts 2021-04-03 21:10:17 +02:00
Tim203
30ca8e6e25 Update submodule 2021-04-02 14:05:42 +02:00
Tim203
12022fcffb Allow combining local with global linking. Improved the config updater 2021-04-02 14:00:58 +02:00
Tim203
64d1d6cd78 Made the Bungeecord injector waterproof again 2021-04-02 11:24:56 +02:00
Tim203
92ea79e750 Improved the Bungee injector 2021-04-02 01:49:16 +02:00
Tim203
621678602f Add prefix and replace spaces for the whitelisted Bedrock user 2021-03-31 12:03:45 +02:00
Tim203
bab001c40f Register the whitelist command correctly, whoops 2021-03-29 22:20:26 +02:00
Tim203
b5e7d05315 Fixed #124 and whitelist command only works on non-proxies. 2021-03-29 20:06:26 +02:00
Tim203
0bbe3d8cf1 Close stuff correctly 2021-03-28 20:44:05 +02:00
Tim203
d27cc9479f Added a way to get the Floodgate prefix using the API 2021-03-26 18:13:04 +01:00
Tim203
bdcc7795c4 Prepare for upcoming changes 2021-03-24 16:28:21 +01:00
Tim203
c10f21afc8 Changed the default config a bit (again) 2021-03-24 15:49:14 +01:00
Tim203
bc0f298e5c Changed the default config a bit 2021-03-24 15:25:19 +01:00
Tim203
77b836ff60 Add submodules to the Jenkinsfile and exclude floodgate-common 2021-03-24 00:40:26 +01:00
Tim203
0b4d9b3e35 Lets try this 2021-03-23 19:35:06 +01:00