ljacqu
3328656134
#358 Create test for PasswordSecurity, create salt column if not exists
...
- Add test class for PasswordSecurity
- Check and create the salt column in MySQL and SQLite when necessary
- Add javadoc to some classes
2015-12-30 21:36:07 +01:00
ljacqu
8b60c66cc8
Minor - adjust PlayerAuth builder methods
...
- Rename hash() to password()
- Add location(Location) builder method
- Replace usages of password(new EncryptedPassword(hash, salt)) to the more terse password(String, String) builder method
2015-12-30 18:28:06 +01:00
ljacqu
a3402d573f
#358 Handle hash + salt as one "unit"
...
- Rename HashResult to EncryptedPassword to reflect its broader use
- Use EncryptedPassword in methods that require the hash and the salt, instead of passing them as strings separately
- Store EncryptedPassword as field in PlayerAuth; updatePassword() thus processes the entire data in the EncryptedPassword object
2015-12-30 17:56:22 +01:00
Tim Visée
82bf0f45ca
Finalized some fields, removed redundant code, various other fixes
2015-11-23 22:14:03 +01:00
Tim Visée
47b1d00ccf
Fixed various spelling and grammar issues
2015-11-23 22:07:32 +01:00
Tim Visée
36c50c4507
Reformatted code with new code style
2015-11-23 21:46:34 +01:00
AuthMe-Team
9ec2d6d059
Stuff from the common floobits workspace
...
Author: AuthMe-Team <AuthMeTeam@123NoEmail.com>
2015-11-23 20:23:52 +01:00
Gabriele C
bd1f868c6d
standard javadoc
2015-11-21 01:31:18 +01:00
Gabriele C
118c79401a
Prepare the project for javadocs
2015-11-21 01:27:06 +01:00
Gabriele C
3567fc909d
Organize imports
2015-10-09 19:18:24 +02:00
DNx5
c473e81eb9
same fix for normal sqlite
2015-09-15 16:31:07 +07:00
Xephi59
d49b309301
Change the MySQL Connection Pool to HikariCP, so fast !
2015-07-31 03:31:17 +02:00
Xephi59
1cc1311323
little fix to lowercase issue
2015-07-31 01:57:40 +02:00
Xephi59
4c2fad3643
Fix LowerCase issue
2015-07-23 16:23:25 +02:00
Xephi59
bcd31c5844
Change how SQLite store logged
2015-07-23 13:01:47 +02:00
Maxetto
11ab01c45d
Remember to sync before pushing!
2015-07-10 16:51:34 +02:00
Maxetto
3a7fd005b3
Sometimes I'm sleeping
2015-07-10 16:36:03 +02:00
Maxetto
07c884ce66
192.168.0.1!
2015-07-10 16:28:29 +02:00
Xephi59
030e9b599e
Dramastically increase performance
...
Maybe fix low tps :O
2015-06-27 04:19:59 +02:00