Commit Graph

6 Commits

Author SHA1 Message Date
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