Commit Graph

760 Commits

Author SHA1 Message Date
games647 bc53743c6b Add placeholder variables 2017-01-06 12:54:02 +01:00
games647 a430a079c9 Do no print auto login message on authme session reuse (Related #101) 2016-12-23 22:12:55 +01:00
games647 f3ac6090f1 Fix bungee online check (Fixes #101) 2016-12-23 10:01:38 +01:00
games647 5ca9b9c59a Add note about firewalling your spigot server if you use BungeeCord 2016-12-22 09:13:58 +01:00
games647 b886d1501f Update LoginSecurity to make it buildable 2016-12-16 15:56:30 +01:00
games647 0082cc6536 Use static builder to make it independent from ProtocolLib without throwing NoClassDefFoundError 2016-12-16 15:49:40 +01:00
games647 7f96d55084 Convert config values to string if casting fails 2016-11-26 13:27:39 +01:00
games647 3851d539f8 Workaround injector class is package private in older versions of ProtocolLib (Fixes #94) 2016-11-26 11:33:15 +01:00
games647 a25d97879f Fail safetly if there session was started (prevents duplicate errors) 2016-11-26 10:06:27 +01:00
games647 41abffdb08 Fix Spigot console command invocation sends result to ingame players 2016-10-20 14:06:18 +02:00
games647 e69eb70377 Update BungeeAuth dependency and use the new API 2016-10-05 10:06:02 +02:00
games647 e924b7a2fa Automatically register players who are not known to the auth plugin
Fixes #85
2016-10-03 13:46:33 +02:00
games647 157ca04691 Fix timestamp parsing in newer versions of SQLite 2016-09-23 12:26:18 +02:00
games647 ae3e03405d No duplicate login's like auth plugins auto logins if it's the same ip 2016-09-23 10:42:25 +02:00
games647 bebb04bdea Share the same force login mangement for less duplicate code 2016-09-22 10:56:31 +02:00
games647 91f41c55de Finally set a value to the API column 2016-09-21 13:24:26 +02:00
games647 1acc825f81 Remove deprecated API methods 2016-09-21 13:22:48 +02:00
games647 87ca00d75d [SwitchMode] Kick the player only if the player is unknown to us 1.9 2016-09-21 09:16:19 +02:00
games647 62ffb1a904 [Bukkit] Fix adding to premium whitelist 2016-09-20 13:55:03 +02:00
games647 5075a71843 A few code styling things 2016-09-20 13:32:06 +02:00
games647 da266c7e91 Fix loading of settings 2016-09-19 17:59:45 +02:00
games647 acab4766b1 Remove database migration logging 2016-09-19 15:59:57 +02:00
games647 bef90d11cd Deploy only the universal jar to the target folder 2016-09-18 11:40:21 +02:00
games647 a02acd2d63 Remove the nasty UltraAuth fakeplayer workaround 2016-09-18 10:38:05 +02:00
games647 ca42a7c19e Refactor more code for more Java 8 and Guava usage 2016-09-17 15:19:07 +02:00
games647 b533197f05 Fix config loading in BungeeCord 2016-09-17 15:19:07 +02:00
Maxetto c94711f315 Fix verb (#79) 2016-09-17 08:02:33 +02:00
games647 ee7af80bf0 Fix travis 2016-09-16 17:41:23 +02:00
games647 17c2099bf1 Make use of the awesome Java 8 features 2016-09-16 17:40:42 +02:00
games647 31d6b67381 Try to upgrade to Java 8. I hope enough people are using it. 2016-09-16 16:31:47 +02:00
games647 4b423c9ccb Update ProtocolSupport and use a maven repository for it now 2016-09-16 10:45:05 +02:00
games647 4292e9aaa0 Less deprecated warnings + Clean up 2016-09-15 11:10:52 +02:00
games647 07d0aededa Fix loading with unloaded configuration values 2016-09-15 10:33:17 +02:00
games647 218bc50c96 Drop support for LoginSecurity 1.X since 2.X seems to be stable 2016-09-14 17:44:32 +02:00
games647 a3b2e33aad Switch to vik1395 repository for BungeeAuth 2016-09-13 09:53:46 +02:00
games647 76f5ba7ed1 Refactor a lot of code + Add Guava v10 as shared library 2016-09-11 21:26:03 +02:00
games647 2cd50d23ad Revert converting auth hooks to the new format
-> backwards compatibility
2016-09-11 20:07:21 +02:00
games647 9f5f61f1c2 Do the same for the password generator 2016-09-11 19:57:27 +02:00
games647 3e9c8e3a7e More shared project code for less errors and less duplication 2016-09-11 18:59:42 +02:00
games647 8e5da01be0 Added configuration to disable auto logins for 2Factor authentication
(Fixes #65)
2016-09-09 16:52:44 +02:00
games647 5022c9aa7b Add cracked whitelist (Fixes #42)
(switch-mode -> switching to online-mode from offlinemode)
2016-09-09 16:40:24 +02:00
games647 ad1ab22586 Test another locale sqlite fix 2016-09-08 11:48:13 +02:00
games647 99ef5ce726 Fix correct cracked permission for bukkit 2016-09-08 10:06:43 +02:00
games647 9b7634a9f3 Fix LogIt repository 2016-09-04 16:35:57 +02:00
games647 115fc2e7ba A try to fix SQLite timestamp parsing 2016-09-04 12:14:28 +02:00
games647 b660951e1e Fix compatibility with older ProtocolLib versions (for 1.7)
because of the missing getMethodAcccessorOrNull method
2016-09-03 10:21:42 +02:00
games647 e495f70ccd Fix logging exceptions on encryption enabling 2016-09-01 20:09:34 +02:00
games647 b35d67b5c0 Add missing add-premium-other message 2016-09-01 19:41:58 +02:00
games647 58ac73a5a9 Fix update username in FastLogin database after nameChange (Fixes #67) 2016-08-31 13:29:06 +02:00
games647 ebe768f7a2 Fix ProtocolSupport autoRegister 2016-08-30 12:27:02 +02:00