Commit Graph

  • e924b7a2fa Automatically register players who are not known to the auth plugin games647 2016-10-03 13:46:33 +02:00
  • 157ca04691 Fix timestamp parsing in newer versions of SQLite games647 2016-09-23 12:26:11 +02:00
  • ae3e03405d No duplicate login's like auth plugins auto logins if it's the same ip games647 2016-09-23 10:42:25 +02:00
  • bebb04bdea Share the same force login mangement for less duplicate code games647 2016-09-22 10:56:31 +02:00
  • 91f41c55de Finally set a value to the API column games647 2016-09-21 13:24:26 +02:00
  • 1acc825f81 Remove deprecated API methods games647 2016-09-21 13:22:48 +02:00
  • 87ca00d75d [SwitchMode] Kick the player only if the player is unknown to us 1.9 games647 2016-09-21 09:16:19 +02:00
  • 62ffb1a904 [Bukkit] Fix adding to premium whitelist games647 2016-09-20 13:55:03 +02:00
  • 5075a71843 A few code styling things games647 2016-09-20 13:32:06 +02:00
  • da266c7e91 Fix loading of settings games647 2016-09-19 17:59:45 +02:00
  • acab4766b1 Remove database migration logging games647 2016-09-19 15:59:57 +02:00
  • bef90d11cd Deploy only the universal jar to the target folder games647 2016-09-18 11:38:49 +02:00
  • a02acd2d63 Remove the nasty UltraAuth fakeplayer workaround games647 2016-09-18 10:38:05 +02:00
  • ca42a7c19e Refactor more code for more Java 8 and Guava usage games647 2016-09-17 15:18:26 +02:00
  • b533197f05 Fix config loading in BungeeCord games647 2016-09-17 13:15:32 +02:00
  • c94711f315 Fix verb (#79) Maxetto 2016-09-17 08:02:33 +02:00
  • ee7af80bf0 Fix travis games647 2016-09-16 17:41:23 +02:00
  • 17c2099bf1 Make use of the awesome Java 8 features games647 2016-09-16 17:40:42 +02:00
  • 31d6b67381 Try to upgrade to Java 8. I hope enough people are using it. games647 2016-09-16 16:31:47 +02:00
  • 4b423c9ccb Update ProtocolSupport and use a maven repository for it now games647 2016-09-16 10:45:05 +02:00
  • 4292e9aaa0 Less deprecated warnings + Clean up games647 2016-09-15 11:10:52 +02:00
  • 07d0aededa Fix loading with unloaded configuration values games647 2016-09-15 10:33:17 +02:00
  • 218bc50c96 Drop support for LoginSecurity 1.X since 2.X seems to be stable games647 2016-09-14 17:44:32 +02:00
  • a3b2e33aad Switch to vik1395 repository for BungeeAuth games647 2016-09-13 09:53:46 +02:00
  • 76f5ba7ed1 Refactor a lot of code + Add Guava v10 as shared library games647 2016-09-11 21:26:03 +02:00
  • 2cd50d23ad Revert converting auth hooks to the new format games647 2016-09-11 20:07:21 +02:00
  • 9f5f61f1c2 Do the same for the password generator games647 2016-09-11 19:57:27 +02:00
  • 3e9c8e3a7e More shared project code for less errors and less duplication games647 2016-09-11 18:59:42 +02:00
  • 8e5da01be0 Added configuration to disable auto logins for 2Factor authentication games647 2016-09-09 16:52:44 +02:00
  • 5022c9aa7b Add cracked whitelist (Fixes #42) games647 2016-09-09 16:40:24 +02:00
  • ad1ab22586 Test another locale sqlite fix games647 2016-09-08 11:48:13 +02:00
  • 99ef5ce726 Fix correct cracked permission for bukkit games647 2016-09-08 10:06:43 +02:00
  • 9b7634a9f3 Fix LogIt repository games647 2016-09-04 16:35:57 +02:00
  • 115fc2e7ba A try to fix SQLite timestamp parsing games647 2016-09-04 12:14:28 +02:00
  • b660951e1e Fix compatibility with older ProtocolLib versions (for 1.7) games647 2016-09-03 10:21:42 +02:00
  • e495f70ccd Fix logging exceptions on encryption enabling games647 2016-09-01 20:09:34 +02:00
  • b35d67b5c0 Add missing add-premium-other message games647 2016-09-01 19:41:58 +02:00
  • 58ac73a5a9 Fix update username in FastLogin database after nameChange (Fixes #67) games647 2016-08-31 13:29:06 +02:00
  • ebe768f7a2 Fix ProtocolSupport autoRegister games647 2016-08-30 12:27:02 +02:00
  • d20db79f46 Add second attemp login -> cracked (Fixes #51) games647 2016-08-29 17:38:46 +02:00
  • c28d889c1b Remove complex nameChange convert since we now allow duplicate uuids games647 2016-08-26 13:32:16 +02:00
  • ad60397851 Added auto login importers games647 2016-08-25 17:45:09 +02:00
  • 88fdeff3f1 Update documentation games647 2016-08-25 17:44:51 +02:00
  • 558ee1c92c Fix console support for cracked/premium commands (Fixes# 62) games647 2016-08-20 17:38:47 +02:00
  • 3e84ebd787 [BungeeAuth] Do not login the player if it's already logged in using games647 2016-08-19 21:59:27 +02:00
  • 36d7564c3a Fix race condition when waiting for bukkit message while games647 2016-08-19 21:07:29 +02:00
  • 596caa0573 Invoke forcelogin in BungeeCord only once 1.8 games647 2016-08-19 20:52:51 +02:00
  • fe4331298f Send a message on BungeeCord if there is only an auth plugin games647 2016-08-18 20:22:04 +02:00
  • a67d84ef3f Fix race condition in bungee<->bukkit games647 2016-08-18 20:15:43 +02:00
  • 71362dfd7d Log bungeeauth exceptions games647 2016-08-18 09:15:29 +02:00
  • fcd98fce43 Fix Color Code (#54) Maxetto 2016-08-09 19:17:48 +02:00
  • 6c1c4e7286 Fix third-party not premium player detection games647 2016-08-09 14:24:57 +02:00
  • 164fb735d6 Fix ProtocolSupport BungeeCord games647 2016-08-07 11:41:03 +02:00
  • fa1b0970a5 Dump to 1.7.1 games647 2016-08-01 12:59:04 +02:00
  • 974bf498fc Fix protocollsupport autoregister games647 2016-07-31 11:56:20 +02:00
  • 27c04ff08f Fix BungeeCord autoRegister (Fixes #46) games647 2016-07-31 09:57:50 +02:00
  • fb357424e6 Run the plugin message reader async to prevent the timeout event warning from BungeeCord games647 2016-07-26 14:30:11 +02:00
  • c73bb70256 FIx autoregister bug games647 2016-07-25 19:29:22 +02:00
  • dc395cdc3f Remove debug code games647 2016-07-20 20:03:17 +02:00
  • f7626ab969 Read the fully input from mcapi.ca instead of just one line games647 2016-07-20 11:54:00 +02:00
  • 5f9802d589 Fix third party profile parsing games647 2016-07-19 10:47:47 +02:00
  • 642c1621ad Fine tune timeout length games647 2016-07-13 13:00:25 +02:00
  • eb965d5a48 Fix importing games647 2016-07-13 10:05:22 +02:00
  • 457bc9cf47 Fix SQLite drop index games647 2016-07-12 13:06:27 +02:00
  • 2ab3c6b77c Update AutoIn importer games647 2016-07-12 12:39:06 +02:00
  • f27bad02d3 Remove the uuid index for name change conflicts games647 2016-07-12 12:23:32 +02:00
  • 9334296beb Fix saving on name change games647 2016-07-10 19:25:37 +02:00
  • fd9940e6f0 Fix setting skin on Cauldron (Fixes #36) games647 2016-07-10 13:34:08 +02:00
  • 0745957e79 Fix BungeeCord not setting an premium uuid (Fixes #35) games647 2016-07-09 13:30:43 +02:00
  • bb2e60f6e1 State why choose the loginEvent and fix it games647 2016-07-08 16:47:31 +02:00
  • d15861b8e5 Use the correct message key games647 2016-07-08 16:43:02 +02:00
  • b84b340a77 Consistency language update (#33) Maxetto 2016-07-07 14:51:14 +02:00
  • c50249edea Switch to mcapi.ca and add configurable number of requests games647 2016-07-07 12:20:39 +02:00
  • 757ddb905a Make it buildable again games647 2016-07-04 21:40:42 +02:00
  • 9914b7f358 Fix player entry is not saved if namechangecheck is enabled games647 2016-07-04 21:26:03 +02:00
  • bba4eb4eec Ignore all canceled events games647 2016-07-03 21:28:44 +02:00
  • 2b16f3341f Use the loginevent to send the client the offline uuid games647 2016-07-03 16:58:23 +02:00
  • 167ce66057 Added note about skin forwarding if premium uuids are disabled games647 2016-07-03 14:18:27 +02:00
  • 8d1021e44c Update fake player methods games647 2016-06-29 19:04:12 +02:00
  • a811a741f5 Change to lenis repository games647 2016-06-29 19:03:52 +02:00
  • a6348766b3 Reduce the number of lookups if a cracked player already exists games647 2016-06-20 16:29:39 +02:00
  • 22dcc50950 I'm stupid (Related #27) games647 2016-06-20 16:16:31 +02:00
  • bd3494eed0 Fix recursive method invocation (Related #27) games647 2016-06-20 15:27:43 +02:00
  • 1aba9a0f3b Added us.mcapi.com as third-party APIs to workaround rate-limits games647 2016-06-20 14:12:29 +02:00
  • 6faf00e1bf Support for making requests to Mojang from different IPv4 addresses games647 2016-06-20 13:52:37 +02:00
  • 0d89614f3c Add support for the new LoginSecurity version games647 2016-06-18 14:39:47 +02:00
  • b009658eea Fix typo in BungeeCord message key games647 2016-06-16 15:10:25 +02:00
  • 2881689f09 Fixed default message copying games647 2016-06-15 17:35:10 +02:00
  • 6d1a97fd32 Added premium command warning games647 2016-06-15 13:55:57 +02:00
  • b74faa2fd5 Fix missing translation games647 2016-06-15 13:26:20 +02:00
  • 4800a88886 Perform protocollib checks async/non-blocking games647 2016-06-14 19:36:34 +02:00
  • 92c9ab5b76 Use ProtocolLib as a soft dependency games647 2016-06-14 17:21:46 +02:00
  • d90e3fdb44 Load the embed message as default games647 2016-06-14 17:02:12 +02:00
  • 8abbb8f07c Fix bungeecord support (Fixes #26) games647 2016-06-13 08:51:37 +02:00
  • f04a44b1d2 Applies skin earlier to make it visible for other games647 2016-06-11 17:16:03 +02:00
  • 1a66121977 Do not save players multiple times on server switch 1.5.2 games647 2016-06-11 15:08:44 +02:00
  • 413a0325f8 Fixed BungeeCord force logins if there is a lobby server games647 2016-06-11 13:24:35 +02:00
  • 9fc7e0bf43 Fixed BungeeCord support by correctly saving the proxy ids (Fixes #22) 1.5.1 games647 2016-06-11 10:32:53 +02:00
  • ac8bcb1758 Fix default config deploy games647 2016-06-11 09:29:55 +02:00
  • bebcb3e9de Make locale messages thread-safe games647 2016-06-10 10:37:04 +02:00