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

30 Commits

Author SHA1 Message Date
Tim203
9512528b35 Relocate MySQL database extension dependencies 2023-02-27 00:40:36 +01:00
Tim203
0f152141a2 Switched to Hikari for MySQL 2022-08-31 03:03:42 +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
8b10db2452 Add mongodb local linking database (#263) 2022-02-12 15:08:07 +01:00
Tim203
9509d153c7 We're in 2022 now 2022-01-02 00:08:15 +01:00
Tim203
3be603a837 Re-added relocations and excluded provided dependencies 2021-12-12 22:00:58 +01:00
Tim203
11f811b656 First version of moving to gradle. No relocations etc. yet 2021-12-08 00:59:25 +01:00
Tim203
476ad4eb0f Renamed common to core 2021-12-05 22:16:32 +01:00
Camotoy
ef04531372 Use javax imports instead of Guice for SQLite database 2021-12-01 20:49:46 -05:00
Tim203
6e41471790 Bump version to 2.1.0 2021-11-30 16:35:59 +01:00
Tim203
1d7009395d Bumped some dependencies 2021-09-17 12:09:14 +02:00
Tim203
933720660c Revert relocating sqlite because it causes issues 2021-09-01 02:12:37 +02:00
Tim203
b66f10ae6d Shade some dependencies 2021-07-23 17:44:01 +02:00
Camotoy
b8d8c904f3 Bump Lombok to 1.18.20 for Java 16 compilation 2021-06-14 21:20:06 -04:00
Tim203
2e88eaffa4 Some more changes 2021-04-23 17:52:29 +02:00
Tim203
f46791bd18 Fixed issues with MariaDB support and renamed MariaDB to MySQL 2021-04-23 11:40:28 +02:00
Tim203
0bbe3d8cf1 Close stuff correctly 2021-03-28 20:44:05 +02:00
Maescool
8290740775 Mariadb Support (#9)
* Add MariaDB support

* Add linkaccount features

* Update camelCase

* Now using DatabaseConfig system.

* default configs
2021-02-16 14:14:21 +01:00
Tim203
f17d8c590a Added a config system for database implementations 2021-01-17 15:39:43 +01:00
Tim203
b737184fb0 Added PMD Plugin and changed isBedrockPlayer to isFloodgatePlayer 2021-01-16 16:52:04 +01:00
Tim203
dd4a12a5e5 We're in 2021 now 2021-01-05 00:09:58 +01:00
Tim203
1d95c9d08a Removed some debug code. Allow database impls to handle link requests 2021-01-04 23:42:06 +01:00
Tim203
317aa64269 Reformatted pom files. Changed Jenkins url + name to Open Collaboration 2020-12-24 18:08:24 +01:00
DoctorMacc
660a35df96 Fix config/key loading, fix compilation, skin exception fixed 2020-11-21 00:09:50 -05:00
Tim203
c4971d5bf3 Added a translate method to the logger and changed the code style a bit 2020-10-13 20:18:55 +02:00
Tim203
e9c4433a53 Updated copyright for the remaining classes 2020-09-22 23:26:46 +02:00
Tim203
f0b9098161 Merge remote-tracking branch 'rtm/copyright-clean' into floodgate-2.0
# Conflicts:
#	common/src/main/java/org/geysermc/floodgate/platform/command/util/CommandResponseCache.java
#	common/src/main/java/org/geysermc/floodgate/util/ReflectionUtil.java
2020-09-22 22:43:32 +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
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