HaHaWTH
be976b6738
Add AdvancedShulkerFix and optimize LoginLocationFix
2023-12-31 17:19:30 +08:00
HaHaWTH
2485514111
Cleanup
2023-12-15 21:30:32 +08:00
HaHaWTH
1d9e1cb033
CHANGES: Migrate config path
2023-12-01 23:00:38 +08:00
HaHaWTH
fcec8e41a2
Patch
2023-11-19 11:36:42 +08:00
HaHaWTH
eed1c5aedc
Add country whitelist for GUI captcha
2023-11-19 10:58:47 +08:00
HaHaWTH
cf4037614a
Patch
2023-10-22 10:15:04 +08:00
HaHaWTH
5c22601c52
Add Bedrock player auto login feature
2023-10-22 10:13:08 +08:00
HaHaWTH
3dab24c142
Delete useless options & make code more readable
2023-10-19 22:03:23 +08:00
HaHaWTH
395f8f825f
Fix config typo
2023-10-13 20:05:05 +08:00
HaHaWTH
14cc0abdc5
Add LoginLocationFixListener feature
2023-10-13 18:43:05 +08:00
HaHaWTH
fc86e3ef78
Fix typo
2023-09-29 16:22:42 +08:00
HaHaWTH
846b7f67e5
Fix typo
2023-09-29 16:18:55 +08:00
HaHaWTH
ffe3f5d24a
Fix typo
2023-09-29 16:17:00 +08:00
HaHaWTH
2db1a15c72
Fix config path
2023-09-29 16:14:51 +08:00
HaHaWTH
95342ae054
Add features to delete bot join data
2023-09-29 16:13:48 +08:00
HaHaWTH
95b5d88197
Fix typo
2023-09-29 15:26:10 +08:00
HaHaWTH
9f6f55d8e8
Fix config description
2023-09-29 15:24:26 +08:00
HaHaWTH
d1ebcfeef0
Fix
2023-09-29 15:22:16 +08:00
HaHaWTH
78c5ab5d8a
Add banner color switch option & advanced banners
2023-09-29 15:02:18 +08:00
HaHaWTH
7cbd1ebae7
Fix config path
2023-09-29 11:39:57 +08:00
HaHaWTH
a35a277b32
Add useless banners & Code cleanup
2023-09-29 11:34:53 +08:00
HaHaWTH
35aba2207b
TODO
2023-09-21 22:07:27 +08:00
HaHaWTH
ce2ee9e0fb
Fix config typo
2023-09-21 21:49:35 +08:00
HaHaWTH
9f70748b55
Useless code cleanup
2023-09-20 02:26:48 +08:00
HaHaWTH
3f6a7ce48f
Sync repo files to b22
2023-09-20 02:15:22 +08:00
HaHaWTH
ed320196fe
Remove all files
2023-09-20 02:10:19 +08:00
HaHaWTH
7e49e26735
reupload files
2023-07-11 20:45:01 +08:00
HaHaWTH
b014da245d
Del all files
2023-07-11 20:42:24 +08:00
Sabrita
674d72c113
优化 import 。更改默认配置
2023-02-28 12:36:56 +08:00
ljacqu
ee764c0a6e
Update configme ( #1631 )
...
* Upgrade to ConfigMe 1.0.1
* Use ConfigMe reader whenever possible, minor simplifications
2018-09-09 15:45:00 +02:00
ljacqu
0494886518
Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded into 930-captcha-for-register
2018-01-05 00:17:39 +01:00
Maxetto
0a7e57b6a7
Improve security of Console and Log files ( #1461 )
...
* Finally kill removePassword option
* Cleanup
* Cleanup
* Cleanup
* Cleanup
* Final Cleanup
* Fix compile warning
* Revert "Cleanup"
2017-12-27 13:05:06 +01:00
ljacqu
33904c09e9
#930 Create registration captcha manager
...
- Introduce registration captcha manager, rename login captcha manager accordingly
- Integrate reg. captcha manager into /register command
Open points:
- Refactor common captcha functionality into abstract superclass
- If captcha before /register necessary, show appropriate message to player immediately
- Unit tests
2017-12-01 21:12:35 +01:00
HexelDev
ba65633182
Email verification code ( #1382 )
...
* Base verification code implementation, must define command, manager, events
* VerificationManager, verification command and messages, handled some sensible commands, configuration values
* Improved manager and sensible commands trigger
* Updated messages
* Updated verification code manager, fixed tests
* Switched to a permission based command
* Verification manager and command improved and added tests
* Edited messages
2017-10-28 12:23:14 +02:00
Alexandre Vanhecke
8fe92da119
#1150 - Add Argon2 support
...
- Add argon2 implementation
- Extract argon2 library check to method on Argon 2
- Add link to Wiki page on errors
- Check within Argon2Test if the test cases should be run, not in the abstract parent
2017-10-23 00:10:48 +02:00
ljacqu
fca77b940f
#1016 Deprecate MD5, SHA1, SHA512: no longer allowed for active use
...
- Deprecate unsalted hashes: if such a hash is configured, move it to the legacy hashes setting to still support the existing hashes in the database but hash all passwords from now on with our default, SHA256.
2017-10-19 21:30:19 +02:00
Gabriele C
7d61f2679c
Fix unit testing
2017-09-30 20:51:49 +02:00
Gabriele C
3ea250cb10
Implement #794
2017-09-30 19:57:27 +02:00
ljacqu
bd7d84a6d2
Small docs cleanup
...
- NewAPI class will be removed in 5.5, not 5.4
- Add entry for "Deprecated" recommendation in hash algorithms page
- Mention possibility of wildcards for restricted user rules
2017-09-17 11:33:24 +02:00
HexelDev
1dfb3575b5
#1119 email show permission and privacy improvements ( #1312 )
...
* #1119 new permission and email hider
* Updated commands.md
* Improved email hiding method
* Revert "Improved email hiding method"
This reverts commit cb60d7b
* New config option, updated tests, config.md and permission_nodes.md
* Moved to service import, fixed typo and updated config.md
* Removed unused imports O.o
2017-08-12 16:20:06 +02:00
ljacqu
c803822fa8
#1188 Create and keep encryption method instance ( #1191 )
...
- Avoid creating the same object over and over; instead keep it and only change it on settings reload
2017-04-30 17:41:51 +02:00
Gnat008
9d21eefc74
Merge branches 'master' and 'passwd_recovery_process' of https://github.com/AuthMe/AuthMeReloaded into passwd_recovery_process
...
# Conflicts:
# docs/config.md
# src/main/resources/messages/messages_bg.yml
# src/main/resources/messages/messages_es.yml
# src/main/resources/messages/messages_pt.yml
# src/main/resources/messages/messages_zhcn.yml
2017-03-21 17:26:29 -04:00
Gnat008
2214fa5839
Implement /email setpassword
2017-03-14 18:26:32 -04:00
EbonJaguar
7d4bfcd99d
- Introduce /email code
...
- Add max tries for /email code
- Introduce a PasswordRecoveryService
2017-03-06 13:54:46 -05:00
ljacqu
8aa573b9ed
Minor fixes as found by Checkstyle
2017-03-05 10:58:29 +01:00
ljacqu
c197a330f3
#1073 Add delay to email recovery command
...
- Add configurable cooldown period after sending an email for /email recovery
- Change ExpiringMap to remove expired entries (like ExpiringSet)
- Create method to translate durations via the messages file
2017-02-25 22:41:49 +01:00
ljacqu
39395836b4
#949 Add configurable timeout for captcha count
2017-02-19 11:50:06 +01:00
ljacqu
95945ffd22
#761 Improve permissions group support
...
- Drop one auth group type in favor of three: logged in, registered but not logged in, and unregistered
- Move properties to same parent path
2017-01-29 17:44:06 +01:00
ljacqu
d717f75bb4
#1014 Use ConfigMe improvements to create custom Enum set property
2016-12-23 23:51:23 +01:00
ljacqu
5f8a19223f
Update ConfigMe and Mockito version
2016-12-23 23:22:05 +01:00