1cabc47ff9
Minor - remove debug println from test
ljacqu
2015-12-27 23:40:32 +01:00
804a670e08
Create test for HashUtils and RandomString
ljacqu
2015-12-27 23:37:07 +01:00
513ff9a928#358 Make RandomString static & generate all rand. strings with it - Remove dubious random String generator on HashUtils - Make further hash classes use HashUtils
ljacqu
2015-12-27 22:16:16 +01:00
68e5f636ae
Minor: Converters - reduce visibility - Change fields from public to private - Make classes package-private where appropriate - Remove redundant javadoc
ljacqu
2015-12-27 21:21:09 +01:00
90a0325194#358 Add future interface methods, remove exception throwing - Create Utils class for a common implementation of md5/sha1 - Create "foolproof" way of getting the MessageDigest for md5 etc. (MessageDigestAlgorithm enum) - Create description annotations to annotate algorithms with usage recommendation and salt type
ljacqu
2015-12-26 23:59:32 +01:00
f37fc32717
Simplify listener classes - Remove unused fields - Use Service methods where possible
ljacqu
2015-12-26 21:26:19 +01:00
47e97244a7#306 Create tests for CommandService and PlayerCommand
ljacqu
2015-12-26 20:58:05 +01:00
27fee3ca64#306 Create PlayerCommand abstract type - Create PlayerCommand to handle player-only command checks centrally and consistently - Adjust tests
ljacqu
2015-12-26 19:47:47 +01:00
5ab3a1f9ef
Minor - remove StringUtils#getStackTrace - Remove StringUtils#getStackTrace in favor of Guava's Throwables#getStackTraceAsString
ljacqu
2015-12-26 18:01:09 +01:00
74ceb66430#306 Remove singleton getters in admin commands - Note: this commit does not remove all singleton getters
ljacqu
2015-12-26 17:57:53 +01:00
41e400e9dd
Deprecate flatile datasource, force flat to sqlite conversion #344
Xephi59
2015-12-26 15:38:16 +01:00
72365bc6e4#336 Remove new lines before base commands - GitHub doesn't seem able to add a space before a new base command without adding random new lines in the entire list
ljacqu
2015-12-26 14:06:59 +01:00
71a9f4140b#375 Issue warning instead of failing test for non-ASCII password - Add javadoc to fields
ljacqu
2015-12-26 12:52:05 +01:00
9314612050
Also load the configuration option of forceSurvivalMode
games647
2015-12-25 16:40:24 +01:00
418fbabcc8Fix#376 Check not to show alternatives for base command - Fix wrong assumption in HelpCommand that the incoming arguments size always corresponds to the label count of the mapped command
ljacqu
2015-12-24 15:46:48 +01:00
9e8f51c616#306 Fully test HelpProvider and CommandSyntaxHelper
ljacqu
2015-12-24 15:26:25 +01:00
050275a0a6#306 Fully test AccountsCommand
ljacqu
2015-12-24 12:19:14 +01:00
3b33781b0b
Send Email as UTF-8
Xephi
2015-12-24 12:07:05 +01:00
cb2ffca6d3#306 Change help provider to non-static / add calls to help functionality
ljacqu
2015-12-23 23:51:39 +01:00
9ae20df670
Minor - update setting name in config.yml
ljacqu
2015-12-23 22:51:11 +01:00
be942c2b36#306 Fix tests for command mapper and command handler - Export initializing and retrieval of test commands to a separate class
ljacqu
2015-12-23 18:04:46 +01:00
0beb937b8f
Re add force survival gamemode option on join
games647
2015-12-23 16:03:37 +01:00
da84efe090
Merge pull request #84 from games647/gamemode
Gabriele C
2015-12-23 15:42:24 +01:00
c50741e1ca#375 Remove Ignore annotation on password hash check test
ljacqu
2015-12-23 15:28:35 +01:00
8c1eef3f59
Remove gamemode and flying switching
games647
2015-12-22 11:05:35 +01:00
14f6ecd716#306 Adjust ExecutableCommand implementations to interface
ljacqu
2015-12-23 14:55:04 +01:00
8ef1b2ae3e#306 Add command service and set up constructor dependency injection (work in progress) - Pass all dependencies via constructor - Encapsulate command handling more (e.g. split CommandHandler with new CommandMapper) - Add help command to all base commands at one central point
ljacqu
2015-12-23 14:54:45 +01:00
f3999bd779
Enhance newPlugin
Gabriele C
2015-12-23 14:02:44 +01:00
c231da7849
new plugin file (TODO)
Gabriele C
2015-12-23 13:30:30 +01:00
57a22c101b
Add changepassword to Bungee Hook
Xephi
2015-12-23 12:48:00 +01:00
857042ba5f
Minor - mark password confirmation as optional for /register
ljacqu
2015-12-23 12:39:48 +01:00
1d21333c94
I'm a noob
Gabriele C
2015-12-23 12:27:41 +01:00
0a2f26deea
Start main class cleanup 1/?
Gabriele C
2015-12-23 12:12:00 +01:00
8bfb56f34e
fix blindness when timeout = 0
Gabriele C
2015-12-23 11:51:06 +01:00
f785d9d357
Revert 799ecf8 and apply Ignore annotation to test failing locally - Revert commit (undo formatting changes, commented out code) - Add ignore to not run the test due to local problems (probably because of some character encoding issue)
ljacqu
2015-12-23 09:19:59 +01:00
799ecf8f7e
Comment these test for this moment
Xephi59
2015-12-23 00:46:08 +01:00
3860b3ba5a
Fix some problems with Emails
Xephi59
2015-12-23 00:45:43 +01:00
f835a95bac
Verify only one listener per event; #367 verify listener not using MONITOR
ljacqu
2015-12-21 23:14:42 +01:00
f1557b29c3
Bye bye system scope dependencies!
Gabriele C
2015-12-21 22:34:04 +01:00
fc3f503ac8
Minor - small addition to SendMailSSL refactor
ljacqu
2015-12-21 22:21:56 +01:00
02c366637e
Refactor SendMailSSL, rename 'stoping' to 'stopping', - Refactor SendMailSSL into smaller portions and with proper exception handling (do not catch the Exception superclass and do not nest try-catch blocks; always pass on the exception type and message) - Clean prose in config.yml
ljacqu
2015-12-21 22:14:40 +01:00
874d7cd59f
Fix remove speed
Gabriele C
2015-12-21 20:20:35 +01:00
20b1f08c46
Remove stacktrace, use getMessage instead
Xephi
2015-12-21 17:10:28 +01:00
3601eab591
Try using email.send() :/
Xephi
2015-12-21 17:08:12 +01:00
644ffe954d
[DEV] [NEED TEST] Implement OAuth2 authentification to mail recovery!
Xephi
2015-12-21 17:03:12 +01:00
48b845b1f5
Change how welcome message is send
Xephi
2015-12-21 15:52:58 +01:00
37eedfde62
Add a way to convert SQLite to MySQL (/converter sqlitetosql)
Xephi
2015-12-21 15:43:36 +01:00
8f09893337
Cannot use '%'char, replace with tag instead
Xephi
2015-12-21 15:19:10 +01:00
61735b4941
Add switch between SSL and StartTLS security on email
Xephi
2015-12-21 15:15:02 +01:00
5d21d1bb87
Add timeout to Verygames call
Xephi
2015-12-21 13:27:46 +01:00
a5956555a5
Little fix (prev commit)
Xephi
2015-12-21 13:13:03 +01:00
e272a3bfb5
Add a way to kick players before a server stop
Xephi
2015-12-21 12:04:28 +01:00
5c2547cd82
Change from Monitor to Highest, why the hell was them on monitor :O
Xephi
2015-12-21 11:38:52 +01:00
1f11537b85#364 Add more tests for encryption algorithms
ljacqu
2015-12-20 23:43:54 +01:00
f809d91c45
Minor refactoring in listeners; create listener consistency test - Export duplicated code into a service - Remove canConnect attribute from AuthMe class - was unused and doesn't seem sensible - Add consistency test for listener classes
ljacqu
2015-12-20 20:26:01 +01:00
51d1705b1f#364 Add tests for more encryption algorithms
ljacqu
2015-12-20 14:08:22 +01:00
acfc4dba3e
Forgot this
Gabriele C
2015-12-20 13:26:38 +01:00
e9a2c8ad18
Finish permissions cleanup
Gabriele C
2015-12-20 13:25:32 +01:00
bd439380d6
Remove useless jar libs
Gabriele C
2015-12-20 12:45:12 +01:00
bf7a0c5a49#364 Create first EncryptionMethod tests
ljacqu
2015-12-20 00:50:34 +01:00
3cc35baa5e
Merge master into commands-refactor
ljacqu
2015-12-19 18:26:40 +01:00
b64b6177fa
Fix invoking help command throwing exception - ConcurrentModificationException was being thrown because labels was being modified again in transformForHelpCommand
ljacqu
2015-12-19 17:45:58 +01:00
42c34c56a0
Fix command formatting after refactor - Fix spacing issues (too few or too many spaces) - Handle base commands with invalid arguments properly - Add highlighting function for command syntax
ljacqu
2015-12-19 12:20:52 +01:00
bf9724dd34
Fix label handling issues after reformatting - Pass the correct arguments to HelpCommand - Fix minor formatting / conditional check issues
ljacqu
2015-12-19 10:35:02 +01:00
268cc03321
Minor - update AuthMe version in tools setvars.bat
ljacqu
2015-12-19 09:53:28 +01:00
7b2be4ca47
Remove redundant JavaDoc in security package - Remove all JavaDoc in security package that has no additional information than in the code - Reduce visibility of class members where appropriate
ljacqu
2015-12-19 09:52:16 +01:00
01a294a334#305 Adjust behavior of label handling; cleanup - Fix bugs in behavior (wrong labels being shown for help) - Change order of labels and arguments in FoundCommandResult constructors - Move FoundResultStatus enum to its own class - Create test class for HelpProvider
ljacqu
2015-12-18 22:19:26 +01:00
ec47371dcb
Merge pull request #82 from games647/speedrestore
Gabriele C
2015-12-18 19:07:41 +01:00