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
dependabot[bot]
a5a27cb239
Bump checker-qual from 2.8.0 to 2.8.1 ( #1802 )
...
Bumps [checker-qual](https://github.com/typetools/checker-framework ) from 2.8.0 to 2.8.1.
- [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.0...checker-framework-2.8.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-02 08:54:36 +02:00
Gabriele C
61bb34942f
Fix dependency exclusion
2019-05-02 08:37:12 +02:00
ljacqu
7f1894c5be
Remove no longer needed method in test class
2019-04-27 12:46:39 +02:00
Gabriele C
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
dependabot[bot]
cdd92ab4ed
Bump bcrypt from 0.7.0 to 0.8.0 ( #1793 )
...
Bumps [bcrypt](https://github.com/patrickfav/bcrypt ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/patrickfav/bcrypt/releases )
- [Changelog](https://github.com/patrickfav/bcrypt/blob/master/CHANGELOG )
- [Commits](https://github.com/patrickfav/bcrypt/compare/v0.7.0...v0.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-17 01:50:13 +02:00
ljacqu
53b8442309
Add Serbian to translation doc, rename from "rs" to "sr", fix percentage bar images
2019-04-14 11:10:07 +02:00
Srđan Cokić
b897f7c25f
Translation to Serbian (RS) ( #1792 )
...
* Create messages_rs.yml
* Create help_rs.yml
2019-04-13 17:30:27 +02:00
dependabot[bot]
97e34d716d
Bump mockito-core from 2.26.0 to 2.27.0 ( #1788 )
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v2.26.0...v2.27.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-11 08:22:36 +02:00