Skip to content

0.2.0 - #44

Merged
Navio1430 merged 31 commits into
mainfrom
0.2.0
Jul 23, 2026
Merged

0.2.0#44
Navio1430 merged 31 commits into
mainfrom
0.2.0

Conversation

@Navio1430

@Navio1430 Navio1430 commented Jul 22, 2026

Copy link
Copy Markdown
Owner

0.2.0

Changes

+ Encryption queue (backpressure especially for Argon2 and BCrypt hashing methods which can lead to OOM killer)
+ Argon2 configuration settings
+ Mojang profile API order (API fallback)
+ MineTools profile API support (preferred one by default)
+ NavAuthAPI.isAuthenticated(UUID) method for checking player auth state
+ AjQueue integration plugin

Fixes

  • fix register command always using BCrypt instead of the selected algo
  • fix different letter case same username migration

API

+ NavAuthAPI#isAuthenticated(UUID)

Config

General config:

+ encryptionQueueConfig
+ mojangAPIConfig
+ Argon2 settings

Messages config:

+ unexpectedErrorOccurred
+ processAlreadyInProgressError
+ alreadyTryingToLoginError
+ registeringInfo
+ loggingInInfo

New integration for AjQueue (as a separate plugin)

  • Automatically adds authenticated players to a configurable AjQueue queue
  • Optionally cancel AjQueue PreQueueEvent for unauthenticated players

Docs

  • AjQueue integration info

Navio1430 added 30 commits June 20, 2026 03:22
@Navio1430
Navio1430 merged commit d97911a into main Jul 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant