AuthMeReloaded/src/main/java/fr/xephi/authme
ljacqu b22f26822b
#1627 Replace BCryptService with Maven dependency (#1629)
* #1627 Replace BCryptService with Maven dependency
- Remove BCryptService in favor of a better BCrypt implementation (Maven dependency)
- Introduce BCryptHasher wrapping the dependency with more suitable methods
- Fix inaccurate details about salt length in docu annotation: for BCrypt it's always 22 chars
- Change phpBB hash to produce 2y hashes instead of 2a

* #1627 Use UTF-8 encoding when (dis)assembling Strings

* #1627 Small test additions
2018-09-03 23:13:48 +02:00
..
api Fix messaging [WIP] (#1614) 2018-08-26 15:29:47 +02:00
command Checkstyle: Add 'WhitespaceAfter' check, fix some violations 2018-09-01 08:38:14 +02:00
data Checkstyle: Add 'WhitespaceAfter' check, fix some violations 2018-09-01 08:38:14 +02:00
datasource Add PostgreSQL support (#1620) 2018-09-02 12:12:35 +02:00
events #1555 Add RegisterEvent and AuthMeAsyncPreRegisterEvent (#1559) 2018-04-21 13:02:14 +02:00
initialization Add PostgreSQL support (#1620) 2018-09-02 12:12:35 +02:00
listener Minor fixes as reported by CodeClimate 2018-09-01 09:17:42 +02:00
mail Fix messaging [WIP] (#1614) 2018-08-26 15:29:47 +02:00
message #1141 2FA implementation fixes 2018-05-01 22:49:07 +02:00
output Checkstyle: Add 'WhitespaceAfter' check, fix some violations 2018-09-01 08:38:14 +02:00
permission Create permission to bypass bungeecord server teleportation (#1626) 2018-09-02 13:01:04 +02:00
process Create permission to bypass bungeecord server teleportation (#1626) 2018-09-02 13:01:04 +02:00
security #1627 Replace BCryptService with Maven dependency (#1629) 2018-09-03 23:13:48 +02:00
service Minor fixes as reported by CodeClimate 2018-09-01 09:17:42 +02:00
settings Add PostgreSQL support (#1620) 2018-09-02 12:12:35 +02:00
task Checkstyle: Add 'WhitespaceAfter' check, fix some violations 2018-09-01 08:38:14 +02:00
util Add IPv6 support for isLocal checks (#1592) 2018-07-04 02:05:17 +02:00
AuthMe.java Checkstyle: Add 'WhitespaceAfter' check, fix some violations 2018-09-01 08:38:14 +02:00
ConsoleLogger.java Small cleanups / changes amassed over time 2018-04-22 12:45:34 +02:00