mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-22 02:05:16 +01:00
Page:
5.4 changelog
Pages
'please verify' Label
5.2 Changelog
5.3 Changelog
5.4 changelog
Argon2 as Password Hash
AuthMe Coding Styleguide
AuthMe Releases (Jenkins)
Breaking Changes
Command Handling
Configuring logging
Converters
Dependency Injection
Development Setup
Development team
Forge mods compatibility
Forum integrations
Home
Hooking into AuthMe
Limbo architecture
Limbo players
Name Restrictions
Plugins hooking into AuthMe
Project intro
Registration
Spawn Handling
Tool tasks
Translators
Unit Testing
2
5.4 changelog
ljacqu edited this page 2017-11-23 18:05:44 +01:00
Table of Contents
This page lists all major changes introduced in AuthMe 5.4. It's a summarized list of all closed issues in the 5.4 milestone. To see which changes may require an action on your side, please refer to Breaking Changes.
New features
- Store session flag in database to make it work for Bungeecord (#1295, #1360, #1031)
- Implement email verification code for sensitive commands (#1311)
- Add LuckPerms support (#1324, #1350)
- Add permission
authme.bypasscountrycheck
for country check whitelist (#1321) - Allow temp login ban to be executed with custom command (#794)
- Store registration date and IP in database (#792)
- Add security config to not show full email in /email show (#1119)
- New API methods for last IP, names by IP, last login and change password (#1304, #1347)
- Support wildcards in restricted name configuration (#1278)
- Add MySQL timeout option (#1279)
- Add
NOTHING
as restore type for flight (#1280) - Show email recovery message only if player has set an email (#1329)
- Generate full help translation file with /authme messages help (#1338)
- Add compatibility for Xenforo, SMF (#957, #1095)
- Make Argon2 available as hashing algorithm (#1150)
- Deprecate MD5, SHA1, SHA512 password algorithms (#1016)
- Improvements to /authme debug (#1368)
Bug fixes
- Improve permissions not being removed from players on purge (#1298)
- Fix force spawn on login feature (#1207, #1336)
- Fix wrong login count not reset correctly (#1276)
- Stop brief position displacement during login (#592)
- Startup validation of settings not performed on reload (#1190)
- Bungeecord: Fix player having to log in again after teleport to other server (#1061)
Technical improvements
- Home
- For plugin users
- For developers using AuthMe
- For developers