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

60 Commits

Author SHA1 Message Date
Camotoy
6eb1b68451 Warn about newer Bungee builds breaking Floodgate 1.0 2021-05-30 09:52:54 -04:00
Camotoy
a5e6edde5c Allow Floodgate 1.0 to deploy 2021-05-30 09:39:15 -04:00
Camotoy
a778f25b5b Warn when using Velocity 1.1.5 or above
Something about this version broke with Floodgate. Floodgate 2.0 is our bigger priority.
2021-04-27 12:56:57 -04:00
jackson-57
f9058d8773 Update jenkins badge to use master branch (#80) 2020-11-15 22:09:07 -06:00
rtm516
0398af8066 Update Geyser dependency (#79) 2020-11-15 17:09:47 +01:00
rtm516
e2970e0057 Update repo urls and jenkinsfile (#78)
Switched to the Open Collaboration repo
2020-11-15 15:29:19 +01:00
Camotoy
9c0b331125 Add ProtocolSupport support (#43)
* Add ProtocolSupport support

This commit hooks into ProtocolSupport to prevent it from attempting an online connection with the Floodgate player. This has been tested with linked accounts and BungeeCord.

Co-authored-by: Tim203 <mctim203@gmail.com>
2020-07-29 12:51:11 +02:00
rtm516
d44377032b Create README.md (#25)
Co-authored-by: Tim203 <mctim203@gmail.com>
2020-06-13 18:58:29 +02:00
rtm516
6b2a060035 Account link data fix (#30)
* Fixed floodgate data on bukkit

* Fixed sqlite issue

* Fixed floodgate data on bungee

* Fix velocity account linking

* Fix bungeecord passthrough uuids

* Added command aliases just incase

* Fix player not getting kicked on bukkit

* Added comments

* Fixed bungee command alias

* Fixed and changed a few things

* Fix bungee and bukkit data

* Fixes the remaining issues

Co-authored-by: Tim203 <mctim203@gmail.com>
2020-06-13 18:53:43 +02:00
Redned
755ec62124 Specify API version for Bukkit to stop legacy material loading 2020-05-23 18:59:28 -05:00
rtm516
bd0815f285 Fixed wrong artifact upload (#31) 2020-05-06 13:10:53 +02:00
Tim203
7b5a269717 Update Bungee config
Forgot to update the Bungeecord config. It now includes the new options introduced by player linking.
2020-05-04 19:55:22 +02:00
Josue Acevedo
34d510068a Pass arguments to message format (#28) 2020-05-03 21:48:44 -05:00
Tim203
465b31ad34 Merge pull request #27 from GeyserMC/feature/account-linking
Add account linking
2020-05-01 09:58:12 +02:00
RednedEpic
bd2e86cca8 Add some missing param and return tags for javadocs 2020-05-01 02:53:04 -05:00
Tim203
f294ca0c15 Fix workflow building 2020-05-01 08:57:04 +02:00
Redned
241b3468af Rename 'maven.yml' to 'pullrequest.yml' 2020-05-01 01:08:00 -05:00
Redned
af7fbfc575 Add pull request workflow 2020-05-01 00:47:38 -05:00
Tim203
4e53c214e9 Account linking 2020-04-28 10:58:33 +02:00
Tim203
fcabad6d20 Merge branch 'development' of https://github.com/GeyserMC/Floodgate into feature/account-linking 2020-04-28 10:22:47 +02:00
Heath123
44384fa925 Account linking part 1 2020-04-28 10:19:40 +02:00
dependabot[bot]
6bbbe4f350 Bump jackson-databind from 2.9.10.3 to 2.9.10.4 in /common (#22)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.3 to 2.9.10.4.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-23 22:06:45 +02:00
rtm516
9feeae9111 Added missing replace-spaces default config (#21)
* Added missing replace-spaces default config

* Add the replace-spaces option to Bungeecord and Velocity and enable it by default

Co-authored-by: Tim203 <mctim203@gmail.com>
2020-04-20 08:46:42 +02:00
theminecoder
38a67ee859 Add option to replace spaces in names, to allow for better handling in java plugins (#15) 2020-04-10 09:09:53 +02:00
Redned
f13071f8a7 Merge pull request #6 from GeyserMC/dependabot/maven/common/com.fasterxml.jackson.core-jackson-databind-2.9.10.3
Bump jackson-databind from 2.9.10.1 to 2.9.10.3 in /common
2020-03-30 20:07:53 -05:00
RednedEpic
86635afb8c Include the username prefix option in velocity config
Also fix some wrong wording.
2020-03-30 20:06:09 -05:00
Redned
a9d11b5494 Allow the username prefix to be empty
Some people use an authentication plugin, ultimately making the prefix useless. It's not recommended to use no prefix, but if authentication is handled by another plugin, then there is not really any harm in using it, and it opens up the opportunity for the same account to be used on bedrock and java.
2020-03-30 19:59:05 -05:00
Redned
2082a02c7e Merge pull request #14 from GeyserMC/jenkins
Add jenkins support
2020-03-27 19:42:04 -05:00
SupremeMortal
6f7d7f8a20 Setup jenkins 2020-03-28 00:26:18 +00:00
Tim203
9e1ba115de Fixes #13 2020-03-25 13:45:51 +01:00
William Johnstone
95e1a8122b Configurable username prefix (#11)
* Add configurable username prefix
2020-03-20 17:57:57 +01:00
Tim203
2904612b5a This reverts commit da18e9b9 until a solution to the bedrock client crash is found 2020-03-14 20:12:37 +01:00
Tim203
da18e9b950 Floodgate now uses identity instead of xuid 2020-03-09 21:35:01 +01:00
Tim203
73173e2e46 Merge remote-tracking branch 'origin/development' into development 2020-03-08 23:19:40 +01:00
Tim203
f0dba0e1f5 Fixes #9 and added a debug option for the bungee plugin 2020-03-08 23:18:30 +01:00
Redned
b7464e6732 Remove DeviceOS as it is now in Geyser common 2020-03-08 11:45:20 -05:00
Tim203
446dee699c Fix the switch statements 2020-03-05 15:24:00 +01:00
Tim203
c542086795 Merge pull request #7 from theminecoder/fix-java-connections
Fix connection timeouts on java clients
2020-03-05 15:13:25 +01:00
theminecoder
4f6f43debb Fix connection timeouts on java clients 2020-03-05 12:42:27 +11:00
dependabot[bot]
d9fe7b35d7 Bump jackson-databind from 2.9.10.1 to 2.9.10.3 in /common
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.1 to 2.9.10.3.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-04 23:58:40 +00:00
Tim203
e8e877940f Fixed a mistake in the config and removed an unused dependency 2020-02-22 21:51:07 +01:00
Tim203
7edff139cc Adds experimental Velocity support, fixed bugs and changed some class names 2020-02-22 16:32:20 +01:00
Tim203
580ae0dcf0 Some fixes for the Bungee and Bukkit version 2020-01-26 10:16:33 +01:00
Tim203
242004df5c Added the Nintendo Switch as DeviceOS 2020-01-25 13:12:57 +01:00
Tim203
f7d7a7a3fd Should fix some issues related to the 'send-floodgate-data' config option 2020-01-19 22:48:33 +01:00
Tim203
b4365e2d0d Should fix the nullptr on the Bukkit version too 2020-01-18 14:36:13 +01:00
Tim203
b37b8d0bab Create LICENSE 2020-01-17 20:21:49 +01:00
Tim203
9f9f6a1ab6 Should resolve a nullptr when changing the player's IP 2020-01-08 21:11:19 +01:00
Redned
f0f03f894f Add back lucko repo 2020-01-05 14:09:38 -06:00
Tim203
ac39cb8bd7 Enable filtering on bungee 2020-01-05 19:45:21 +01:00