Skip to content

Releases: Navio1430/NavAuth

v0.1.6-SNAPSHOT

10 May 05:54
40aca0a

Choose a tag to compare

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 multification

fixes:

  • 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 example

v0.1.5-SNAPSHOT

06 Feb 06:09
a3af224

Choose a tag to compare

What's changed?

  • update dependencies versions
  • fix NavAuth velocity plugin initialization, so dependent plugins can initialize properly

v0.1.4-SNAPSHOT

30 Jan 01:20
a122952

Choose a tag to compare

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

15 Jan 15:26
2e52dff

Choose a tag to compare

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

11 Jan 19:48
2c411d8

Choose a tag to compare

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

09 Jan 16:09

Choose a tag to compare

What's Changed

  • integrate bStats metrics
  • relocate all needed libraries
  • add H2_FILE database type and remove H2_MEM from config

v0.1.0 - First NavAuth release

08 Jan 23:28

Choose a tag to compare

Pre-release
fix cd