Commit Graph

  • 3ba323f470 Bump slf4j-simple from 1.7.27 to 1.7.28 (#1887) dependabot-preview[bot] 2019-08-13 03:36:26 +02:00
  • d30580d5d4
    Listener optimizations (#1884) Gabriele C 2019-08-11 23:47:50 +02:00
  • e2f2ff0763 #1874 Output number of loggers in /authme debug stats ljacqu 2019-08-11 11:36:28 +02:00
  • 363e85e363 Set up logger at start of initialization to avoid NPE on errors later on - Thanks to sgdc3 for the hint ljacqu 2019-08-11 11:32:03 +02:00
  • 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) ljacqu 2019-08-10 22:44:57 +02:00
  • f268f7cd65 Fix verifyMessages tool task not finding English messages for todo comments ljacqu 2019-08-10 22:34:45 +02:00
  • 28c02fc9e9 Bump slf4j-simple from 1.7.26 to 1.7.27 (#1881) dependabot-preview[bot] 2019-08-08 17:25:16 +02:00
  • 48357831cd
    Revert "Packet based movement freeze (#1879)" (#1882) Gabriele C 2019-08-07 10:49:23 +02:00
  • db3acce70c Packet based movement freeze (#1879) Gabriele C 2019-08-07 06:47:00 +02:00
  • fadda43d13 Improves spawn choice if undefined (#1880) Hex3l 2019-08-07 01:01:55 +02:00
  • d87fa860e6 Add test for UuidUtils ljacqu 2019-08-06 19:42:06 +02:00
  • c34f00f759 #1874 Introduce individual ConsoleLogger instance per class (#1875) ljacqu 2019-08-06 15:15:16 +02:00
  • 254d4d75a2 Add optional column for players uuids (#1840) Alexandre Vanhecke 2019-08-06 15:13:13 +02:00
  • ae68667f5e Add Maven profile to skip Javadoc generation for local builds (#1878) ljacqu 2019-08-06 01:12:01 +02:00
  • 7bede2528f
    #1523 Create admin commands to handle players' 2FA data (#1876) ljacqu 2019-08-05 19:31:59 +02:00
  • f0d3d085c6 #1574 Use server name in 2FA QR code link instead of IP ljacqu 2019-08-02 15:38:13 +02:00
  • c00109074a Minor: create dummy string of specific length with better method ljacqu 2019-08-02 15:29:06 +02:00
  • 61af2a0554 Update depenencies - As reported by dependabot: closes #1859, closes #1860, closes #1867, closes #1871, closes #1873 ljacqu 2019-08-02 15:23:46 +02:00
  • 210a4f61cb #1219 Make 2FA tokens one-use only (#1848) ljacqu 2019-07-06 18:26:43 +02:00
  • e2c2e8bead Bump checker-qual from 2.8.2 to 2.9.0 (#1849) dependabot-preview[bot] 2019-07-06 18:26:04 +02:00
  • b834a78376 Bump sqlite-jdbc from 3.27.2.1 to 3.28.0 (#1845) dependabot-preview[bot] 2019-06-25 12:37:54 +02:00
  • ae1b0c4cac Update messages_ru.yml (#1843) Pronin Egor 2019-06-25 04:08:38 +10:00
  • 65ed08409b Bump postgresql from 42.2.5 to 42.2.6 (#1841) dependabot-preview[bot] 2019-06-23 23:32:54 +02:00
  • 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) ljacqu 2019-06-22 23:50:06 +02:00
  • 81cf14fbc1 #1752 #1830 Do not hide inventory if player is not registered ljacqu 2019-06-22 23:30:56 +02:00
  • 4be130b71b Fix #1493 Extract handling of message file paths to a separate class with constants ljacqu 2019-06-22 22:37:32 +02:00
  • ff2f43bdc5 #1743 Stop mobs from targetting players when not authenticated ljacqu 2019-06-22 20:54:01 +02:00
  • d1b6161687 Minor: print stack trace if AuthMe is disabled due to exception, remove unused imports ljacqu 2019-06-17 22:47:15 +02:00
  • 6903e058d5 Undo star imports ljacqu 2019-06-17 22:02:10 +02:00
  • e9cd16aaac Undo star imports ljacqu 2019-06-17 21:58:25 +02:00
  • 55bff96807 #1831 Specify Java version to Javadocs Maven plugin ljacqu 2019-06-17 21:54:04 +02:00
  • 83b38897e6 Bump Multiverse-Core from 3.0.0-SNAPSHOT to 3.0.0 (#1829) dependabot-preview[bot] 2019-06-10 22:35:36 +02:00
  • 6e4c4158fb Bump jacoco-maven-plugin from 0.8.3 to 0.8.4 (#1807) dependabot-preview[bot] 2019-06-04 11:48:35 +02:00
  • 88828bbee7 Bump maven-jar-plugin from 3.1.1 to 3.1.2 (#1808) dependabot-preview[bot] 2019-06-04 11:48:19 +02:00
  • d6e585e8c0 Bump maven-source-plugin from 3.0.1 to 3.1.0 (#1814) dependabot-preview[bot] 2019-06-04 11:48:01 +02:00
  • b5cfd7612b Bump mockito-core from 2.27.0 to 2.28.2 (#1822) dependabot-preview[bot] 2019-06-04 11:47:42 +02:00
  • 13a36e8f06 Bump checker-qual from 2.8.1 to 2.8.2 (#1828) dependabot-preview[bot] 2019-06-04 11:46:38 +02:00
  • 951c648311 Update to 1.14.2 Gabriele C 2019-06-04 10:44:47 +02:00
  • ee63ebc7ac Bump maven-surefire-plugin from 2.22.1 to 2.22.2 (#1803) dependabot[bot] 2019-05-03 09:31:04 +02:00
  • 50480989de Bump maven-compiler-plugin from 3.8.0 to 3.8.1 (#1804) dependabot[bot] 2019-05-03 09:30:39 +02:00
  • 7e29efbc4e Bump maven-compiler-plugin from 3.8.0 to 3.8.1 (#1804) dependabot[bot] 2019-05-03 09:30:22 +02:00
  • 09406f4f92
    Add maven dependency info to Readme Gabriele C 2019-05-02 21:59:55 +02:00
  • ce4bb43dee Remove bPermissions support Gabriele C 2019-05-02 10:42:24 +02:00
  • 2aee86fc2b Update api to 1.14 release Gabriele C 2019-05-02 09:37:51 +02:00
  • 19b82fa726 Update xAuth dependency Gabriele C 2019-05-02 09:36:18 +02:00
  • 1a9bb949ff Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded Gabriele C 2019-05-02 08:55:24 +02:00
  • d6efc7e957 Use a maintained zPermissions fork Gabriele C 2019-05-02 08:55:15 +02:00
  • a5a27cb239 Bump checker-qual from 2.8.0 to 2.8.1 (#1802) dependabot[bot] 2019-05-02 08:54:36 +02:00
  • 61bb34942f Fix dependency exclusion Gabriele C 2019-05-02 08:37:12 +02:00
  • 7f1894c5be Remove no longer needed method in test class ljacqu 2019-04-27 12:46:39 +02:00
  • 59c69de63d
    Fix 1.8 - 1.13 compatibility Gabriele C 2019-04-24 17:22:42 +02:00
  • 5b97841699 Add 1.14 compatibility Gabriele C 2019-04-23 17:18:42 +02:00
  • 85194fa94d Next development cycle Gabriele C 2019-04-19 17:23:54 +02:00
  • 7b360a7bb3 5.6.0-beta1 release Gabriele C 2019-04-19 17:20:55 +02:00
  • cdd92ab4ed Bump bcrypt from 0.7.0 to 0.8.0 (#1793) dependabot[bot] 2019-04-17 01:50:13 +02:00
  • 53b8442309 Add Serbian to translation doc, rename from "rs" to "sr", fix percentage bar images ljacqu 2019-04-14 11:10:07 +02:00
  • b897f7c25f Translation to Serbian (RS) (#1792) Srđan Cokić 2019-04-13 17:30:27 +02:00
  • 97e34d716d Bump mockito-core from 2.26.0 to 2.27.0 (#1788) dependabot[bot] 2019-04-11 08:22:36 +02:00
  • 7503bd4b9e Bump luckperms-api from 4.3 to 4.4 (#1787) dependabot[bot] 2019-04-08 23:48:41 +02:00
  • 44cb787577 Add an option to disable MySQL server certificate check - Fix #1735 Alexandre Vanhecke 2019-04-05 21:51:54 +02:00
  • 08c1bb33c7 Bump sqlite-jdbc from 3.27.2 to 3.27.2.1 (#1780) dependabot[bot] 2019-04-05 22:13:49 +02:00
  • 9c06bd580b Bump mockito-core from 2.25.1 to 2.26.0 (#1784) dependabot[bot] 2019-04-05 08:18:00 +02:00
  • b57f6dcbf1 Bump checker-qual from 2.7.0 to 2.8.0 (#1785) dependabot[bot] 2019-04-05 08:17:31 +02:00
  • da7d08862e Bump mockito-core from 2.25.0 to 2.25.1 (#1778) dependabot[bot] 2019-03-19 23:58:59 +01:00
  • 188e8f1481 Bump sqlite-jdbc from 3.25.2 to 3.27.2 (#1777) dependabot[bot] 2019-03-15 20:20:04 +01:00
  • e0d30e4112 Bump h2 from 1.4.198 to 1.4.199 (#1775) dependabot[bot] 2019-03-14 14:22:09 +01:00
  • fffd4b17ee Bump mockito-core from 2.24.5 to 2.25.0 (#1771) dependabot[bot] 2019-03-08 15:53:37 +01:00
  • b84bc0921c Bump checker-qual from 2.6.0 to 2.7.0 (#1768) dependabot[bot] 2019-03-05 08:02:35 +01:00
  • b60237d455 Bump PBKDF2 from 1.1.2 to 1.1.4 (#1769) dependabot[bot] 2019-03-05 08:02:21 +01:00
  • c328f9c75a Bump maven-javadoc-plugin from 3.0.1 to 3.1.0 (#1770) dependabot[bot] 2019-03-05 08:01:32 +01:00
  • c856191659 Update to ConfigMe 1.1.0 - Squash of PR #1764 ljacqu 2019-03-01 20:22:38 +01:00
  • ffb957ff19 Fix a typo (#1763) lifehome 2019-02-28 19:27:39 +08:00
  • 81517dc3c7 [Security] Bump h2 from 1.4.197 to 1.4.198 (#1761) dependabot[bot] 2019-02-25 08:08:37 +01:00
  • 9c7dfb4daf Bump mockito-core from 2.24.0 to 2.24.5 (#1758) dependabot[bot] 2019-02-20 12:37:52 +01:00
  • f53efaf832 Bump slf4j-simple from 1.7.25 to 1.7.26 (#1759) dependabot[bot] 2019-02-20 12:36:19 +01:00
  • d82b1c7ed3 Bump HikariCP from 3.3.0 to 3.3.1 (#1749) dependabot[bot] 2019-02-08 08:20:54 +01:00
  • a8fb0528c9 Bump checker-qual from 2.5.8 to 2.6.0 (#1736) dependabot[bot] 2019-02-04 19:16:59 +01:00
  • bcc6929a18 Bump mockito-core from 2.23.4 to 2.24.0 (#1737) dependabot[bot] 2019-02-04 19:16:48 +01:00
  • 9e143c421a Bump jacoco-maven-plugin from 0.8.2 to 0.8.3 (#1731) dependabot[bot] 2019-01-28 21:03:34 +01:00
  • 4a57679f6f Bump bcrypt from 0.6.0 to 0.7.0 (#1733) dependabot[bot] 2019-01-28 21:03:19 +01:00
  • 8d32b56852
    Remove sponsor from README Gabriele C 2019-01-12 14:03:31 +01:00
  • a347b4a9bb
    Remove sponsor message Gabriele C 2019-01-12 14:03:02 +01:00
  • bdbb7d79fd
    Specify licensing in about command Gabriele C 2019-01-12 12:17:08 +01:00
  • fdded6be9f Minor fixes for Estonian (#1724) Madis 2019-01-09 03:28:35 +02:00
  • 42f22b2d4c Bump HikariCP from 3.2.0 to 3.3.0 (#1722) dependabot[bot] 2019-01-03 11:39:38 +01:00
  • 98efa35183
    Happy new year! Gabriele C 2019-01-01 03:52:25 +01:00
  • 696bcc7ba6 Update the copyright year to 2018 just in time. (#1721) Kristjan Krušič 2019-01-01 03:50:41 +01:00
  • 2f7672b489
    Hide the inventory for online players on reload (Related #1709) games647 2018-12-25 16:58:03 +01:00
  • 75e1e5ce51 #1707 Make column context thread-safe ljacqu 2018-12-17 20:42:43 +01:00
  • b014f50821 Bump maven-jar-plugin from 3.1.0 to 3.1.1 (#1710) dependabot[bot] 2018-12-13 08:17:56 +01:00
  • b90f5fb85b Bump checker-qual from 2.5.7 to 2.5.8 (#1704) dependabot[bot] 2018-12-06 15:17:01 +01:00
  • c27a8d359c Merge branch '5.5.0' of https://github.com/AuthMe/AuthMeReloaded ljacqu 2018-12-04 19:52:12 +01:00
  • 136b9e4b6e Close #1317 Remove migration of lastlogin column from timestamp to bigint ljacqu 2018-12-04 19:51:11 +01:00
  • bce1110b13 Minor: check returned permission system type in permission handler test ljacqu 2018-12-04 19:48:46 +01:00
  • a1ae03f9cf Update messages_fr.yml (#1701) Twonox 2018-12-04 19:46:48 +01:00
  • e84be5e4de #1702 Consider that Vault permission handler may return null for permission groups ljacqu 2018-12-04 19:45:46 +01:00
  • 80647c04f4 Merge branch '5.5.0' of https://github.com/AuthMe/AuthMeReloaded ljacqu 2018-12-04 19:05:14 +01:00
  • f431325516 #1650 Fix users with capitals not having their session saved ljacqu 2018-12-04 19:04:25 +01:00
  • 427251a4f3 Actually support 1.8 servers Gabriele C 2018-12-02 00:28:14 +01:00
  • 650a97647a Drop FlatFile storage converter Gabriele C 2018-11-30 15:29:30 +01:00