Commit Graph

58 Commits

Author SHA1 Message Date
games647
dfe37dfc1b Force login only if the save process was successful 2016-05-03 15:58:22 +02:00
games647
6edd40742d Fix saving bug 2016-04-27 20:35:23 +02:00
games647
b697dc6655 Added autoRegister for BungeeCord 2016-04-27 18:00:25 +02:00
games647
36974450ce Implement forwardSkin + forwardUUID config option for Bungee 2016-04-27 17:13:27 +02:00
games647
57a59045ce Add storage support for BungeeCord 2016-04-27 17:02:20 +02:00
games647
11cc4eabc0 Fixes storage bugs 2016-04-26 22:19:25 +02:00
games647
53e02d5457 Finish basic bukkit support 2016-04-26 21:01:48 +02:00
games647
0f85674ec1 Added database setup 2016-04-26 19:32:00 +02:00
games647
378ab09bc8 Fix bungeecord disable 2016-04-26 13:04:20 +02:00
games647
740b11b434 Fix disconnect reason documentation when cracked users joins (Fixes #9)
This message changed a couple of versions ago
2016-04-20 19:01:25 +02:00
games647
77f0184899 Replace handshake listener with bungeecord config reader 2016-04-05 11:40:23 +02:00
games647
2885daf8b9 Merge pull request #6 from NorbiPeti/patch-1
Fixed issues with host lookup from hosts file
2016-04-03 11:21:29 +02:00
games647
1e128d12f5 Merge pull request #7 from NorbiPeti/patch-2
Fixed error message condition for /premium
2016-04-03 11:19:21 +02:00
NorbiPeti
f2a8446c8d Fixed error message condition for /premium 2016-04-03 03:10:51 +02:00
NorbiPeti
cc8c49e25b Fixed issues with host lookup from hosts file
I have values set in my hosts file and the original way of getting the address returnned the hostname it was linked to.
2016-04-03 03:00:55 +02:00
games647
25e182148f Describe the time where we receive the profile properties 2016-03-30 11:37:52 +02:00
games647
f00608c321 Updated FakePlayer against the newest API changes 2016-03-28 10:37:46 +02:00
games647
b86bdf5f23 Added check if player is already premium + Updated FakePlayer against
the newest API changes
2016-03-27 11:18:46 +02:00
games647
9a30a0b299 Added forwardSkin config option 2016-03-23 10:15:48 +01:00
games647
fd3b1ed8b6 Added premium UUID support (Fixes #5) 2016-03-22 22:16:48 +01:00
games647
f3e675e547 Removes the need to use a bukkit auth plugin if you have a bungee one
(Fixes #4)
2016-03-22 21:25:58 +01:00
games647
0967f31b9a Optimize performance and thread-safety 2016-03-21 15:45:51 +01:00
games647
8cb4621055 Fixed autoRegister support for LoginSecurity 2016-03-20 15:19:11 +01:00
games647
f610001c9b Workaround protected method + Add documentation 2016-03-20 13:26:37 +01:00
games647
dd386408d1 Call auth methods on connection 2016-03-20 13:01:03 +01:00
games647
10bfd279d6 Start working on BungeeAuth support 2016-03-20 12:49:24 +01:00
games647
5608821fe3 Fixed BungeeCord support 2016-03-20 11:30:52 +01:00
games647
9c0ad7d70c Fixed UltraAuth support 2016-03-05 21:47:28 +01:00
games647
099b8e5d0a Fix weird 1.9 bugs 2016-03-05 21:04:22 +01:00
games647
b4ade882be Fixed correct build + Fixed plugin.yml 2016-03-05 20:28:40 +01:00
games647
4a3cb42152 Ignore libraries from auth plugins in order to fix repository conflicts
Fixes #3
2016-03-04 13:34:17 +01:00
games647
8fc5050e8e Added support for UltraAuth 2016-03-01 17:26:25 +01:00
games647
015739fe4c Added unpremium/cracked command 2016-02-28 18:28:36 +01:00
games647
b2ae46a90a Add royal auth support + Move maven system repositories to jiitpack 2016-02-07 14:39:59 +01:00
games647
353cd17823 Run forceRegister async if possible -> improve performance 2016-02-02 14:57:20 +01:00
games647
157b8499a9 Added auto login without commands (Fixes #2) 2016-01-27 17:21:53 +01:00
games647
bd46dae086 Added changelog update 2016-01-27 14:24:42 +01:00
games647
eacbb1ed76 Fixed CrazyLogin restore actions 2016-01-27 14:24:00 +01:00
games647
e389433138 Added isRegistered and forceRegister API methods 2016-01-27 14:23:07 +01:00
games647
d1b2fe8865 Added protocol support 2016-01-24 11:51:39 +01:00
games647
3b4c4a1c79 Fixes build errors by updating parent version of the universal module 2016-01-23 20:56:09 +01:00
games647
b22df62f90 Added premium skin forward 2016-01-23 20:53:13 +01:00
games647
d118de8649 Run packet listeners async from the Netty threads + Correctly shutdown
plugin if the server is in online mode.
2015-11-23 20:20:40 +01:00
games647
f8c10d6890 Merge the Bukkit and BungeeCord version together to a universal plugin 2015-11-14 20:03:24 +01:00
games647
c3f8e59a9a Added BungeeCord support 2015-11-13 22:46:38 +01:00
games647
834818bb7a Fixed NPE on invalid sessions + Improved security for premium logins 2015-11-04 19:41:47 +01:00
games647
fa46dc690b Add changelog and travis integration for automatic tests 2015-11-03 18:23:56 +01:00
games647
fdc2772f38 Update description 2015-11-03 17:47:26 +01:00
games647
53af09ae34 Fixed json parsing for logins 2015-10-06 19:22:37 +02:00
games647
f6f6aaf1de Fix thread safety for fake start packets (Bukkit.getOfflinePlayer doesn't look like to be thread-safe) + More documentation 2015-10-05 19:58:58 +02:00