AuthMeReloaded/src/test/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 Minor: Use CommonService for permission lookup 2018-02-23 23:37:24 +01:00
command Minor fixes as reported by CodeClimate 2018-09-01 09:17:42 +02:00
data Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded into 1141-optional-additional-2fa-auth 2018-04-02 23:44:19 +02:00
datasource Add PostgreSQL support (#1620) 2018-09-02 12:12:35 +02:00
events #932 Create class collector and use it where applicable 2016-09-07 22:50:12 +02:00
initialization #1016 Deprecate MD5, SHA1, SHA512: no longer allowed for active use 2017-10-19 21:30:19 +02:00
listener #1417 Add permission node to allow chat before login 2018-05-21 08:45:18 +02:00
mail Update checkstyle config and CodeClimate exclusions 2017-03-23 10:34:28 +01:00
message Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded into 1141-optional-additional-2fa-auth 2018-05-01 22:49:23 +02:00
output #1474 Don't log /email changepassword command (exposes password) 2018-01-21 19:06:51 +01:00
permission Test initialization of permission handlers in PermissionManager 2018-01-21 22:11:47 +01:00
process Add IPv6 support for isLocal checks (#1592) 2018-07-04 02:05:17 +02:00
security #1627 Replace BCryptService with Maven dependency (#1629) 2018-09-03 23:13:48 +02:00
service Fix unit test 2018-08-26 19:23:15 +02:00
settings Move salt column configuration to the other column configs 2018-05-21 09:10:27 +02:00
task Fix unit testing 2018-04-19 12:09:07 +02:00
util Add IPv6 support for isLocal checks (#1592) 2018-07-04 02:05:17 +02:00
AuthMeInitializationTest.java #930 Register captcha: avoid circular dependency by handling limbo message in captcha command 2018-01-06 19:04:03 +01:00
AuthMeMatchers.java Fix generic type in PlayerAuth matcher 2018-05-21 09:01:00 +02:00
ClassCollector.java Fix minor Checkstyle violations 2018-03-11 19:08:21 +01:00
ClassesConsistencyTest.java #1539 Create common parent for SQLite and MySQL 2018-03-25 22:27:44 +02:00
CodeClimateConfigTest.java Small cleanups / changes amassed over time 2018-04-22 12:45:34 +02:00
ConsoleLoggerTest.java Merge redundant ConsoleLogger#debug overloads 2017-10-19 20:14:17 +02:00
IsEqualByReflectionMatcher.java Minor fixes as reported by CodeClimate 2018-09-01 09:17:42 +02:00
ReflectionTestUtils.java Minor fixes as reported by CodeClimate 2018-09-01 09:17:42 +02:00
TestHelper.java Refactor util for setting BukkitService mock behavior 2017-11-22 00:24:11 +01:00