8d5afa7fbc
Minor: Use CommonService for permission lookup - Some changes found in a very old patch :) - drop injection of PermissionsManager in favor of CommonService - Rename IsEqualByReflectionMatcher's method to something more specific to differentiate it better from Hamcrest's equalTo() matcher
ljacqu
2018-02-23 23:37:24 +01:00
329657bd5f#1497 Show specific message for invalid YAML files (#1506)
ljacqu
2018-02-23 23:31:22 +01:00
7864bb06ac
Minor cleanups - Fix line length violations - Add JavaDoc to some longer methods - Remove unused imports
ljacqu
2018-02-23 23:23:24 +01:00
83e247afe9
Minor: Simplify check for Spigot
ljacqu
2018-02-17 23:23:44 +01:00
189647d9f2#1467 Fix character issues by always using UTF-8 when reading and writing - Change usages of Bukkit's FileResource to a ConfigMe PropertyReader - Specify UTF-8 for reading and writing
ljacqu
2018-02-11 09:22:42 +01:00
cd61febd76#1467 Change /authme messages to only update help text file now
ljacqu
2018-02-02 20:12:42 +01:00
1d6d9eb764#1467 Rearrange old keys migration so no entries get lost - 'error' was an old entry but now we have multiple entries under 'error' (which is now a section), so we need to ensure that we migrate the old 'error' entry before the migration sets anything under that path
ljacqu
2018-02-02 18:53:08 +01:00
be55437287
Use the correct javadoc deprecated tag for the lastlogin method
games647
2018-01-27 22:56:42 +01:00
f7e9ac9685
Add support for delaying commands.
DNx
2018-01-26 14:28:02 +07:00
1eaf321575#1467 Try to clean up abstract message file handler hierarchy - Move some handling with the default file configuration down to the help message file handler since it is the only one with such a behavior now
ljacqu
2018-01-25 21:48:48 +01:00
820e443b81#1467 Implement messages file migration - Create messages updater called when a messages YML file is loaded - Work in progress - Does not yet include changes to any message keys
ljacqu
2018-01-24 22:19:25 +01:00
b3a191d7e2
Minor: simplify CheckMessageKeyUsages task and make check more strict
ljacqu
2018-01-22 19:52:39 +01:00
dfb2d72d28
Merge pull request #1485 from Maxetto/patch-2
Gabriele C
2018-01-22 14:53:14 +01:00
0b096ea56e
[Messages_IT] Add specific message for register captcha success
Maxetto
2018-01-21 23:42:37 +01:00
6f2c586441
Test initialization of permission handlers in PermissionManager
ljacqu
2018-01-21 22:11:47 +01:00
acaaf6fe41
Minor dependency updates - JaCoCo 0.8.0 brings some interesting exclusions in code coverage, which means we might be able to drop TestHelper#validateHasOnlyPrivateEmptyConstructor soon
ljacqu
2018-01-21 21:01:23 +01:00
610a699c95
Refactor message handlers into injectable components (preparation for #1467)
ljacqu
2018-01-21 20:47:29 +01:00
fe4ea6d22b
Remove migration of commands from config.yml to commands.yml - Migration was shipped with the 5.2 release and is now becoming harder to maintain; since it's quite old we drop it
ljacqu
2018-01-17 21:42:17 +01:00
cdd14bee18
Merge pull request #1475 from RikoDEV/patch-3
Gabriele C
2018-01-17 20:30:03 +01:00
fb989a8955
Update messages_pl.yml
Jacek Maciejak
2018-01-17 18:40:27 +01:00
cc701772f4
Update messages_pl.yml
Jacek Maciejak
2018-01-17 18:36:06 +01:00
045bb1b669
Update messages_pl.yml
Jacek Maciejak
2018-01-17 18:33:46 +01:00
3c0236e15e#1035 Fix handling of new login command constraints - Incorporate ConfigMe fix - Various fixes in the integration
ljacqu
2018-01-15 22:39:29 +01:00
45bc9c4c44
Merge pull request #1476 from MineSAT/patch-13
Gabriele C
2018-01-15 18:05:27 +01:00
8a44dad548
Fix error in placerholder
RatchetCinemaESP
2018-01-15 17:45:43 +01:00
95bbbd9ba0
Update messages_pl.yml
Jacek Maciejak
2018-01-15 15:40:49 +01:00
8dbba1dc93#1035 Add optional constraints to onLogin and onFirstLogin commands for number of alt accounts - Extend Command to add specific constraints - Currently doesn't work because of missing ConfigMe support
ljacqu
2018-01-14 12:23:04 +01:00
99ef874327
Update CodeClimate configuration to new structure
ljacqu
2018-01-06 11:48:27 +01:00
84b376d2a5#930 Change captcha storage to change code internally upon failure - Within CaptchaStorage#checkCode, a player's captcha code is overridden with a new one on failure or cleared on success - Fixes inconsistencies in the retrieval / regeneration of codes
ljacqu
2018-01-06 02:31:26 +01:00
180bbbf0be#930 Refactor captcha managers to have a crude captcha storage class instead of inheritance - Remove abstract captcha manager in favor of a primitive captcha code storage (composition over inheritance) - Supply player when checking captcha code for further usage (fixes open point from previous commit)
ljacqu
2018-01-05 01:26:25 +01:00
7cf3f6d77b#930 Registration captcha: update message shown to player on failed captcha - Show message with new captcha code when a captcha has failed - Requires implementation of circular dependency handler (initial draft)
ljacqu
2018-01-05 00:17:22 +01:00
43e59bfb4e
Update sponsor message
Gabriele C
2018-01-04 20:42:25 +01:00