Commit Graph
100 Commits
Author SHA1 Message Date
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 CandGitHub 35efc054c7 Ignore HikariCP in dependabot
We need to maintain java 8 support
2022-04-10 20:56:17 +02:00
Gabriele CandGitHub d166c951fa Use java version matrix in github actions 2022-04-10 20:25:31 +02:00
Gabriele CandGitHub 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 CandGitHub 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 CandGitHub 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 CandGitHub 496e7008c4 Fix Travis CI 2021-11-28 16:22:37 +01:00
Gabriele CandGitHub 5ba465f3c1 Fix travis 2021-10-07 12:33:55 +02:00
Gabriele CandGitHub 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 CandGitHub ec1fba2d50 Fix Travis Maven version 2021-06-26 19:13:00 +02:00
Gabriele CandGitHub 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 CandGitHub 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 CandGitHub d2a36b95d6 Update dependabot.yml 2021-04-20 11:38:46 +02:00
Gabriele CandGitHub 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 CandGitHub d50ad908d7 Fix typo in database setrings properties 2021-03-15 10:20:56 +01:00
Gabriele CandGitHub 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 CandGitHub 2dfdade8c6 Update wallpaper image on README 2020-11-22 14:22:56 +01:00
Gabriele CandGitHub de4dd5b2c4 Uploader wallpaper image 2020-11-22 14:21:54 +01:00
Gabriele Candljacqu 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 CandGitHub 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 CandGitHub 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 CandGitHub 48357831cd Revert "Packet based movement freeze (#1879)" (#1882)
This reverts commit db3acce70c.
2019-08-07 10:49:23 +02:00
Gabriele Candljacqu 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 CandGitHub 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 CandGitHub 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
Gabriele CandGitHub 8d32b56852 Remove sponsor from README 2019-01-12 14:03:31 +01:00
Gabriele CandGitHub a347b4a9bb Remove sponsor message 2019-01-12 14:03:02 +01:00
Gabriele CandGitHub bdbb7d79fd Specify licensing in about command 2019-01-12 12:17:08 +01:00
Gabriele CandGitHub 98efa35183 Happy new year! 2019-01-01 03:52:25 +01:00
Gabriele C 427251a4f3 Actually support 1.8 servers 2018-12-02 00:28:14 +01:00
Gabriele C 650a97647a Drop FlatFile storage converter
It's time...
2018-11-30 15:29:30 +01:00
Gabriele C 24804d3f12 Better server version warning message 2018-11-30 15:20:13 +01:00
Gabriele C 04a835a282 Check server version on startup 2018-11-30 15:17:54 +01:00
Gabriele C d89f8e0e66 Fix build 2018-11-30 14:47:08 +01:00
Gabriele C 92493e826c Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded 2018-11-30 14:20:29 +01:00
Gabriele C c11e4b9f15 Remove 1.7 support 2018-11-30 09:23:30 +01:00
Gabriele C fdcbb3334e Abort initialization if AuthMeBridge is enabled. 2018-11-21 13:15:21 +01:00
Gabriele C 0ea7a87c6a Don't exclude Guava components 2018-11-20 12:50:12 +01:00
Gabriele CandGitHub aefb29bdbb Replace CircleCI badge with Travis badge 2018-11-08 20:14:16 +01:00
Gabriele CandGitHub a0dd26edec Bye bye broken CircleCI 2018-11-08 20:13:12 +01:00
Gabriele CandGitHub 755d154d3e Use the default travis build script 2018-11-08 20:09:03 +01:00
Gabriele CandGitHub 5a40cc8192 Hello travis 2018-11-08 20:05:38 +01:00
Gabriele CandGitHub b2d30e5989 Try to fix CircleCI, episode 5 2018-11-08 18:54:37 +01:00
Gabriele CandGitHub 615d6f2f95 Try to fix CircleCI, chapter 4 2018-11-08 18:31:58 +01:00
Gabriele CandGitHub d538ed2ec2 Try to fix CircleCI, round 3 2018-11-08 18:25:24 +01:00
Gabriele CandGitHub eb2377cfb7 Try to fix CircleCI, round 2 2018-11-08 18:24:05 +01:00
Gabriele CandGitHub 631c5bc272 Try to fix CircleCI 2018-11-08 18:20:52 +01:00
Gabriele CandGitHub cb4eef1f84 Whoops 2018-10-29 10:45:31 +01:00
Gabriele CandGitHub ef32ac510e Bump bstats version 2018-10-29 02:35:19 +01:00
Gabriele C 55fb5eece1 Update to spigot 1.13.2 2018-10-23 16:57:34 +02:00
Gabriele C 3e1d217973 Fix gson dependency 2018-10-23 16:56:49 +02:00
Gabriele C d2373ed73f Fix unit test 2018-10-23 16:12:00 +02:00
Gabriele C 258bee8317 update bstats repo 2018-10-23 15:59:47 +02:00
Gabriele CandGitHub d1d51f5aca Update pom.xml 2018-10-09 02:16:51 +02:00
Gabriele C 84a65344c7 Fix unit test 2018-09-19 00:32:42 +02:00
Gabriele C 7f91b739f2 Maven cleaup 2018-09-17 22:55:36 +02:00
Gabriele C 09c3e7bf22 Drop deprecated v2 API 2018-09-17 20:21:09 +02:00