Gabriele C.
66fb820b99
Update dependencies
2024-06-27 00:47:05 +02:00
Gabriele C and GitHub
8ebe461273
Merge pull request #2806 from AuthMe/pre-release-cleanup
...
Pre-release cleanup
2024-06-27 00:35:03 +02:00
Gabriele C.
a424408802
Bump development version
2024-06-27 00:30:41 +02:00
Gabriele C.
b391df1e94
Merge branch 'refs/heads/master' into pre-release-cleanup
2024-06-27 00:27:12 +02:00
Gabriele C.
107be9ab08
5.6.0 release
2024-06-26 23:59:09 +02:00
Gabriele C.
793efeda42
Lock configme version in dependabot
2024-04-28 21:08:06 +02:00
Gabriele C.
e33a274405
Rollback minimum supported versions to Java 11, Maven 3.8.8 and Spigot 1.16.5, fix datasourcecolumns runtime library
2024-04-28 21:04:48 +02:00
Gabriele C.
3ca87cd127
Update datasourcecolumns to release, requested changes
2024-04-28 06:04:11 +02:00
Gabriele C.
6eec2c8634
README update
2024-04-26 03:45:15 +02:00
Gabriele C.
64742707c6
Codeclimate fix
2024-04-26 03:26:46 +02:00
Gabriele C.
02e28052d5
Update workflows to JDK 17
2024-04-26 03:24:39 +02:00
Gabriele C.
b1f565a92a
Dependabot: unlock Hikaricp
2024-04-26 03:12:27 +02:00
Gabriele C.
3da21bc4f4
Fix merge
2024-04-26 03:11:08 +02:00
Gabriele C.
c880298e5d
Merge branch 'master' into pre-release-cleanup
...
# Conflicts:
# pom.xml
# src/test/java/fr/xephi/authme/service/GeoIpServiceTest.java
# src/test/java/fr/xephi/authme/service/ValidationServiceTest.java
2024-04-26 02:58:08 +02:00
Gabriele C.
14af43db86
Delete unused samples
2024-04-26 02:07:41 +02:00
Gabriele C.
90be2af901
Update usage of deprecated org.junit.Assert.assertThat
2024-04-26 02:06:39 +02:00
Gabriele C.
1b69abd09e
Update to spigot 1.20.5, bump mvn plugin version, require jvm 17, require mvn 3.9, require spigot 1.19, use the spigot runtime dependency download system, use the official maxmind geoip database parser
2024-04-26 01:29:21 +02:00
Gabriele C
a14df80a87
Merge remote-tracking branch 'origin/master'
2022-10-27 02:08:13 +02:00
Gabriele C
d7437bd2b1
Bump log4j dependency (keep in sync with 1.12.2)
2022-10-27 02:08:02 +02:00
Gabriele C and GitHub
87c60a5b44
Update github workflow
2022-10-27 01:47:32 +02:00
Gabriele C
3741fb4cec
Merge remote-tracking branch 'origin/master'
2022-10-09 23:39:50 +02:00
Gabriele C
ddca37ab73
Require Java 11 compiler (JRE 1.8 compatible)
2022-10-09 23:39:39 +02:00
Gabriele C
fefeead323
Fix duplicated repository in pom.xml
2022-10-09 22:03:09 +02:00
Gabriele C and GitHub
51760c4a8c
Change the essentialsx repository
2022-09-07 22:09:29 +02:00
Gabriele C
0f24197323
Merge remote-tracking branch 'origin/master'
2022-08-20 04:41:29 +02:00
Gabriele C
75b3a571e1
Always specify Locale on toLowerCase and toUpperCase usages, fixes AuthMe not working correctly on machines with turkish locale. ('I'.toLowerCase() => 'ı')
2022-08-20 04:41:04 +02:00
Gabriele C
c38e2aba28
Fix bungee message order (login -> connect)
2022-08-18 03:41:31 +02:00
Gabriele C
6f1c63e693
Add delay to bungee force-login messages
2022-08-18 03:39:40 +02:00
Gabriele C
b65ffd7c74
Send logout message to bungee on self-unregister
2022-08-18 02:04:08 +02:00
Gabriele C
7c8bbe6294
Remove cache-update bungee messages, always use the player in the context to send bungee messages, minor codestyle changes
2022-08-18 01:48:34 +02:00
Gabriele C
9c928e04e5
Bump the mysql connector version
2022-07-28 18:48:35 +02:00
Gabriele C
4fe6cfe485
Bump the mysql connector version, fix minor dependency shading issues
2022-07-28 18:42:06 +02:00
Gabriele C
053519faa4
Merge branch 'HarvelsX-mariadb'
2022-07-28 18:12:44 +02:00
Gabriele C
24d03aa1e2
Add missing "MARIADB" datasource backend to the configuration file, remove "mySQLDriverClassName" property as it is no longer needed.
2022-07-28 18:11:57 +02:00
Gabriele C
6d49d798f1
Merge branch 'mariadb' of https://github.com/HarvelsX/AuthMeReloaded into HarvelsX-mariadb
2022-07-28 17:46:57 +02:00
Gabriele C
0ac1854a52
Implement allowPublicKeyRetrieval option in mysql datasource
2022-07-18 13:03:05 +02:00
Gabriele C
d07cb90858
Fix build under jdk 9+
2022-07-18 13:01:51 +02:00
Gabriele C
a67a4bb72b
Don't let unrestricted usernames bypass the locked ip-username check
2022-07-17 18:40:11 +02:00
Gabriele C
64c45c43df
Update dependencies
2022-07-17 18:36:06 +02:00
Gabriele C and GitHub
35efc054c7
Ignore HikariCP in dependabot
...
We need to maintain java 8 support
2022-04-10 20:56:17 +02:00
Gabriele C and GitHub
d166c951fa
Use java version matrix in github actions
2022-04-10 20:25:31 +02:00
Gabriele C and GitHub
c32d090812
Fix the TravisCI pipeline ( #2527 )
...
* Fix maven version
* Attempt to fix travis Maven version
* Attempt to fix mvn and java version on travis CI
* Attempt to fix travis builds
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
2022-04-10 19:57:53 +02:00
Gabriele C and GitHub
677a3f5dd6
Fix travis builds
2022-04-10 18:46:28 +02:00
Gabriele C
b3145acf60
Update config.md
2021-12-25 15:40:40 +01:00
Gabriele C and GitHub
5a3e585883
Fix #2467
2021-12-25 15:38:07 +01:00
Gabriele C
b74496fb15
Update to Spigot 1.18 api
...
+ Add legacy jar for 1.17 and previous
2021-11-28 18:17:10 +01:00
Gabriele C
c4534e9546
Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded
2021-11-28 17:01:58 +01:00
Gabriele C
70db362e2a
Add legacyHashes hint to the LoginSecurity converter #2449
2021-11-28 17:01:35 +01:00
Gabriele C
31564d8284
Relocate MySQL connector and fix migrations
2021-11-28 16:47:47 +01:00
Gabriele C and GitHub
496e7008c4
Fix Travis CI
2021-11-28 16:22:37 +01:00
Gabriele C and GitHub
5ba465f3c1
Fix travis
2021-10-07 12:33:55 +02:00
Gabriele C and GitHub
3d168637d2
Fix logo
2021-10-07 12:32:04 +02:00
Gabriele C
97a599c885
Implement MySQL 8 support #1779
2021-08-21 23:22:21 +02:00
Gabriele C
18c31e3a42
Update MySQL driver class name
...
+ implement fallback to the legacy driver
2021-08-21 22:54:36 +02:00
Gabriele C and GitHub
ec1fba2d50
Fix Travis Maven version
2021-06-26 19:13:00 +02:00
Gabriele C and GitHub
f5d637454a
Update Travis Badge
2021-06-26 19:08:54 +02:00
Gabriele C
5d9b941471
Update the authors list, enhance the "/authme about" command
2021-06-26 17:53:24 +02:00
Gabriele C and GitHub
d1b722c0f3
Fix TravisCI
2021-06-26 17:28:45 +02:00
Gabriele C
7a1411c283
Bump spigot and protocollib version
2021-06-14 15:22:59 +02:00
Gabriele C
f2a660712e
Move onJoinMessage to HIGH priority
2021-06-07 02:26:58 +02:00
Gabriele C and GitHub
d2a36b95d6
Update dependabot.yml
2021-04-20 11:38:46 +02:00
Gabriele C and GitHub
bfe92977de
Update dependabot.yml
2021-04-09 02:22:47 +02:00
Gabriele C
5490a1cf23
Fix wrong shading filter rule
2021-04-09 02:18:35 +02:00
Gabriele C
40261c9217
Create legacy jar to include the latest mysql connector version #1779 + Enhance maven shade resource filtering
2021-04-09 01:53:41 +02:00
Gabriele C
ea22552f7d
Back to snapshot
2021-04-04 21:36:04 +02:00
Gabriele C
740935a204
5.6.0-beta2 release
2021-04-04 21:35:02 +02:00
Gabriele C and GitHub
d50ad908d7
Fix typo in database setrings properties
2021-03-15 10:20:56 +01:00
Gabriele C and GitHub
543c9782be
Fix wrong default mysql driver class #2303
2021-03-15 02:46:37 +01:00
Gabriele C
8a42a77519
Bump spigot and bstats version
2021-03-14 03:12:01 +01:00
Gabriele C
56ad6b6b44
Make postgresql dependency optional
2020-11-28 03:48:57 +01:00
Gabriele C and GitHub
2dfdade8c6
Update wallpaper image on README
2020-11-22 14:22:56 +01:00
Gabriele C and GitHub
de4dd5b2c4
Uploader wallpaper image
2020-11-22 14:21:54 +01:00
Gabriele C and ljacqu
eeb5530f61
Fix sqlite migrater logic #2158
...
Co-Authored-By: ljacqu <ljacqu@users.noreply.github.com >
2020-07-18 01:05:22 +02:00
Gabriele C
e291a0415b
Attempt to fix issue #2158
2020-07-17 18:07:42 +02:00
Gabriele C
a1021f9dc3
Fix totp column size #2154
2020-07-16 00:18:51 +02:00
Gabriele C
990830c395
Bump spigot api version, fix BukkitService.runTaskTimerAsynchronously() #2150
2020-07-10 20:55:15 +02:00
Gabriele C
06be8ea6f4
Port thread safety/performance optimizations from #1992
2020-06-26 22:23:50 +02:00
Gabriele C
d5e47d7240
Bump commons-email version
...
Should fix issues due to old Email API usages
2020-05-16 15:56:41 +02:00
Gabriele C
fedcc44672
Update docs
2020-05-16 15:11:00 +02:00
Gabriele C
341702741d
Pom cleanup
...
Addresses #2014
2020-02-17 00:41:17 +01:00
Gabriele C
0e8da5a556
Fix the GeoIp DB updater
2020-01-26 22:29:14 +01:00
Gabriele C
b85ba98d85
Add bStats pluginId
2020-01-22 10:47:08 +01:00
Gabriele C
4796069ff8
Link to EssentialsX's MaxMind license tutorial
2020-01-21 10:33:46 +01:00
Gabriele C and GitHub
a43127dd2b
Update the GeoIp database download method [BREAKING] ( #1990 )
...
* Update the GeoIp database download method [BREAKING]
Now GeoIp database updates require a ClientID and a LicenseKey, which can be obtained for free at https://www.maxmind.com/en/accounts/current/license-key
* Codestyle
2020-01-21 10:28:50 +01:00
Gabriele C
e05c07799d
Compile against 1.15 api, update luckperms to 5.0 (breaking change)
2019-12-12 16:41:44 +01:00
Gabriele C and GitHub
d30580d5d4
Listener optimizations ( #1884 )
...
* Drop CraftBukkit support, listeners cleanup
* Codestyle
* Codestyle
* Remove useless player.saveData() calls
* Micro optimization on the join process
* Requested changes
* Fix unit test
* Test onPlayerHeldItem listener
* Requested changes
* Remove unused import
2019-08-11 23:47:50 +02:00
Gabriele C and GitHub
48357831cd
Revert "Packet based movement freeze ( #1879 )" ( #1882 )
...
This reverts commit db3acce70c .
2019-08-07 10:49:23 +02:00
Gabriele C and ljacqu
db3acce70c
Packet based movement freeze ( #1879 )
...
* Remove unused files
* Remove walk/fly speed from limbo player
* Implement packet based movement freeze
2019-08-07 06:47:00 +02:00
Gabriele C
951c648311
Update to 1.14.2
2019-06-04 10:44:47 +02:00
Gabriele C and GitHub
09406f4f92
Add maven dependency info to Readme
2019-05-02 21:59:55 +02:00
Gabriele C
ce4bb43dee
Remove bPermissions support
2019-05-02 10:42:24 +02:00
Gabriele C
2aee86fc2b
Update api to 1.14 release
2019-05-02 09:37:51 +02:00
Gabriele C
19b82fa726
Update xAuth dependency
2019-05-02 09:36:18 +02:00
Gabriele C
1a9bb949ff
Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded
2019-05-02 08:55:24 +02:00
Gabriele C
d6efc7e957
Use a maintained zPermissions fork
2019-05-02 08:55:15 +02:00
Gabriele C
61bb34942f
Fix dependency exclusion
2019-05-02 08:37:12 +02:00
Gabriele C and GitHub
59c69de63d
Fix 1.8 - 1.13 compatibility
2019-04-24 17:22:42 +02:00
Gabriele C
5b97841699
Add 1.14 compatibility
2019-04-23 17:18:42 +02:00
Gabriele C
85194fa94d
Next development cycle
2019-04-19 17:23:54 +02:00
Gabriele C
7b360a7bb3
5.6.0-beta1 release
2019-04-19 17:20:55 +02:00