Commit Graph

3990 Commits

Author SHA1 Message Date
Maxetto
d5f2af6739
Update italian translation 2019-08-21 23:32:17 +02:00
ljacqu
7ab7c688c3 Update translations doc & translation files 2019-08-15 21:17:45 +02:00
Wunderharke
5fb760bab1 Update messages_de.yml (#1890)
Added missing german strings (fixed).
2019-08-15 04:43:43 +02:00
dependabot-preview[bot]
3ba323f470 Bump slf4j-simple from 1.7.27 to 1.7.28 (#1887)
Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.27 to 1.7.28.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.27...v_1.7.28)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-13 03:36:26 +02:00
Gabriele C
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
ljacqu
e2f2ff0763 #1874 Output number of loggers in /authme debug stats 2019-08-11 11:36:28 +02:00
ljacqu
363e85e363 Set up logger at start of initialization to avoid NPE on errors later on
- Thanks to sgdc3 for the hint
2019-08-11 11:32:03 +02:00
ljacqu
647ee245e0 #1874 Format debug messages in log, use Java 8 date formatter
- Format debug messages properly in the authme.log as well
- Replace DateFormat with Java 8's DateTimeFormatter (which is thread-safe)
2019-08-10 22:44:57 +02:00
ljacqu
f268f7cd65 Fix verifyMessages tool task not finding English messages for todo comments 2019-08-10 22:34:45 +02:00
dependabot-preview[bot]
28c02fc9e9 Bump slf4j-simple from 1.7.26 to 1.7.27 (#1881)
Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.26 to 1.7.27.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.26...v_1.7.27)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-08 17:25:16 +02:00
Gabriele C
48357831cd
Revert "Packet based movement freeze (#1879)" (#1882)
This reverts commit db3acce70c.
2019-08-07 10:49:23 +02:00
Gabriele C
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
Hex3l
fadda43d13 Improves spawn choice if undefined (#1880)
* Improves spawn choice if undefined #1700

* Just a missing line <.<

* Moves the checks into the "default" case
2019-08-07 01:01:55 +02:00
ljacqu
d87fa860e6 Add test for UuidUtils 2019-08-06 19:42:06 +02:00
ljacqu
c34f00f759 #1874 Introduce individual ConsoleLogger instance per class (#1875)
* #1874 Introduce individual ConsoleLogger instance per class
- Create ConsoleLoggerFactory from which a separate logger can be created for each class
- Allows to support individual log level settings in the future

* Fix CodeStyle issue

* Replace full class name with import

* Update usages after merge from master
2019-08-06 15:15:16 +02:00
Alexandre Vanhecke
254d4d75a2 Add optional column for players uuids (#1840) 2019-08-06 15:13:13 +02:00
ljacqu
ae68667f5e Add Maven profile to skip Javadoc generation for local builds (#1878)
* #1877 Add Maven profile to skip Javadoc generation for local builds

* Make it nicer
2019-08-06 01:12:01 +02:00
ljacqu
7bede2528f
#1523 Create admin commands to handle players' 2FA data (#1876)
* #1523 Create admin commands to handle players' 2FA data
- Create admin command to view if a player has enabled 2FA
- Create admin command to disable 2FA for a specified player
2019-08-05 19:31:59 +02:00
ljacqu
f0d3d085c6 #1574 Use server name in 2FA QR code link instead of IP 2019-08-02 15:38:13 +02:00
ljacqu
c00109074a Minor: create dummy string of specific length with better method 2019-08-02 15:29:06 +02:00
ljacqu
61af2a0554 Update depenencies
- As reported by dependabot: closes #1859, closes #1860, closes #1867, closes #1871, closes #1873
2019-08-02 15:23:46 +02:00
ljacqu
210a4f61cb #1219 Make 2FA tokens one-use only (#1848)
- Make TotpAuthenticator keep track of the used codes and reject any known ones
2019-07-06 18:26:43 +02:00
dependabot-preview[bot]
e2c2e8bead Bump checker-qual from 2.8.2 to 2.9.0 (#1849)
Bumps [checker-qual](https://github.com/typetools/checker-framework) from 2.8.2 to 2.9.0.
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/changelog.txt)
- [Commits](https://github.com/typetools/checker-framework/compare/checker-framework-2.8.2...checker-framework-2.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-06 18:26:04 +02:00
dependabot-preview[bot]
b834a78376 Bump sqlite-jdbc from 3.27.2.1 to 3.28.0 (#1845)
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.27.2.1 to 3.28.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.27.2.1...3.28.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-25 12:37:54 +02:00
Pronin Egor
ae1b0c4cac Update messages_ru.yml (#1843) 2019-06-24 20:08:38 +02:00
dependabot-preview[bot]
65ed08409b Bump postgresql from 42.2.5 to 42.2.6 (#1841)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.2.6.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.5...REL42.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-23 23:32:54 +02:00
ljacqu
fc06558687 Minor: change bukkit service to return a plain collection of Player
- List is read-only and can be easily "upcast" to Collection<Player>
- Remove awkward hack that was needed for mocking the method previously (issues with generics)
2019-06-22 23:50:06 +02:00
ljacqu
81cf14fbc1 #1752 #1830 Do not hide inventory if player is not registered 2019-06-22 23:30:56 +02:00
ljacqu
4be130b71b Fix #1493 Extract handling of message file paths to a separate class with constants 2019-06-22 22:37:32 +02:00
ljacqu
ff2f43bdc5 #1743 Stop mobs from targetting players when not authenticated 2019-06-22 20:54:01 +02:00
ljacqu
d1b6161687 Minor: print stack trace if AuthMe is disabled due to exception, remove unused imports 2019-06-17 22:47:15 +02:00
ljacqu
6903e058d5 Undo star imports 2019-06-17 22:02:10 +02:00
ljacqu
e9cd16aaac Undo star imports 2019-06-17 21:58:25 +02:00
ljacqu
55bff96807 #1831 Specify Java version to Javadocs Maven plugin 2019-06-17 21:54:04 +02:00
dependabot-preview[bot]
83b38897e6 Bump Multiverse-Core from 3.0.0-SNAPSHOT to 3.0.0 (#1829)
Bumps Multiverse-Core from 3.0.0-SNAPSHOT to 3.0.0.
2019-06-10 21:35:36 +01:00
dependabot-preview[bot]
6e4c4158fb Bump jacoco-maven-plugin from 0.8.3 to 0.8.4 (#1807)
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.3...v0.8.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-06-04 11:48:35 +02:00
dependabot-preview[bot]
88828bbee7 Bump maven-jar-plugin from 3.1.1 to 3.1.2 (#1808)
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.1.1...maven-jar-plugin-3.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-06-04 11:48:19 +02:00
dependabot-preview[bot]
d6e585e8c0 Bump maven-source-plugin from 3.0.1 to 3.1.0 (#1814)
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/apache/maven-source-plugin/releases)
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.0.1...maven-source-plugin-3.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-06-04 11:48:01 +02:00
dependabot-preview[bot]
b5cfd7612b Bump mockito-core from 2.27.0 to 2.28.2 (#1822)
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.27.0 to 2.28.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.27.0...v2.28.2)
2019-06-04 11:47:42 +02:00
dependabot-preview[bot]
13a36e8f06 Bump checker-qual from 2.8.1 to 2.8.2 (#1828)
Bumps [checker-qual](https://github.com/typetools/checker-framework) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/changelog.txt)
- [Commits](https://github.com/typetools/checker-framework/compare/checker-framework-2.8.1...checker-framework-2.8.2)
2019-06-04 11:46:38 +02:00
Gabriele C
951c648311 Update to 1.14.2 2019-06-04 10:44:47 +02:00
dependabot[bot]
ee63ebc7ac Bump maven-surefire-plugin from 2.22.1 to 2.22.2 (#1803)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.1 to 2.22.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.1...surefire-2.22.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-03 09:31:04 +02:00
dependabot[bot]
50480989de Bump maven-compiler-plugin from 3.8.0 to 3.8.1 (#1804)
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.0...maven-compiler-plugin-3.8.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-03 09:30:39 +02:00
dependabot[bot]
7e29efbc4e Bump maven-compiler-plugin from 3.8.0 to 3.8.1 (#1804)
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.0...maven-compiler-plugin-3.8.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-03 09:30:22 +02:00
Gabriele C
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