Skip to content

0.1.0 Release Candidate 1

Pre-release
Pre-release

Choose a tag to compare

@Ampflower Ampflower released this 19 Sep 03:41
· 7 commits to main since this release
v0.1.0-rc.1
27fed01

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.