Releases: Navio1430/NavAuth
Releases · Navio1430/NavAuth
v0.1.6-SNAPSHOT
NavAuth 0.1.6
diff
+ reload command (for messages config)
+ more descriptive invalid session error
+ user activity sessions config: enable/disable, minimum session time to persist
+ new config property: interval between login multification
+ new config property: interval between register multification
+ new config property: delay before sending the premium authentication multificationfixes:
- IRconCommandSource class (only available while using itzg/docker-minecraft) not found exception while executing certain admin commands
- fixed a bug where /forcepremium and /premium commands caused data corruption (missing premium MojangId); not a security vulnerability or issue, all checks and code sanity proved their value again 😌
docs:
+ add real multification usage examplev0.1.5-SNAPSHOT
What's changed?
- update dependencies versions
- fix NavAuth velocity plugin initialization, so dependent plugins can initialize properly
v0.1.4-SNAPSHOT
What's changed?
- more message configuration for:
- user commands
- admin commands
- error messages
- removed hardcoded logged-in messages
- docs update:
- add setup page
- add requirements page
- update index page
- fix redirect links
v0.1.3-SNAPSHOT
What's changed?
- added additional safety check:
if limbo is offline then make sure player won't get moved by the internal velocity code (which tries to move to "lobby" even if it's not specified) to other server than limbos.
v0.1.2-SNAPSHOT
What's changed:
features:
- config options for login and register duration limits
fixes:
- fix hardcoded username in player session lookup command
- fix messages config not loaded properly
- fix MySQL/MariaDB OrmLite duplicate key error
- fix LibreLoginMigrator credentials migration
1/13/2026
- fix sl4j exclusion path
- temporarily remove sqlite relocation
v0.1.1
v0.1.0 - First NavAuth release
fix cd