Commit Graph

1980 Commits

Author SHA1 Message Date
Gabriele C 83dd1cf4a3 Merge pull request #117 from AuthMe-Team/revert-116-master
Revert "Use local shooter"
2016-03-05 21:34:05 +01:00
Gabriele C 9a5c84f3fc Revert "Use local shooter" 2016-03-05 21:33:56 +01:00
Gabriele C 3dad427398 Merge pull request #116 from FabioZumbi12/master
Use local shooter
2016-03-05 20:40:05 +01:00
FabioZumbi12 9b13366e5f To use local shooter 2016-03-05 16:11:09 -03:00
FabioZumbi12 b9b5cba94e Merge pull request #3 from AuthMe-Team/master
Update my fork
2016-03-05 15:26:57 -03:00
Gabriele C 717f962473 Revert "Add a message about the workaround with MC 1.9"
This reverts commit aa914b9aa7.
2016-03-05 18:16:57 +01:00
Gabriele C aa914b9aa7 Add a message about the workaround with MC 1.9 2016-03-05 13:55:40 +01:00
Gabriele C a23e0a6d30 Update HikariCP 2016-03-05 13:50:58 +01:00
Gabriele C c4684fd5f1 Booo we don't like UUIDS! (We need to keep 1.7.X compatibility!)
- Removed the useless OtherAccounts class!
2016-03-03 21:42:50 +01:00
Gabriele C b0d230be60 Forgot about this... #570 2016-03-03 21:17:38 +01:00
Gabriele C e4d2747fae Finally fix #570 2016-03-03 21:05:19 +01:00
DNx 1e0d31ebb7 Don't lowercase the real name, also..
the password. Fix #578
2016-03-03 11:11:56 +07:00
Gabriele C 681e352bdc Fix #570 add max_acc and reg_acc placeholders 2016-03-02 17:06:02 +01:00
Gabriele C c5c0535fcd Ok, nevermind, it works. 2016-03-02 00:33:26 +01:00
Gabriele C 8bd9569c14 Disable the tablist hider due to bugs! (Invisible player, missing data resend after login...) 2016-03-01 22:19:40 +01:00
ljacqu 86042070e9 #573 Remove exclusion for permission node check in test 2016-03-01 20:48:15 +01:00
Gabriele C 8432e67fd8 1.9 API + Fix permissions (CRITICAL)
#573
2016-03-01 17:34:56 +01:00
games647 e57e457b62 Fixed VersionCommand is not using backwards compatible players method 2016-03-01 16:38:32 +01:00
Gabriele C 6aa22f80ce Update dependencies 2016-02-29 21:34:21 +01:00
ljacqu 5c43aea21f Merge branch '547-process-architecture' of https://github.com/AuthMe-Team/AuthMeReloaded into master2 2016-02-28 21:02:04 +01:00
ljacqu dede592c55 #547 add process service to AsyncJoin 2016-02-28 20:03:06 +01:00
Gabriele C 2a9ab60fcd Pom cleanup 2016-02-28 19:11:22 +01:00
ljacqu 7dd1d52893 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into 547-process-architecture
Conflicts:
	src/main/java/fr/xephi/authme/settings/Settings.java
2016-02-28 09:08:35 +01:00
ljacqu 8832c1ac0f Reduce output of resource closing tests 2016-02-28 09:05:30 +01:00
Gabriele C 90a0202b49 Fixed, finally!
Was a jenkins side issue!
2016-02-28 03:21:07 +01:00
Gabriele C aaf17e6272 Damn mvn args 2016-02-28 03:14:36 +01:00
Gabriele C cfdc99cfe6 Should fix mvn param 2016-02-28 03:04:43 +01:00
Gabriele C a96a98e4ed Speed up junit 2016-02-28 02:28:37 +01:00
Gabriele C 3c82a5a936 Fix test arguments 2016-02-28 02:02:27 +01:00
Gabriele C 89256debc8 Update .travis.yml 2016-02-28 00:37:47 +01:00
Gabriele C a233b0e685 Update circle.yml 2016-02-28 00:37:29 +01:00
Xephi59 2a8ef88041 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded.git 2016-02-28 00:36:15 +01:00
Xephi59 e88b4eda53 Add %acc_nb tag to max_reg message - Fix #570 2016-02-28 00:36:06 +01:00
Gabriele C c61345fd43 cleanup + fix test crypts test on windows systems 2016-02-28 00:32:25 +01:00
ljacqu d664e7be26 #547 Create ProcessService
- Create ProcessService for common tasks within processes
- Integrate service into AsyncAddEmail
2016-02-27 23:15:31 +01:00
ljacqu 28108f00f1 #569 Update messages_de.yml by Platinteufel 2016-02-27 22:55:51 +01:00
ljacqu 63b31b0814 Create resource closing test
- Generic test for MySQL and SQLite checking that all generated (Prepared)Statement and ResultSet instances are closed afterwards
- Fix offending code for test to pass
2016-02-27 22:45:39 +01:00
ljacqu 5fce849ce7 Minor - Add datasource test, minor code householding 2016-02-27 21:11:35 +01:00
ljacqu b916c9b2be Fix javadoc warnings + #421 add javadoc for new API 2016-02-27 16:31:58 +01:00
Gabriele C 4bf8972875 Lombok + Retrolambda expressions support 2016-02-27 16:12:04 +01:00
ljacqu e79f325411 #443 Use correct message to ask to add email after login 2016-02-27 12:18:04 +01:00
ljacqu 1b818bd833 #457 Improve ForceFlatToSqlite conversion
- Change ForceFlatToSqlite converter to use a generic datasource destination (i.e. can be used for Flat2MySQL later)
- Add tests, including for FlatFile
- Check that user is not present in destination datasource before adding
- Persist last location from flatfile as well
2016-02-27 11:24:47 +01:00
ljacqu 27b1fa770f #392 Add datasource integration tests 2016-02-26 22:12:16 +01:00
DNx 12691a12f1 Merge pull request #112 from AuthMe-Team/db-improve 2016-02-27 00:48:33 +07:00
Gabriele C 6d8e9d413f Switch to Essentials due to issues with the EssentialsX repo 2016-02-26 15:42:54 +01:00
Gabriele C 784b0cadfb Merge pull request #114 from AuthMe-Team/master
Fix EssentialsX dependency
2016-02-26 15:34:21 +01:00
Gabriele C 3f3b1cfde5 Fix EssentialsX dependency 2016-02-26 15:31:14 +01:00
DNx5 b4aebb685c Remove player from cache on quit. 2016-02-26 13:10:49 +07:00
DNx5 8bf6817a5f Removed unused private methods in AuthMe class. 2016-02-26 12:47:08 +07:00
DNx5 8324decfa1 Merge branch 'master' into db-improve
Conflicts:
	src/main/java/fr/xephi/authme/AuthMe.java
2016-02-26 12:42:32 +07:00