1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00
Commit Graph

324 Commits

Author SHA1 Message Date
Tim203
41de3673a7 Changed how post-enable messages work internally + minor other changes 2022-07-11 11:13:37 +02:00
Tim203
904c584a2a Small changes to platforms and injectors 2022-07-09 19:23:02 +02:00
Tim203
1815613be6 Removed config holder and changed a few things 2022-07-03 22:03:52 +02:00
Tim203
69aacfa91b Started using plugin messages internally. Started subcommand refactor 2022-06-19 23:00:18 +02:00
Camotoy
6e2c19f118 Velocity modern forwarding support doesn't exist pre-1.13 2022-06-16 20:09:45 -04:00
Camotoy
a46f43d19a Fix Velocity modern forwarding with 1.19
Fixes https://github.com/GeyserMC/Geyser/issues/3039, #321
2022-06-13 15:29:45 -04:00
Tim203
a7a6366ec1 Patch for people who updated to 2.2 early, and fixed previous push.
The config updater didn't re-add the quotes that strings with special characters (or no characters) should have, which resulted in the usernamePrefix becoming invalid or null. While this has been fixed for people that use the config updater with the latest version, people that already updated can't update again, and would have to edit the config manually.
2022-06-11 15:39:12 +02:00
Tim203
59b37f20e4 Disable key encryption requirement for Floodgate Velocity players 2022-06-11 14:58:15 +02:00
Tim203
af4030ac12 Re-added support for BungeeCord 1.18
Metrics showed that more than 33% of the BungeeCord platform users still use a 1.18.x version
2022-06-11 14:12:13 +02:00
Tim203
5d5713ed9e Fixed BungeeCord 1.19 support
Since everyone generally updates their proxy this doesn't provide backwards compatibility with BungeeCord versions that don't support 1.19 clients.
2022-06-08 21:50:51 +02:00
Tim203
1eec00606c Fixed building 2022-06-08 00:08:39 +02:00
Tim203
d68c9d6055 Bump version to 2.2 2022-06-07 23:08:16 +02:00
Tim203
78254df1de Use release version of Cumulus 1.1 2022-06-07 00:33:03 +02:00
Tim203
e824d0f4d1 Re-added the old sendForm methods 2022-06-06 11:16:11 +02:00
Tim203
8bd2e2d39a Merge remote-tracking branch 'origin/dev/2.1.1' into feature/cumulus-1.1
# Conflicts:
#	build-logic/src/main/kotlin/Versions.kt
2022-06-06 10:47:48 +02:00
Tim203
e6bf250a1d Fixes #303 and changed some metrics 2022-05-27 18:24:40 +02:00
Tim203
7bd1bb0962 Merge remote-tracking branch 'origin/dev/2.1.1' 2022-05-15 23:59:43 +02:00
Robin Brämer
523f28d29a Fix typos (#273)
* Fix typos

* Fix another typo

* Fix error log message (GeyserMC/Floodgate#275)

Co-authored-by: Tim203 <mctim203@gmail.com>
2022-05-15 23:49:03 +02:00
Hugo Planque
f2ebf0b6eb Use ProfileAudience instead. It's a ProfileAudienceArgument (#302) 2022-05-15 23:27:18 +02:00
Hugo Planque
dbf2471eff Fix floodgate not loading with mongo when collection already exists (#300) 2022-05-15 23:19:45 +02:00
Hugo Planque
b2d2efcedd Return the value of optional and not the optional itself (#301) 2022-05-15 23:18:49 +02:00
Tim203
5034c5f5a9 Use the correct jar names 2022-05-11 23:11:53 +02:00
Tim203
d0b3a38af5 Jenkins change your syntax pls 2022-05-11 23:05:00 +02:00
Tim203
b85ba07edd Don't archive core & api artifacts. Don't deploy databases. Deploy core 2022-05-11 22:57:34 +02:00
Tim203
fc2fe290a6 It should be able to publish now 2022-05-11 21:27:41 +02:00
Tim203
c10561d010 Added platform fork to metrics. Improved MC version detector in Bungee 2022-04-02 16:27:04 +02:00
Tim203
8d52ffd28d Jenkins uses env variables 2022-04-02 16:21:50 +02:00
Tim203
9ff6ad8589 Velocity is also a proxy 2022-03-21 15:14:07 +01:00
Tim203
465e66df72 Added metrics and fixed relocations not applying for child projects 2022-03-21 14:41:53 +01:00
Tim203
440e20f5ea Switched to ConfigUtils and prepared the addition of metrics 2022-03-11 23:35:59 +01:00
Tim203
7a9642ef6a Always change the GameProfile for Floodgate players in Velocity 2022-03-09 13:35:56 +01:00
Tim203
4f9ce6f770 ProfileAudienceParser now respects the given player type 2022-03-09 11:24:21 +01:00
Tim203
0107d2d623 Use rtGradleRun 2022-03-06 14:49:46 +01:00
Tim203
58ac8a8cc9 Use rtGradleRun 2022-03-06 14:48:28 +01:00
Tim203
18a3a2e41e Attempt to not publish specific modules 2022-03-06 12:24:54 +01:00
Tim203
0e1e1b823c No longer use Adventure internally. Started working on adding Checkstyle 2022-03-05 20:02:06 +01:00
Tim203
0e055d106d Bumped Adventure. Only set empty texture when needed 2022-03-03 00:31:44 +01:00
Tim203
b447fcbbff Use different version format for snapshots 2022-03-02 21:05:50 +01:00
Jackson_57
c34970f0b9 Add obvious download link to the README.md, update wiki links (#171) 2022-02-26 16:48:43 -05:00
Hugo Planque
3950824532 Switch from maven to gradle in workflow (#266) 2022-02-12 15:10:03 +01:00
Hugo Planque
9ee68aca9f Stop using regex to replace username (#265) 2022-02-12 15:09:36 +01:00
Hugo Planque
8b10db2452 Add mongodb local linking database (#263) 2022-02-12 15:08:07 +01:00
Tim203
51c828d5e7 Don't append a \0 on the last element 2022-02-07 00:11:09 +01:00
Tim203
4e60f9a1ed I'm pretty sure I selected all files 2022-02-06 02:15:03 +01:00
Tim203
039b398dad Register permissions on Spigot. Profile ID can be null. Fixed submodule 2022-02-06 02:10:17 +01:00
Tim203
141643f381 Update build file to reflect changes made in master 2022-02-04 16:04:41 +01:00
Tim203
cb1db859ce Merge remote-tracking branch 'origin/master' into dev/2.1.1
# Conflicts:
#	spigot/pom.xml
2022-02-04 15:58:52 +01:00
Camotoy
38332db268 PMD no 2022-02-02 16:56:10 -05:00
Camotoy
c3ba9e6f73 GameProfiles are immutable on Velocity 2022-02-02 16:53:12 -05:00
Tim203
8beed574e5 Fix BungeeCord with Mojang authentication change 2022-02-02 20:45:42 +01:00