sgdc3
fbf1f29a0b
Fix deploy execution
2018-01-29 15:15:55 +01:00
sgdc3
a92084ec60
Fix the deploy system
2018-01-29 15:08:59 +01:00
Gabriele C
a76eee5965
Remove deploy configuration
2018-01-29 04:44:17 +01:00
sgdc3
e980c80ef8
Damn maven please deploy the right jar
2018-01-29 01:14:31 +01:00
sgdc3
f250289a1e
Pom cleanup, fix output filename
2018-01-28 22:01:14 +01:00
Alexandre Vanhecke
9b60c26a1d
Update pom.xml
2018-01-22 00:40:30 +01:00
ljacqu
acaaf6fe41
Minor dependency updates
...
- JaCoCo 0.8.0 brings some interesting exclusions in code coverage, which means we might be able to drop TestHelper#validateHasOnlyPrivateEmptyConstructor soon
2018-01-21 21:01:23 +01:00
Alexandre Vanhecke
acb8cbe6d7
Update pom.xml with deploy configuration
2018-01-20 03:52:08 +01:00
Alexandre Vanhecke
5e61e5c806
Update pom.xml
2018-01-19 20:30:39 +01:00
Alexandre Vanhecke
b5b03405da
Update pom with maven deploy plugin
2018-01-19 19:58:41 +01:00
Alexandre Vanhecke
4c15979701
Update pom.xml with deployment informations
2018-01-19 19:47:28 +01:00
ljacqu
3c0236e15e
#1035 Fix handling of new login command constraints
...
- Incorporate ConfigMe fix
- Various fixes in the integration
2018-01-15 22:39:29 +01:00
Gabriele C
4213867048
Update dependencies
2017-12-19 10:29:14 +01:00
Gabriele C
17eb7acf4d
Change version format
2017-11-29 09:17:37 +01:00
ljacqu
7932c1bf90
Update to injector 1.0
...
- Includes Factory and SingletonStore so our custom implementation is removed
2017-11-25 21:27:18 +01:00
ljacqu
86a07771d7
Open 5.5 development iteration
2017-11-25 14:41:23 +01:00
Gabriele C
350321c80b
Bump version to 5.4.0 release candidate 1
...
Change version format.
2017-11-24 09:45:29 +01:00
Alexandre Vanhecke
8fe92da119
#1150 - Add Argon2 support
...
- Add argon2 implementation
- Extract argon2 library check to method on Argon 2
- Add link to Wiki page on errors
- Check within Argon2Test if the test cases should be run, not in the abstract parent
2017-10-23 00:10:48 +02:00
sgdc3
d4d85c5e15
Update dependencies
2017-10-20 00:19:28 +02:00
ljacqu
6fa2fdbdda
#1345 Update to injector 0.4.1
2017-10-05 23:02:58 +02:00
Gabriele C
d95e5adc39
Compile for 1.12.2
2017-10-02 08:09:28 +02:00
sgdc3
83b5a3d66d
Update dependencies
2017-09-27 14:55:59 +02:00
Gabriele C
f754331de6
Implement LuckPerms permission handler
...
#1324
2017-09-14 20:39:15 +02:00
Gabriele C
6e842890e3
Update HikariCP version
2017-09-09 02:06:32 +02:00
Gabriele C
a87f3e5838
Make compile dependencies optional
2017-09-03 00:24:54 +02:00
Gabriele C
b96ae61697
Remove some old plugin hooks, update dependencies
2017-08-31 11:47:55 +02:00
ljacqu
f3a656892f
Open 5.4 development iteration
2017-07-08 23:21:53 +02:00
Gabriele C
001e5d0376
Pom cleanup, fix LimboService test dependencies
...
@ljacqu Could you fix the test please?
2017-07-07 15:06:02 +02:00
Gabriele C
bf74c4e7ff
Start 5.3.3 development
2017-07-06 18:12:11 +02:00
Gabriele C
cdeb245267
5.3.2 emergency release
...
People is confused by the legacy/spigot jars, this release provides only one jar.
2017-07-06 02:29:48 +02:00
Gabriele C
f7bf2a6119
Ok my IDE seems stupid
2017-06-28 12:56:23 +02:00
Gabriele C
9922a259d0
Update other dependencies
2017-06-28 12:49:41 +02:00
Gabriele C
6dc672ae74
Update dependencies
2017-06-28 12:46:57 +02:00
Gabriele C
7e5a15406d
Fix xAuth dependency
2017-06-28 12:39:59 +02:00
Gabriele C
68b54d9b4c
Whoops! Fix shade execution
2017-06-25 10:50:29 +02:00
Gabriele C
e8b3bb5d9d
Remove legacy build, users are confused by the 2 different jar files
2017-06-22 23:23:11 +02:00
Gabriele C
2974e4f5cb
Start the 5.3.2 development cycle
2017-06-02 13:26:17 +02:00
Gabriele C
f0895912f3
5.3.1 Release
2017-06-01 13:17:50 +02:00
timvisee
cae29a2f99
Revert "Implement ARGON2 hash ( #1165 )" due to an unwanted added binary.
...
This reverts commit bf38782790
.
2017-06-01 13:06:15 +02:00
Gabriele C
bd9edce5fe
5.3 Release
2017-05-31 22:40:44 +02:00
Gabriele C
00699ed7fb
Use guava 21, add 1.12 support
2017-05-29 23:40:44 +02:00
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