Gabriele C
c035cb9243
Update DBCP dependencies
2017-05-24 23:50:36 +02:00
ljacqu
5afe6bb35b
Update dependencies
...
- Remove unused exec plugin
2017-05-20 19:15:13 +02:00
Gabriele C
4366e33508
Use 1.12 api (only spigot maven profile)
2017-05-15 20:18:51 +02:00
Gabriele C
61c215d337
Try to fix protoclllib repo link
2017-04-24 14:46:50 +02:00
Gabriele C
5dd73e9594
Fix ProtocolLib repo url
2017-04-23 11:51:11 +02:00
Gabriele C
bf38782790
Implement ARGON2 hash ( #1165 )
...
* Implement ARGON2 hash
#1150
* Fix argon hash verify
* Add argon2 test
* #1150 Account for Argon2 managing salts internally
2017-04-14 18:03:27 +02:00
ljacqu
a764598f88
Adjust repo links in code
2017-03-28 08:11:00 +02:00
ljacqu
57ca81f2ba
#1102 commands.yml file should not have any commands by default
2017-02-20 21:11:57 +01:00
Gabriele C
2d3078daa4
Use the bStats maven artifact
...
It seems to have issues accessing the maven repository, maybe it's just
an issue with my local setup.
(cherry picked from commit fc8c75c)
2017-02-17 22:06:12 +01:00
Gabriele C
8ac4ea05f6
Update libs
2017-02-15 23:15:59 +01:00
ljacqu
d2fccdeb80
Update Injector and create injectable object factory
...
- Using e.g. Factory<Converter> instead of the injector directly makes its purpose more specific and disallows any future abuse of the injector's functions
2017-02-05 16:52:35 +01:00
Gabriele C
6569c275eb
Replace mcstats with bStats ( #215 )
2017-01-29 15:48:07 +01:00
ljacqu
8aa1bb9935
Open 5.3 development iteration
2017-01-21 14:14:32 +01:00
games647
f4b999217c
Fix sending empty inventories on logout for versions above 1.11
...
(Fixes #1039 )
2016-12-26 10:44:09 +01:00
ljacqu
5f8a19223f
Update ConfigMe and Mockito version
2016-12-23 23:22:05 +01:00
Xephi59
de97c60b5d
FixMe from Gnat008 : Add PermissionsBukkit groups support
2016-12-20 21:35:26 +01:00
ljacqu
a38d3a25b8
Update Mockito version
2016-12-01 19:41:31 +01:00
ljacqu
de5324bbc6
#685 Fix PBKDF2 implementation
...
- Fix our PBKDF2 hash implementation and its test class
- Use external dependency as PBKDF2 implementation
2016-11-25 15:51:15 +01:00
Gabriele C
2fbf8b6c71
Use 1.11
2016-11-17 21:53:28 +01:00
ljacqu
44a8764115
Do not use master for experiments that break the build
2016-11-17 20:42:55 +01:00
Gabriele C
92c4c18da4
1.11: does it compile?
...
I'm from mobile but i'm curious :P
2016-11-17 13:22:12 +01:00
Gabriele C
15ff9ae442
Update dependencies + update README
2016-11-15 17:29:00 +01:00
ljacqu
5cce7e1fae
Update version of ConfigMe, Mockito and sqlite-jdbc
2016-10-30 14:05:22 +01:00
Gabriele C
dc5fe64b15
Use Bukkit/Spigot 1.10.2
2016-10-16 23:50:47 +02:00
ljacqu
995d4acda2
Upgrade to ConfigMe 0.2
2016-10-16 20:08:52 +02:00
Gabriele C
c8cbd4e853
Update dependencies
2016-10-02 17:19:50 +02:00
ljacqu
ffc5b77f36
Revert: [RevertMe] Remove essentials hook (currently unavailable using maven)
2016-09-09 21:56:32 +02:00
Gabriele C
93c59555f8
Revert "Test if jenkins is stupid"
...
This reverts commit 59abf6ecf4
.
2016-09-08 14:32:40 +02:00
Gabriele C
71c289f2f3
Revert "Try if jenkins became smarter"
...
This reverts commit 5045338a83
.
2016-09-08 14:32:37 +02:00
Xephi
5045338a83
Try if jenkins became smarter
2016-09-08 11:27:33 +02:00
Xephi
59abf6ecf4
Test if jenkins is stupid
2016-09-08 11:18:46 +02:00
Gabriele C
933f0ba3d6
Update HikariCP version
2016-09-08 10:28:19 +02:00
Gabriele C
f63871600a
[RevertMe] Remove essentials hook (currently unavailable using maven)
2016-09-07 16:04:20 +02:00
Gabriele C
0dac0c4b21
#927 Relocate ConfigMe
2016-09-04 16:30:30 +02:00
ljacqu
25780ede89
#927 Use 0.1 version and adjust to changes from ConfigMe
2016-09-04 15:32:58 +02:00
ljacqu
09f403f357
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into configme-integration
...
Conflicts:
pom.xml
2016-09-04 15:25:58 +02:00
Gabriele C
5efed1b697
Bump java version requirement
2016-09-04 14:48:13 +02:00
Gabriele C
bc9d67abbd
Bye bye java 7!
2016-09-04 14:42:50 +02:00
Gabriele C
6768f5fdce
Relocate the injector
2016-09-04 14:16:35 +02:00
Gabriele C
af4e8acc04
Maven cleanup
2016-09-04 14:04:27 +02:00
Gabriele C
7deb75ab85
Deprecate GroupManager handler
2016-09-04 13:29:01 +02:00
Gabriele C
6e5c901c4b
Fix build
2016-09-04 12:58:50 +02:00
ljacqu
0d368ef1a2
Revert: Use official bPermissions artifact
...
- Since 3ea933ffc6
the Jenkins build has been failing and it is no longer possible to build locally. Now Travis and CircleCI are also failing.
2016-09-03 10:05:32 +02:00
ljacqu
c7bb7b460e
#927 Integrate ConfigMe into AuthMe (work in progress)
...
- Replace own code with ConfigMe
2016-08-30 15:28:07 +02:00
Gabriele C
3ea933ffc6
Use official bPermissions artifact
2016-08-29 01:21:40 +02:00
ljacqu
289ce7740f
Update injector version and move shutdown logic to separate classes
2016-08-20 21:54:41 +02:00
Gabriele C
af48c2fc2a
It doesn't make sense to have 2 alternative dependencies enabled
2016-08-04 20:35:35 +02:00
ljacqu
f0dfd85903
#831 Set Spigot profile to be activated by default
...
- I want to be able to check out the source and build immediately
2016-08-04 18:19:38 +02:00
Gabriele C
7806466a01
Close #884
2016-08-04 13:00:54 +02:00
Gabriele C
4b81e3b7dc
Update vault repository
2016-08-04 02:10:35 +02:00
ljacqu
9a91156000
#835 Replace injector classes with ones from ch.jalu.injector project
2016-07-17 21:50:48 +02:00
Gabriele C
3616c3187e
Whoops!
2016-07-13 12:55:23 +02:00
Gabriele C
c53dd5b3a8
Reduce the jar size by using the spigot's gson version
2016-07-13 12:52:55 +02:00
Gabriele C
f88d0bcb70
Update dependencies
2016-07-12 15:18:36 +02:00
ljacqu
491853e0c8
Change github URLs from AuthMe-Team/ to AuthMe/
...
- Change README sections to use more markdown
2016-07-10 11:42:40 +02:00
Gabriele C
a998354fa2
Project cleanup
2016-06-26 16:19:55 +02:00
Gabriele C
c79857cc14
Add Gnat008 as project author
2016-06-17 02:18:12 +02:00
Gabriele C
df17821e85
Let's switch again to SNAPSHOT
2016-06-16 04:26:30 +02:00
Gabriele C
941d4f09be
Beta3!
2016-06-16 04:14:18 +02:00
Gabriele C
209625ab00
Update maven plugins
2016-06-13 20:04:02 +02:00
Gabriele C
01f297919d
1.10 API + cleanup
2016-06-11 17:46:24 +02:00
Gabriele C
a5a796e900
Update coveralls-maven-plugin
2016-06-05 01:47:17 +02:00
ljacqu
3753a0ef96
#565 Allow to skip extended encryption methods
...
- Set system property via surefire plugin and create profile that modifies the property
- Check for the new property in AbstractEncryptionMethodTest and shorten/skip the tests when necessary
2016-06-05 00:29:31 +02:00
Gabriele C
6c0dec887a
try to fix javadoc
2016-06-03 00:27:06 +02:00
Gabriele C
506f32243b
Fix pom typo + update h2 test dependency
2016-05-31 00:09:19 +02:00
ljacqu
a355c325c5
#513 Allow to run updateDocs task from command line
2016-05-20 17:15:53 +02:00
Gabriele C
7229a8b02b
Update exec plugin, the doc task should run manually
2016-05-18 07:49:37 +02:00
Gabriele C
f784da7c2f
Exclude new transitive dependency
2016-05-14 14:33:17 +02:00
Gabriele C
c748501345
Fix Multiverse dependency + fix invalid test in Eclipse
2016-05-14 00:01:26 +02:00
Gabriele C
05f0162a16
Damn HTTPS
2016-05-13 23:29:53 +02:00
Gabriele C
3f5154e3c7
Update api to 1.9.4
2016-05-10 23:58:08 +02:00
ljacqu
662f28ab4f
#513 Fix class loading issue when running from mvn exec:java
2016-05-08 17:01:06 +02:00
Gabriele C
5cfb556fda
#513 Doesn't work
...
@ljacqu Could you please check why this isn't working? run the "mvn
exec:java" command
2016-05-05 22:38:17 +02:00
Gabriele C
7de4efc025
Relocate Injection API
2016-05-05 18:46:39 +02:00
Gabriele C
fb4dd260f8
Correct pom properties
2016-05-05 18:39:35 +02:00
games647
917a48074a
Try to fix Jenkins builds
2016-05-05 16:07:53 +02:00
Gabriele C
2d0bf08c40
Multiverse was injecting his spigot-api version -_-
2016-05-04 18:10:39 +02:00
Gabriele C
39aaef8f8a
Pom enhancements
2016-05-04 17:12:14 +02:00
Gabriele C
2f76e06373
Remove spigot-api
2016-05-04 16:59:02 +02:00
ljacqu
23317caa46
Merge pull request #125 from AuthMe-Team/432-dependency-injection
...
432 dependency injection
2016-05-03 18:54:35 +02:00
Gabriele C
2a423e6f2f
Continue SNAPSHOT development
2016-05-03 12:45:58 +02:00
Gabriele C
552ecb5d8e
BETA2 Release
2016-05-03 12:44:35 +02:00
Gabriele C
df6aa0a7a8
Bump hikaricp version
2016-05-02 21:21:02 +02:00
ljacqu
f76a68cb26
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into 432-dependency-injection
...
Conflicts:
src/main/java/fr/xephi/authme/AuthMe.java
src/main/java/fr/xephi/authme/command/executable/authme/RegisterAdminCommand.java
src/main/java/fr/xephi/authme/hooks/PluginHooks.java
src/main/java/fr/xephi/authme/listener/AuthMePlayerListener.java
src/main/java/fr/xephi/authme/listener/AuthMeServerListener.java
src/test/java/fr/xephi/authme/command/executable/authme/RegisterAdminCommandTest.java
2016-05-02 19:48:12 +02:00
Xephi59
121dd7e6fb
Add Spigot API - 1.9 PlayerSpawnLocationEvent
2016-05-02 02:13:19 +02:00
ljacqu
02079f1f5c
#432 Create custom dependency injector
2016-04-27 22:49:20 +02:00
Gabriele C
590532e557
the useless commit
2016-04-13 18:47:08 +02:00
Gabriele C
d46ad9ab5e
Update hikari logger
2016-04-06 17:36:34 +02:00
Gabriele C
46c6eba3ea
Bump API
2016-04-05 23:29:42 +02:00
DNx5
6132743913
Update pom.xml
2016-03-31 15:33:50 +07:00
DNx5
b43e706572
Update Bukkit API to 1.9-R0.1-SNAPSHOT
2016-03-31 14:36:01 +07:00
Gabriele C
379541d3cb
Update hikari logger
2016-03-31 02:11:23 +02:00
Gabriele C
881a192413
Update hikaricp
2016-03-21 23:15:34 +01:00
Gabriele C
3ef96cc233
Switch to slf4j-simple (needs testing)
2016-03-20 13:25:02 +01:00
Gabriele C
951adf0b5f
Update slf4j version
2016-03-17 21:38:47 +01:00
Gabriele C
af85090aa5
Don't fail if coveralls is down
2016-03-09 15:14:55 +01:00
Gabriele C
a23e0a6d30
Update HikariCP
2016-03-05 13:50:58 +01:00
Gabriele C
8432e67fd8
1.9 API + Fix permissions (CRITICAL)
...
#573
2016-03-01 17:34:56 +01:00
Gabriele C
6aa22f80ce
Update dependencies
2016-02-29 21:34:21 +01:00
Gabriele C
2a9ab60fcd
Pom cleanup
2016-02-28 19:11:22 +01:00