1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-29 03:29:13 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
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
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
Redned
0bffa958c7 Merge pull request #4 from jackson-57/filtering-fix
Enable filtering
2019-12-26 14:16:26 -06:00
jackson-57
ddd686029f Enable filtering
Fixes Floodgate loading on Bukkit.
2019-12-26 12:13:04 -08:00
Tim203
8ea8504618 Added Bukkit support and updated the Bungee version to be able to pass the player data (from Geyser) through 2019-12-17 23:35:05 +01:00
Redned
0f3b84c97e Add NukkitX repo 2019-12-05 22:35:22 -06:00
Redned
e9361a3748 Update repo for BungeeCord 2019-12-05 22:26:22 -06:00
Tim203
3277dbdc97 Moved some code to Geyser 2019-11-30 21:33:47 +01:00
Tim203
3e8720c8b5 Make Flootgate runnable 2019-11-30 15:34:53 +01:00
Tim203
b64be2a74e Merge pull request #1 from GeyserMC/dependabot/maven/common/com.fasterxml.jackson.core-jackson-databind-2.9.10.1
Bump jackson-databind from 2.9.9.3 to 2.9.10.1 in /common
2019-11-30 13:45:51 +01:00
dependabot[bot]
314c63aabc Bump jackson-databind from 2.9.9.3 to 2.9.10.1 in /common
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.9.3 to 2.9.10.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-30 12:44:55 +00:00
Tim203
45ca08b0f1 First commit 2019-11-30 13:44:07 +01:00