Commit Graph

15 Commits

Author SHA1 Message Date
PanFritz
62fefcd7f9 Removed player interact entity event from blocked events 2015-07-08 01:57:42 +02:00
PanFritz
e0daff2c86 helpNoargs = False 2015-07-08 01:55:45 +02:00
PanFritz
0695040988 set amax = 0 2015-07-08 01:52:05 +02:00
PanFritz
4a18474557 Removed usage from simple command 2015-07-08 01:50:08 +02:00
PanFritz
1689ddaab2 Fixed if statement for password removal 2015-07-08 01:45:23 +02:00
PanFritz
28e9a0dfad Fixed syntax 2015-07-08 01:41:28 +02:00
PanFritz
5f8ba18e53 Threaded password verifying, removed some checks 2015-07-08 01:39:02 +02:00
PanFritz
b67d3efbb4 removed commented code, fixed mysql issues. commented out timing thread 2015-07-07 21:56:24 +02:00
PanFritz
c8895f9bb4 Fixed mysql command missing '?' 2015-07-07 18:52:43 +02:00
PanFritz
b65c2228f7 Fixing syntax errors 2015-07-07 13:07:07 +02:00
PanFritz
93965cef7e Changed import to secret 2015-07-07 13:05:19 +02:00
PanFritz
8971523d6d commented out debug code 2015-07-07 13:04:29 +02:00
PanFritz
dac228800c fixed import 2015-07-07 02:09:47 +02:00
PanFritz
6bb52ed255 Finished login security, added mysql support and password hashing. 2015-07-07 01:58:05 +02:00
Dico200
487375dd07 Added loginsecurity module
Added to make an easily adjustible version of LoginSecurity.
LoginSecurity does not (seem to) support name changes since it retrieves
the UUID used from a byte[] of "OfflinePlayer:<username>" which means
the UUID changes when a player changes their name. This should fix
/rmpass. It uses BCrypt. I'll test this on the dev server (hoping bcrypt
is installed)
2015-04-17 00:10:21 +02:00