ljacqu
654cebd5a7
Minor - rename LimboPlayer methods + code householding
...
- Rename *taskId methods to *task to reflect what they handle
- Remove usages of Wrapper where applicable
- Replace some uses of legacy Settings with NewSetting calls
2016-03-06 15:46:49 +01:00
ljacqu
3f4681c5ed
Minor - fix merge conflicts
2016-03-06 14:45:28 +01:00
ljacqu
987c3fdb17
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into 432-remove-public-ip-map
2016-03-06 14:42:32 +01:00
ljacqu
31bac6964f
Various code householding
...
- Adjust javadoc
- Remove unused PlayerAuth constructor
- Replace legacy Settings with NewSetting calls
- Add process service to all (a)sync processes
- Change IP manager to only cache the calls to the VeryGames API
2016-03-06 14:42:19 +01:00
ljacqu
98df21d75a
#575 Hotfix for reload support
...
- Create temporary method for reloading any stateful entities -> a lot of duplicated code, to be fixed soon within #432
- Remove unused methods
2016-03-05 22:30:35 +01:00
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
ljacqu
9a412fac05
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into 432-remove-public-ip-map
...
Conflicts:
src/main/java/fr/xephi/authme/process/register/AsyncRegister.java
2016-03-05 16:11:22 +01:00
ljacqu
19adcdcceb
Move managers to the cache package
...
- Not entirely accurate name but not really worth to have a separate package for managers
2016-03-05 16:03:00 +01:00
ljacqu
fd8db2cd51
Add test for IP manager + create captcha manager (still unused)
2016-03-05 15:39:14 +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
0a79848f43
Update README.md
2016-03-05 00:34:04 +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
ljacqu
aeb8307a46
#432 #547 Remove public IP cache map; make processes use ProcessService
...
- Create IP address manager for handling and caching IP addresses -> outside of the manager I do not want to care about caching details
- Make more processes use the ProcessService in favor of statically injected objects
2016-03-01 22:47:28 +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