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