Skip to content

v0.1.0 Release Candidate 2

Pre-release
Pre-release

Choose a tag to compare

@Ampflower Ampflower released this 19 Sep 03:53
· 6 commits to main since this release
v0.1.0-rc.2
8b38407

Changes since v0.0.0



  • Add built-in console via Mojang's Brigadier
  • Log all authentication attempts, including username, IPs,
    path and user-agent.
    • This allows for one to be able to block IPs or UAs as needed.
  • Allow consolidation of processes into one
    • This allows for a more efficient use of resources by not
      needing multiple processes.
  • Rework password hashing logic
    • Consolidates password hashing into 30s pools
    • Prevents overallocation of memory via a semaphore,
      preventing multiple clients from exhausting resources.