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
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
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
c61345fd43
cleanup + fix test crypts test on windows systems
2016-02-28 00:32:25 +01:00
Gabriele C
4bf8972875
Lombok + Retrolambda expressions support
2016-02-27 16:12:04 +01:00
Gabriele C
6d8e9d413f
Switch to Essentials due to issues with the EssentialsX repo
2016-02-26 15:42:54 +01:00
Gabriele C
3f3b1cfde5
Fix EssentialsX dependency
2016-02-26 15:31:14 +01:00
ljacqu
5e16ca1490
#392 Create integration test for MySQL
...
- Relocate tests to AbstractDataSourceIntegrationTest to reuse tests for SQLite and MySQL
- Add H2 driver and create test class for MySQL
2016-02-22 21:52:10 +01:00
ljacqu
e8d627c0e1
#392 Start integration test for SQLite
2016-02-21 10:46:13 +01:00
Gabriele C
bb0d938141
Update to 1.9 API
...
No changes to the source are required :D
2016-02-20 18:41:19 +01:00
Gabriele C
1714b41657
Update dependencies
2016-02-19 16:30:31 +01:00
DNx5
edc20debea
Going back to GeoIP legacy. :)
2016-02-19 21:55:53 +07:00
DNx
584fe1d67f
Merge pull request #103 from AuthMe-Team/realname-update
2016-02-18 10:32:09 +07:00
DNx5
7b8e5f8e4f
GeoIP2 update
2016-02-16 08:31:47 +07:00
DNx5
7c1dd888cc
Fix real name update.
2016-02-16 07:14:40 +07:00
Gabriele C
76e7728b37
Don't relocate email dependency atm
...
Fix https://github.com/Xephi/AuthMeReloaded/issues/522
2016-02-14 19:19:05 +01:00
games647
c28a6922c0
Relocate libraries correctly (Related #467 )
2016-02-12 17:37:24 +01:00
Gabriele C
dd8795a1bf
Fix google libs relocation
2016-02-11 18:13:43 +01:00
Gabriele C
a74eeb5e44
update compiler
2016-02-11 11:36:54 +01:00
Gabriele C
e1b7303f61
Spaces please! + we need to shade gson because we are using version 2.5, bukkit's one is 2.2.4 (api conflicts)!
2016-02-10 22:43:28 +01:00
games647
0cb0bbcd37
Don't relocate libraries that are available in spigot
2016-02-10 22:22:53 +01:00
Gabriele C
62d55a512e
Update geoip library
2016-02-10 13:56:56 +01:00
Gabriele C
0f13206a75
Provide a jar with shaded guava!
...
Fix #505 #467
2016-02-09 21:31:17 +01:00
Gabriele C
e5fd0d2025
Fix pex dependency
2016-02-07 23:21:34 +01:00
Gabriele C
960723e13d
FIx twice javadoc generation
2016-02-07 22:26:29 +01:00
Gabriele C
eee594543b
Disable pex repo, now pex is hosted on our jenkins server.
2016-02-07 22:11:10 +01:00
Gabriele C
dd54de4826
Try to fix pex repo
2016-02-07 22:00:58 +01:00
ljacqu
92f81c32c9
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into 450-new-settings-rewrite
2016-02-06 17:17:45 +01:00
ljacqu
99b7b80f1d
#450 Fix copying of JAR files to plugin folder
...
- Create SettingsMigrationService#copyFileFromResource (inspired from CustomSettings)
- Use new method to copy missing files in plugin folder from JAR
- Create YamlFileConfiguration inside NewSetting: FileConfiguration object provided by JavaPlugin#getConfig() sets default values from the JAR's config.yml :(
- Change ConsoleLogger to take logger from plugin (work in progress)
2016-02-06 17:10:00 +01:00
games647
9a07cadaa4
Re add bukkit version variable
2016-02-06 14:12:46 +01:00
games647
aff6858251
Change to spigot's repository link to https to fix building ( fixes #451 )
2016-02-06 14:08:34 +01:00
Gabriele C
11a03e5c46
Update dependencies
2016-02-01 13:24:45 +01:00
Gabriele C
3c88482e22
Maven enhancements
2016-01-21 16:12:39 +01:00
Xephi59
5573e7449d
Force UTF-8
2015-12-31 01:27:40 +01:00
Xephi59
e1a84448a2
Fix the whole Javadoc syntax
2015-12-31 01:06:09 +01:00
Xephi59
ebb4f2bd3e
Fix Javadoc generation
2015-12-30 23:57:30 +01:00
Xephi59
5354a6913f
Use theses packages
2015-12-30 23:51:53 +01:00
Xephi59
1246bf4b4c
Add Javadoc Goal
2015-12-30 23:46:38 +01:00
Gabriele C
300a621e1c
cleanup
2015-12-30 22:28:45 +01:00
Gabriele C
4395d2ad87
never edit pom file from notepad++
2015-12-30 22:21:09 +01:00
Gabriele C
3bc64917fa
javadoc exclusions
2015-12-30 22:20:02 +01:00
Gabriele C
fc6c120f69
Add jacoco to maven
2015-12-28 13:43:22 +01:00
Gabriele C
66378eeccd
Coveralls support
2015-12-28 13:36:02 +01:00
Gabriele C
f1557b29c3
Bye bye system scope dependencies!
2015-12-21 22:34:04 +01:00
Gabriele C
7614b263b0
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded
2015-12-18 17:11:33 +01:00
Gabriele C
7e6abf0441
Clean permission/group providers
2015-12-18 17:10:57 +01:00
Xephi
21d25e5ad3
Add email.html to resources
2015-12-17 18:56:58 +01:00
Gabriele C
9cbe57015e
Update gson
2015-12-10 15:28:40 +01:00
Gabriele C
330a275725
Bump version: too many changes
2015-12-08 21:02:22 +01:00
Gabriele C
6ee07160bb
cleanup and update deps
2015-12-08 20:07:10 +01:00
Gabriele C
a1f963adf8
update hikari
2015-12-04 13:23:17 +01:00
Gabriele C
22c22ba784
fix invalid plugin.yml version timestamp
2015-11-29 14:29:38 +01:00
Gabriele C
109c85f4dd
Auto build number + helpHeader config
2015-11-29 14:27:44 +01:00
Gabriele C
594d4f7b30
revert broken maven features
2015-11-26 22:14:31 +01:00
Gabriele C
6e3fa6957f
wrong phase
2015-11-26 19:37:57 +01:00
Gabriele C
84c3b44f82
try to fix auto version code
2015-11-26 19:32:40 +01:00
Gabriele C
db67c77b33
auto build number
2015-11-26 19:20:25 +01:00
DNx5
b6f6599779
Cleanup maven transitive dependencies
...
test to add jenkins build number in plugin version
2015-11-26 23:55:57 +07:00
ljacqu
e4c82e04ff
Merge upstream/master into ljacqu/enums
2015-11-24 21:59:55 +01:00
Gabriele C
43b9462ddc
cleanup
2015-11-24 21:13:09 +01:00
ljacqu
6422f90114
Create Wrapper for instances / revise MockUtils
...
- Add test resources folder
- Create basic test for Messages (todo: add concrete tests)
- Create WrapperMock
- Change UtilsTest (todo: make it work)
2015-11-23 23:25:03 +01:00
AuthMe-Team
9ec2d6d059
Stuff from the common floobits workspace
...
Author: AuthMe-Team <AuthMeTeam@123NoEmail.com>
2015-11-23 20:23:52 +01:00
ljacqu
38cc217cff
Revert certain JavaDoc changes
...
Ideally JavaDoc should provide additional information to the developer
as to the method's purpose and usage. Typically you do not add the
return type of the method and the parameter's types since this can be
seen in the code.
A short description of what the parameter really is (e.g. a String can
hold many types of information) is a lot more beneficial. A JavaDoc
statement simply restating the parameter types and the method name is,
put bluntly, simply noise, since all of these things are already
contained in the code itself.
Similarly, @see references are great for pointing to other, related
methods but aren't very helpful to point to a superclass method (the
implemented or overriden method) since it is implied by @Override. A
developer can navigate easily to the superclass method with any
reasonable IDE.
2015-11-21 07:41:56 +01:00
Gabriele C
ba483af807
fix project layout
2015-11-20 23:43:26 +01:00
Gabriele C
35ef562d35
Update pom.xml
2015-11-20 23:36:25 +01:00
ljacqu
019390dfe0
Add unit test dependencies and create test for Log4JFilter
...
Note that the new dependencies in the pom have the scope set to test, so
they will not be included into the built artifact. A first test class
illustrates the general way unit tests can be set up with JUnit, Mockito
and Hamcrest matchers.
2015-11-20 23:00:13 +01:00
Tim Visée
fa28bb6d20
Added PermissionsEx dependency
2015-11-20 19:50:20 +01:00
Tim Visée
facc09a933
Added PermissionsEx repository
2015-11-20 19:49:55 +01:00
Tim Visée
1acbd99002
Added required permissions library for bPermissions
2015-11-20 19:48:48 +01:00
Xephi59
8dadcbd7dd
Remove useless Exclusion
2015-11-11 01:52:45 +01:00
Xephi59
a9a057c278
Fix Pom
2015-11-11 01:42:19 +01:00
Xephi59
10606a22e6
Change default mail api to apache one
2015-11-11 01:28:04 +01:00
Gabriele C
604f2f3ee9
reduce size of the email api
2015-11-10 20:20:43 +01:00
Gabriele C
8a4f2c5ef8
I love to clean code and stuff
2015-11-10 19:28:17 +01:00
Gabriele C
2c45cece00
fix plugin name
...
(i'm an idiot -_-)
2015-11-10 18:43:24 +01:00
Xephi59
b959ea18c9
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded.git
2015-11-08 19:31:52 +01:00
Xephi59
6bff45f0ed
Fix Mail Recovery
2015-11-08 19:31:44 +01:00
Gabriele C
1c2cc959cc
cleanup
2015-11-08 14:51:55 +01:00
Gabriele C
89b43158d4
Fix mail library classes conflict
2015-11-08 01:18:24 +01:00
Gabriele C
175da3f6fc
Cleanup!
2015-11-01 23:35:10 +01:00
Tim Visée
0fbeefc488
Reverted javax mail implementation
2015-11-01 23:16:09 +01:00
Tim Visée
1f888abc12
Updated javax mail implementation
2015-11-01 22:54:37 +01:00
Tim Visée
8105b3f072
Added missing dependency
2015-11-01 15:51:50 +01:00
Alexandre Vanhecke
3f26798608
Update maven shade plugin
2015-10-30 15:26:08 +01:00
Gabriele C
6d0099a977
Dependencies cleanup
2015-10-25 12:38:18 +01:00
DNx5
beb46ebf6f
relocate gson lib.
2015-10-23 00:21:22 +07:00
Gabriele C
391a2a123a
Useless dependency -_-
2015-10-21 18:34:46 +02:00
Gabriele C
63560063ec
Maven stuff
2015-10-21 18:22:23 +02:00
Gabriele C
704b6966f3
Update ProtocolLib version
2015-10-13 15:39:19 +02:00
Gabriele C.
193c9eda43
Update sqlite driver
2015-10-08 20:19:43 +02:00
Gabriele C
807d302b60
1.5.2 compatibility
2015-10-06 19:17:03 +02:00
Gabriele C
de5ecfcb93
Fix compatibility issues
2015-10-05 22:28:31 +02:00
Gabriele C
5576b117c9
cleanup + moved legacy chestshop support
2015-10-04 14:33:21 +02:00
Gabriele C
4c2348e6e3
CleanUp (removed setinventory api method
2015-10-03 12:19:49 +02:00
Gabriele C
aed42670f6
Added exclusions
2015-10-03 11:42:38 +02:00
games647
86ff20b6c9
Replacing old inventory protecting with safe packet modifications using ProtocolLib.
...
Instead of clearing the inventory of players and storing it's contents in a file, we now prevent
the server from sending the inventory packet if the player is not logged in. The player will
see a empty inventory, but has still his items stored on the server. Therefore we don't
need to modify the player's inventory and we won't make any inventory corrupted.
Fixes Xephi/AuthMeReloaded#203 ,
Fixes Xephi/AuthMeReloaded#193 ,
Fixes Xephi/AuthMeReloaded#191 ,
Fixes Xephi/AuthMeReloaded#148
Remove dead code + Fix empty inventory on the unregister command
Fix NPE if ProtocolLib isn't enabled or installed
2015-10-03 10:48:40 +02:00
Gabriele C.
ac92a58b75
Update pom.xml
2015-10-02 23:59:34 +02:00
games647
4b1854c7e2
Fix duplicate registers
2015-09-30 18:13:53 +02:00
games647
47f0f0e927
Fix duplicate registers
2015-09-28 20:08:51 +02:00
Gabriele C
27f9b14067
GSON library
2015-09-15 21:26:31 +02:00
Gabriele C
f63fe5bc37
Enhance combattag hook
2015-09-15 21:11:56 +02:00
Gabriele C
026d84427b
General npc support, fixes and enhancements
2015-09-15 16:33:32 +02:00
Gabriele C.
b458547a17
Update pom.xml
2015-09-15 00:21:04 +02:00
Gabriele C
9cb6dce613
pom enhancements
2015-09-14 13:40:57 +02:00
Gabriele C
7f9d641fe3
Fix hikari logger
2015-09-06 14:16:57 +02:00
Gabriele C
3926faeb35
Fix Hikari timeouts
2015-09-06 13:51:35 +02:00
Gabriele C
78d6b9cc6b
Ok, it's too complex to use the log4j implementation xD
2015-09-05 12:40:36 +02:00
Gabriele C
d13f8fc512
Fix build xD
2015-09-05 00:50:08 +02:00
Gabriele C
1f66a7474d
Stuff! + HikariCP Log4J
2015-09-05 00:45:48 +02:00
Gabriele C
6545ad3aea
slf4j log4j implementation enhancement
2015-09-04 19:49:33 +02:00
Gabriele C
1e52cd0c30
Changed to HikariCP-Log4j
2015-08-27 00:39:54 +01:00
Xephi59
3ce87f1710
Fix
2015-08-26 19:01:39 +02:00
Xephi59
fa6e048c21
Fix DriverClassName not properly set
2015-08-26 18:55:33 +02:00
Alexandre Vanhecke
be3cdaba88
Update pom.xml
2015-08-24 12:09:54 +02:00
Alexandre Vanhecke
7b63c8db93
It's version 3
2015-08-14 12:29:25 +02:00
Gabriele C.
3164c919b3
Update pom.xml
2015-08-14 11:26:37 +02:00
Alexandre Vanhecke
31ae90407a
Update SQLite Driver
2015-08-10 13:37:59 +02:00
Gabriele C
7d5fc908b5
Use EssentialsX instead of Essentials
2015-08-02 14:45:56 +02:00
Gabriele C
63e35e4550
Fix wrong jar name
2015-08-02 14:36:03 +02:00
Gabriele C
acbae36ddf
Spaces in pom + optimizations
2015-08-02 14:22:34 +02:00
Gabriele C.
7d11434c32
Update pom.xml
2015-08-02 02:47:16 +02:00
Xephi59
bba9273c1c
Update sqlite driver version
2015-08-02 01:43:19 +02:00
Xephi59
297b3d161f
Describe the pom for metrics repo
2015-08-01 03:45:41 +02:00
Xephi59
1b40907f29
Update to Metrics R8-SNAPSHOT
2015-08-01 03:30:42 +02:00
Xephi59
7185917822
fix pom
2015-08-01 03:27:16 +02:00
Gabriele C.
80f0d290bb
Merge pull request #21 from Xephi/master
...
Up
2015-07-31 16:10:24 +02:00
Gabriele C.
ecdfc27a7e
Update pom.xml
2015-07-31 03:31:20 +02:00
Xephi59
d49b309301
Change the MySQL Connection Pool to HikariCP, so fast !
2015-07-31 03:31:17 +02:00
Gabriele C.
dc2081d581
Update pom.xml
2015-07-31 03:30:42 +02:00
Gabriele C.
a0e2d900c7
Update pom.xml
2015-07-31 03:23:01 +02:00
Xephi59
f1e17b0bd5
Update Dependency
2015-07-31 02:11:29 +02:00
Gabriele C
949ebc03bb
Fixed mail API
2015-07-29 21:48:59 +02:00
Gabriele C
f016d682c5
Updated to SpigotApi 1.8.8
2015-07-29 15:33:19 +02:00
Gabriele C
311d551653
Update pom
2015-07-28 17:26:16 +02:00
Xephi59
a51eab5566
Revert the wtf
2015-07-25 18:45:48 +02:00
Xephi59
955aad2727
wtf >.<
2015-07-25 18:39:19 +02:00
Xephi59
82ed191a99
Re-set this, some problem with Class not added correctly
2015-07-21 18:39:45 +02:00
Xephi59
94b84d30fd
remove useless repo
2015-07-15 18:38:43 +02:00
Xephi59
963e47b3dd
Revert also
2015-07-14 05:28:21 +02:00
Xephi59
66af5a4ff8
Push beta3
2015-07-14 05:28:00 +02:00
Gabriele C.
4efd31605a
Update pom.xml
2015-07-13 22:11:51 +02:00
Gabriele C.
956d70fb32
Update pom.xml
2015-07-13 22:07:39 +02:00
Gabriele C.
4dc5d8f146
Default JDK version = 1.7 instead of 1.6
2015-07-13 20:46:04 +02:00
Xephi59
c3f314c491
Compilation issues
2015-07-13 18:54:45 +02:00
Xephi59
e7264934a4
Return to Snapshot, to avoid some confusion with dev builds
2015-07-13 06:09:12 +02:00
Xephi59
cd37b18ff6
beta2 for API
2015-07-13 06:08:27 +02:00
Xephi59
5f77d50aae
Return to SNAPSHOT for dev
2015-07-13 01:19:21 +02:00
Xephi59
2c2b0f14a1
RELEASE 5.0-BETA1
2015-07-13 01:17:38 +02:00
Xephi59
0bf9e9fc2d
Remove these useless packages
2015-07-12 22:31:05 +02:00
Xephi59
e3dd98a03f
Fix Pom for ChestShop
2015-07-12 22:17:08 +02:00
Gabriele C.
16284d2aa5
Update pom.xml
2015-07-12 21:11:17 +02:00
Gabriele C.
26d32de6bf
Update pom.xml
2015-07-12 20:46:39 +02:00
Gabriele C
0248700a99
Little circle CI fix
2015-07-11 23:50:18 +02:00
Gabriele C.
a72c206a6c
Update pom.xml
2015-07-10 16:22:39 +02:00
Gabriele C.
0496d2049c
Update pom.xml
2015-07-10 16:19:13 +02:00
Gabriele C.
7857e322a5
Update pom.xml
2015-07-10 16:07:02 +02:00
Gabriele C.
beef5620ca
Update pom.xml
2015-07-10 14:41:17 +02:00
Xephi59
2255b9b6db
Revert previous commit
2015-07-10 12:19:04 +02:00
Xephi59
4b274b1ef6
Some ignores
2015-07-10 12:17:52 +02:00
Xephi59
d851eb5f07
Change to provided as readme said
2015-07-10 12:10:33 +02:00
Xephi59
a8194ac1ed
change repo order
2015-07-10 12:05:49 +02:00
Gabriele C.
4244566e59
Should speed up the compilation
2015-07-09 10:54:13 +02:00
Xephi59
d2cc60db78
Drop old supports
2015-07-09 01:56:13 +02:00
Xephi59
d6e0ef4553
Drop Spout/Notification support, they are not updated anymore
2015-07-09 00:59:23 +02:00
Xephi59
627a57615a
Change to Metrics
2015-07-06 23:09:35 +02:00
Xephi59
0b39d6373c
Change again the final name of the artifact
2015-07-06 22:10:32 +02:00
Xephi59
6da2a7ff30
Change final name
2015-07-06 22:07:30 +02:00
Gabriele C
256336979a
Fixed metrics
2015-07-06 16:09:56 +02:00
Gabriele C.
923340d983
Update pom.xml
2015-07-06 15:59:20 +02:00
Gabriele C.
b371e883cf
Update pom.xml
2015-07-06 15:47:09 +02:00
Gabriele C.
4f78e862d2
Update pom.xml
2015-07-06 15:44:51 +02:00
Gabriele C.
4c2cad1684
Update pom.xml
2015-07-06 15:43:30 +02:00
Xephi59
311fb1e1d8
Fix pom - add shaded api
2015-07-05 04:31:05 +02:00
Xephi59
db70afaf80
revert last commit
2015-07-05 03:51:34 +02:00
Xephi59
89f8333ff7
try something
2015-07-05 03:50:05 +02:00
Gabriele C.
a57339925f
Update pom.xml
2015-07-03 14:12:58 +02:00
Gabriele C.
0875ae4992
Update pom.xml
2015-07-01 15:55:44 +02:00
Xephi59
9dccab164d
Fix Previous Commit - change to VaultAPI
2015-07-01 15:47:07 +02:00
Xephi59
534d78f52b
Remove useless repos
2015-07-01 15:44:08 +02:00
Gabriele C.
8936179c11
Update pom.xml
2015-06-30 19:40:12 +02:00
Gabriele C.
3a12e534b1
Update pom.xml
2015-06-30 15:15:49 +02:00
Gabriele C.
793e8b1bb7
Update pom.xml
2015-06-30 14:39:07 +02:00
Gabriele C.
1f56d70f21
Update pom.xml
2015-06-26 16:06:26 +02:00
Gabriele C.
dbab9c6eb8
Update pom.xml
2015-06-22 14:52:54 +02:00
Gabriele C.
df814929d3
Update pom.xml
2015-06-22 13:16:48 +02:00
Gabriele C.
2dec1098b8
Update pom.xml
2015-06-22 13:05:13 +02:00
Gabriele C.
228770c93c
Update pom.xml
2015-06-22 13:01:26 +02:00
Gabriele C.
2ec932ed19
Update pom.xml
2015-06-22 12:33:50 +02:00
Gabriele C.
33f2a03f6e
Update pom.xml
2015-06-22 12:15:18 +02:00
Gabriele C.
2cf49978f3
Update pom.xml
2015-06-21 21:13:23 +02:00
Gabriele C.
242d261322
Update pom.xml
2015-06-21 20:28:08 +02:00
Xephi59
e564453df7
Change how Exception is thrown on failed to send mail
2015-06-21 13:45:26 +02:00
Gabriele C.
3ddc9930f7
Update pom.xml
2015-06-18 00:14:54 +02:00
Gabriele C.
520d259f70
Now it's fixed!
2015-06-18 00:10:25 +02:00
Xephi59
21cecb594a
Change from EssentialsX to official Essentials
2015-06-17 23:52:15 +02:00
Xephi59
8b973758a5
Change to official Essentials Repo
2015-06-17 23:44:51 +02:00
Xephi59
596533587b
Change some dependency problem
2015-06-17 23:07:07 +02:00
Xephi59
24ac9541c0
Add Essentials true repo
2015-06-17 22:59:00 +02:00
Xephi59
517781973b
Change how to compile with multiverse-core
2015-06-17 22:26:58 +02:00
Gabriele C.
055645a133
Fixed code style in pom.xml
2015-06-17 21:59:54 +02:00
Gabriele C.
44901dac1c
Update pom.xml
2015-06-17 21:57:30 +02:00
Xephi59
6d84cdabe7
Fix Attribute problem
2015-06-17 21:48:38 +02:00
Gabriele C
b91ca908ec
Maven Optimizations + Fixes
2015-06-17 18:54:32 +02:00
Gabriele C
8a33b65538
Fixed dependencies
2015-06-17 17:56:57 +02:00
Gabriele C.
3f28f8e233
Update pom.xml
2015-06-17 14:09:40 +02:00
Sudzzy
7dfe213fd0
Provide support for CombatTagPlus
2015-05-01 21:36:09 +01:00
Xephi
ebe71c5790
Need to check everywhere :)
2015-04-22 00:18:50 +02:00
Xephi
44bbd30fd2
Let's ignore 4.0 branch, it's time to begin AuthMe 5.0 guys !
...
Full rework in coming!
2015-04-21 16:45:48 +02:00
Xephi
84cf1a6627
Re-ignore case for name, Security issues T.T
2015-04-21 16:22:12 +02:00
vanhec_a
2d148860d5
Change compilation from craftbukkit to spigot
2015-01-03 18:30:44 +01:00
Xephi
9490bd9d89
Add CraftBukkit libraries on systemPath due to some missconnection with
...
maven repo
2014-09-17 17:14:53 +02:00
Xephi
9f806667c5
Update maven jar plugin
2014-08-14 00:53:21 +02:00
Xephi
e4ff68204c
Cancel latest commit
2014-08-14 00:38:58 +02:00
Xephi
9e1bc24c76
Maven Repo
2014-08-14 00:35:08 +02:00
Xephi
4086fc3deb
Snapshot
2014-08-14 00:31:32 +02:00
Xephi
7ae951c4ab
Fix EmailRegistration bypass session
...
Update to 3.5-SNAPSHOT
2014-08-13 22:21:25 +02:00
Xephi
a409c23679
Add Password Regex
2014-07-25 01:30:52 +02:00
Xephi
a55e99a2c5
Update messages + Fix MaxJoin/LoginPerIP
2014-07-23 20:20:39 +02:00
Xephi
6ad701c699
Update Essentials lib
2014-06-13 06:56:48 +02:00
Xephi
78256c0702
Update ChestShop lib
2014-06-13 06:53:47 +02:00
Xephi
47f9513f72
Update old Spout lib to SpoutCraft
2014-06-13 06:48:32 +02:00
Xephi
8b324a0aa4
Update Notifications lib
2014-06-13 06:39:00 +02:00
Xephi
18cfc2891f
Update Citizens2 Api lib
2014-06-13 06:28:46 +02:00
Xephi
09e8ad5ff4
Update Vault lib
2014-06-13 06:22:10 +02:00
Xephi
2638007ada
AuthMe 3.4
2014-06-13 05:56:59 +02:00
Xephi
864661c797
Update 3.3.6 - Emergency Fix
...
//Changes 3.3.6://
* **Emergency fix: Email recovery method are now fixed and safety to
use**
* Support all craftbukkit builds
* Now Support our sponsor ipClean feature ( Get player real ip through
their servers )
* Now Cache correctly Item Custom Names and Lores
* Fix FlatToSQL converter
* Add /authme getip <playername> command, perm : authme.admin.getip
* Implement correctly XenForo Support
* Fix maxregperip
* Fix maxloginperip
* Add ForceCommandsAsConsole config
* Preparation for next features, coming soon !
2014-04-01 17:10:33 +02:00
Xephi
8c3dc12658
Update 3.3.5
...
//Changes 3.3.5://
* Now Support our sponsor ipClean feature ( Get player real ip through
their servers )
* Now Cache correctly Item Custom Names and Lores
* Fix FlatToSQL converter
* Add /authme getip <playername> command, perm : authme.admin.getip
* Implement correctly XenForo Support
* Fix maxregperip
* Fix maxloginperip
* Preparation for next features, coming soon !
2014-04-01 10:32:27 +02:00
Xephi
b659d8968e
Update 3.3.4
...
//Changes 3.3.4://
* Add an isLogged column in mySQL
* Add a maxLoginPerIp
* Add a maxJoinPerIp
* Add a way to force kick after register
* Add a way to force login after register
* Update session correctly
* Fix Change Email command
* Fix some perm problems
* Fix some problems with email sending
* Remove some dead code
* Add a way to control spawn priority, by default , in order, it is :
authme,essentials,multiverse,default
2014-03-08 00:16:14 +01:00
Xephi
4e7e9e6cb4
Update 3.3.3
2014-02-20 12:54:10 +01:00
Xephi
46acf9d74b
Update 3.3.2
...
//Changes 3.3.2://
* Fix Vault support
* Fix Group permission problems
* Rewrite /register and /login command, would be much faster
* Fix useWelcomeMessage
* Add a way to broadcast welcome message
* Remove Join/Quit message only if enableProtection is true
* Fix /login and /register requested at the same time
* Some other fixes
2014-02-10 02:46:51 +01:00
Xephi
fec466dd29
Fix useWelcomeMessage + implement broadcast conf
2014-01-31 17:56:36 +01:00
Xephi
2e5da58aca
Update 3.3 + fix permission error
2014-01-27 20:33:34 +01:00
Xephi
90ae238c15
Fix Purge Wipe Data
2014-01-10 04:42:31 +01:00
Xephi
d926d9ac83
Fix Exception
2014-01-10 01:38:46 +01:00
Xephi
5127d5e70a
Update 3.2
...
//Changes 3.2://
* Fix Password showed in console ( support for Log4J )
* Quit Location will be more precise ( now double instead of int )
* Force command after the /register too
* Close inventory when player try to open one unlogged
* Fix old password supports
* Remove some Magic Values ( 1.7.2+ )
* Fix threads not start correctly
* Add a recall email adding message
* Fix catpcha messages
* Add multilines messages ( add &n )
* Fix some inventory problem
* Fix some events problem
* Call login event after /register
2014-01-07 02:59:08 +01:00
Xephi
93a320c8ae
Dev - 3.1.2-DEV-3
...
Developpement status actually
Some Fixes for the 1.7.2
Remove some Magic Values
Fix threads not start correctly
Add a recall email adding message
Fix catpcha messages
Add multilines messages ( add &n )
Fix some inventory problem
Fix some events problem
Call login event after /register
2014-01-06 17:54:50 +01:00
Xephi
aaeceae5d2
Correctly get the event inventory !
2013-12-16 04:07:09 +01:00
Xephi
bc8d11ebd6
Update 3.1.1
...
//Changes 3.1.1://
* Do /login correctly in the correct thread
* Add a way to force some commands after /login
* Try a fix for bungeecord , let's see ...
* Fix Logout command ( pos + inventory )
* Fix PHPBB support + random salt
* Add a bypass antibot perm : authme.bypassantibot
* Translation file will automatically update now
* Some other fixes
2013-12-12 05:34:44 +01:00
Xephi
10b4eaeca7
AuthMe 3.0
...
//Changes 3.0://
* Repackaging from uk.org.whoami.authme to fr.xephi.authme, please
developpers, update!
* Rewrite some of parts of the plugin
* Some code was already perfect , also did not change it :p
* Full support for phpbb3
* Add full support for WordPress + passwordHash: WORDPRESS
* Completely rewrite Management system for inventories and tp issues,
Thanks to : [[http://dev.bukkit.org/profiles/Possible/ |Possible]]
* Rework on /passpartu command
* Completely rewrite the password encryption method
* Add a way for developers to add their own Password Encryption Method
on AuthMe via event way (please see
fr.xephi.authme.events.PasswordEncryptionEvent)
* Add an auto purge with players.dat removing method and essentials
files removing ( if you want authme to hook with an another plugin let
me know )
* Complete Hook with BungeeCord by removing the /server command before
login
* message_lang.yml will never be overwritten with English Strings , but
correctly update the message_lang.yml when needed to
* Fix a lot of issues mentioned in tickets , commants , or by mp, Thanks
for all your reports!
2013-10-17 05:14:46 +02:00
Xephi
e6467eccf2
Add BungeeCord to library
2013-10-07 00:32:21 +02:00
Xephi
10584ff054
Update 2.9.4
...
//Changes 2.9.4://
* Fix AssertionError
* AuthMe automatically reconnect to MySQL if session timeout
* Optimize threads
* AuthMe now caching flying status
* AuthMe now apply a fake creative flying status temporary while the
player is not loging in ( force them to do not shake in the air ;) )
* You can now apply the survivalforce only after loging in
* You can now convert FlatFile to SQLite ( /authme flattosqlite )
* Fix Some inventories issues
* Fix some problems with Multiverse-Inventories and MultiInv
* Fix NullPointerExceptions reported
* Fix SaveQuitLocation do not send you to the right pos
* Fix Sessions for multi-servers
* Fix Sessions globally
* Fix maxRegistering
* Fix register API
* Fix DJANGO passwordhashing method ( PBKDF2 )
* Fix do not force registration method
* Add a config to display auto the /motd command from essentials before
the /login ( some bug with some servers )
2013-09-15 04:27:23 +02:00
Xephi
7e7afcbfd6
Update 2.9.3
...
* Fix BungeeCord again
* Remove useless part of api
* Fix register api method
* Always store cache with lowercase players name
* Remove some useless asynchronous part
* Fix some thread problems
* Add PBKDF2 method
* Fix SQLite problem (world duplicate column)
* Fix cannot measure distance between two different world
2013-08-26 18:35:28 +02:00
Xephi
2522357982
Update 2.9.2
...
* Add Register API
* Fix Captcha message
* Translate email commands
* Fix 'cannot measure distance' problem
* Fix some problem with connection manager
* Add DOUBLEMD5 password hashing md5(md5(password))
* Add pt_PT translate
* Add Korean translate
2013-08-10 13:50:05 +02:00
Xephi
f7f5ef0edb
fix pom.xml
2013-08-07 21:53:40 +02:00
Xephi
d06a5f4e53
Update 2.9.1
...
* Fix some problem with re-register
* Add directly mail.jar in AuthMe Builds
we also do not need the mail.jar in the lib folder
2013-08-07 21:21:58 +02:00
Xephi
84d362196c
Update 2.9
...
* Add a better MultiThreading support for database
* Fix some problem with assertion error
* Add WBB3 support
* Add SH512 support
* Add reg_email_msg in all messages.yml for diff visibility
* Fix Problem with DeOped players
* FIX BungeeCord support - Thanks to games647
2013-08-05 15:28:48 +02:00
Xephi
f81ae45f16
Update pom.xml to 1.6.2-R0.1
2013-07-10 16:12:03 +02:00
Xephi
d699f86cc7
Update 2.8
...
* Update to CB 1.5.2-R1.0
* Add multi-world support in databases
* Add multi-plugins spawns support : in this order :
BukkitWorldSpawn(default) < Multiverse-Core < EssentialsSpawn <
Authme(/authme setspawn)
* Add BCRYPT passwordhashing method
* Set the Email method to HTML ! you can now send html email correctly
:)
* Some fix with BungeeCord
* Some fix with inventory security ( i recommend you to disable
ProtectInventoryBeforeLogin if you encounter issues , all inventory
click method are now cancelled )
* Add a separate thread for /login command (enable multi-threading in
config file)
* Add a separate thead for /register command (enable multi-threading in
config file)
* Add isRegistered(String playerName) in the API
* Some other code reworks
* Some other debugs
* Re-Indent code
2013-06-20 02:15:27 +02:00
Xephi
0d47578323
BungeeCord fix ... again ... and again...
2013-05-29 23:07:56 +02:00
Xephi
d7f76c8cdf
fix double email check - Add Italian Translate
2013-05-14 01:45:50 +02:00
Xephi
447d6633b2
Hook with SocialSpy(Essentials) - Fix OP removed
2013-05-14 01:28:45 +02:00
Xephi
bad44f3af7
Update 2.7.16
2013-05-06 03:49:32 +02:00
Xephi
2350a9e6d2
Resynchronize custom event
2013-04-14 15:34:01 +02:00
Xephi
1c2b585a6f
Emergency Fix
2013-04-14 00:29:04 +02:00
Xephi
73c97a39e6
Update 2.7.14
...
* Add Slot Reservation system ( permission : authme.vip )
* Add ConsoleLogging in authme.log file ( disabled by default, check
config )
* Save the main thread by different database access and saves
* Perform login more quickly
* CleanUp the code entirely
* BungeeCord should be fixed :'(
* Fix the Flat To MySQL converter
* Teleport players correctly
2013-04-13 01:27:23 +02:00
Xephi
468aaa18a3
Add VIP Slots method
2013-04-03 03:21:33 +02:00
Xephi
6485acca53
Add SimplifiedChinese (zhcn)
2013-04-02 13:03:14 +02:00
Xephi
5dcfd31cc6
Update 2.7.13
2013-04-02 03:20:16 +02:00
Xephi
c18131408d
Again Change BungeeCord hook with latest method
2013-03-25 13:11:44 +01:00
Xephi
96907d5a24
Forgot to Settings.bungee - Add TradChinese
2013-03-22 18:27:21 +01:00
Xephi
def5821e5c
Fix BungeeCord player real IP - 2.7.12b1
2013-03-21 00:03:34 +01:00
Xephi
cedafe52a8
fix SessionExpireOnIpChange
...
Note for myself : Refresh Code T.T
2013-03-13 23:11:00 +01:00
Xephi
5462508357
2.7.11b2
2013-03-13 18:06:04 +01:00
Xephi
0dd048774e
Update 2.7.11b1
2013-03-12 17:20:33 +01:00
Alexandre V.
01e8cfeb4e
Use Snapshot version method
2013-03-10 01:34:57 +01:00
Alexandre V.
6a3dc273ed
2.7.10b2
2013-03-10 01:29:07 +01:00
Alexandre V.
f7e7b3e252
2.7.10b1
2013-03-09 03:55:50 +01:00
Alexandre V.
ba82d946c4
First Commit - 2.7.10b1
2013-03-09 03:42:17 +01:00