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

22 Commits

Author SHA1 Message Date
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
SupremeMortal
6f7d7f8a20 Setup jenkins 2020-03-28 00:26:18 +00: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
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
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
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
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
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