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

129 Commits

Author SHA1 Message Date
Tim203
35d6622f8f Changed the plugin name and it can now receive RawSkins 2020-09-19 15:49:29 +02:00
Tim203
974a6d96c5 More 2.0 changes. Most important change is the switch from RSA to AES
Changing the encryption from RSA to AES will definitely break every 1.0 installation, but it had to be changed. Floodgate on a proxy like Velocity has to be able to change the Floodgate data, for example if the player is linked (and maybe later for skins as well).
2020-09-12 15:26:47 +02:00
DoctorMacc
b6e56a653a Load languages on login 2020-08-19 15:28:53 -04:00
DoctorMacc
f217f8b298 Translate player messages 2020-08-19 15:17:00 -04:00
DoctorMacc
1125c0a24d Various changes, mostly language support 2020-08-19 10:17:11 -04:00
rtm516
9ccd05a8ed Clean copyright message and update all files 2020-07-29 15:43:00 +01:00
Tim203
f440fb76b0 Initial Floodgate 2.0 commit 2020-07-29 13:00:54 +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
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
4e53c214e9 Account linking 2020-04-28 10:58:33 +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
RednedEpic
86635afb8c Include the username prefix option in velocity config
Also fix some wrong wording.
2020-03-30 20:06:09 -05: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
f0dba0e1f5 Fixes #9 and added a debug option for the bungee plugin 2020-03-08 23:18:30 +01:00
Tim203
446dee699c Fix the switch statements 2020-03-05 15:24:00 +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
f7d7a7a3fd Should fix some issues related to the 'send-floodgate-data' config option 2020-01-19 22:48:33 +01:00
Tim203
9f9f6a1ab6 Should resolve a nullptr when changing the player's IP 2020-01-08 21:11:19 +01:00
Tim203
ac39cb8bd7 Enable filtering on bungee 2020-01-05 19:45:21 +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
3e8720c8b5 Make Flootgate runnable 2019-11-30 15:34:53 +01:00
Tim203
45ca08b0f1 First commit 2019-11-30 13:44:07 +01:00