91e71cccf9Update README.md
Gabriele C
2015-12-28 13:30:08 +01:00
2bb5dee61cDamn automated ci services
Gabriele C
2015-12-28 13:14:42 +01:00
98e8dfc3e2Circle, please!
Gabriele C
2015-12-28 13:11:28 +01:00
b4fb4baaceDamn travis
Gabriele C
2015-12-28 13:10:51 +01:00
1209324936Update .travis.yml
Gabriele C
2015-12-28 13:07:09 +01:00
32dbe60ae8Update newPlugin.yml
Gabriele C
2015-12-28 12:51:40 +01:00
c4fa2a756aRemove an old todo
Xephi
2015-12-28 12:48:20 +01:00
0688a8645aDeprecated PLAINTEXT support
Xephi
2015-12-28 12:29:00 +01:00
806201e1ccAdd Hostname to restricted ip method
Xephi
2015-12-28 11:59:30 +01:00
c94b6223a1Add wildcard to perform reset position for each players
Xephi
2015-12-28 11:50:16 +01:00
0103c5e2e5Cannot do this async
Xephi
2015-12-28 11:37:13 +01:00
1cabc47ff9Minor - remove debug println from test
ljacqu
2015-12-27 23:40:32 +01:00
804a670e08Create 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
68e5f636aeMinor: 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
2bb386c488Merge master into 306-commands-service - Conflicts
ljacqu
2015-12-26 21:33:53 +01:00
f37fc32717Simplify 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
5ab3a1f9efMinor - 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
41e400e9ddDeprecate 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
9314612050Also 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
3b33781b0bSend 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
9ae20df670Minor - 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
0beb937b8fRe add force survival gamemode option on join
games647
2015-12-23 16:03:37 +01:00
da84efe090Merge 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
8c1eef3f59Remove 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
f3999bd779Enhance newPlugin
Gabriele C
2015-12-23 14:02:44 +01:00
c231da7849new plugin file (TODO)
Gabriele C
2015-12-23 13:30:30 +01:00
57a22c101bAdd changepassword to Bungee Hook
Xephi
2015-12-23 12:48:00 +01:00
857042ba5fMinor - mark password confirmation as optional for /register
ljacqu
2015-12-23 12:39:48 +01:00
1d21333c94I'm a noob
Gabriele C
2015-12-23 12:27:41 +01:00
0a2f26deeaStart main class cleanup 1/?
Gabriele C
2015-12-23 12:12:00 +01:00
8bfb56f34efix blindness when timeout = 0
Gabriele C
2015-12-23 11:51:06 +01:00
f785d9d357Revert 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
799ecf8f7eComment these test for this moment
Xephi59
2015-12-23 00:46:08 +01:00
3860b3ba5aFix some problems with Emails
Xephi59
2015-12-23 00:45:43 +01:00
f835a95bacVerify only one listener per event; #367 verify listener not using MONITOR
ljacqu
2015-12-21 23:14:42 +01:00
f1557b29c3Bye bye system scope dependencies!
Gabriele C
2015-12-21 22:34:04 +01:00
fc3f503ac8Minor - small addition to SendMailSSL refactor
ljacqu
2015-12-21 22:21:56 +01:00
02c366637eRefactor 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
874d7cd59fFix remove speed
Gabriele C
2015-12-21 20:20:35 +01:00
20b1f08c46Remove stacktrace, use getMessage instead
Xephi
2015-12-21 17:10:28 +01:00
3601eab591Try 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
48b845b1f5Change how welcome message is send
Xephi
2015-12-21 15:52:58 +01:00
37eedfde62Add a way to convert SQLite to MySQL (/converter sqlitetosql)
Xephi
2015-12-21 15:43:36 +01:00
8f09893337Cannot use '%'char, replace with tag instead
Xephi
2015-12-21 15:19:10 +01:00
61735b4941Add switch between SSL and StartTLS security on email
Xephi
2015-12-21 15:15:02 +01:00
5d21d1bb87Add timeout to Verygames call
Xephi
2015-12-21 13:27:46 +01:00
e272a3bfb5Add a way to kick players before a server stop
Xephi
2015-12-21 12:04:28 +01:00
5c2547cd82Change 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
f809d91c45Minor 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
acfc4dba3eForgot this
Gabriele C
2015-12-20 13:26:38 +01:00
e9a2c8ad18Finish permissions cleanup
Gabriele C
2015-12-20 13:25:32 +01:00
bd439380d6Remove 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
4f6c7d579cMerge pull request #83 from AuthMe-Team/commands-refactor
ljacqu
2015-12-19 20:29:27 +01:00
efa458cae1Finalization for #305 - command refactor
ljacqu
2015-12-19 20:25:12 +01:00
3cc35baa5eMerge master into commands-refactor
ljacqu
2015-12-19 18:26:40 +01:00
b64b6177faFix 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
42c34c56a0Fix 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
bf9724dd34Fix 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
268cc03321Minor - update AuthMe version in tools setvars.bat
ljacqu
2015-12-19 09:53:28 +01:00
7b2be4ca47Remove 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
ec47371dcbMerge pull request #82 from games647/speedrestore
Gabriele C
2015-12-18 19:07:41 +01:00