Skip to content

Releases: Ampflower/maven.sock

v0.1.0 Release Candidate 2

19 Sep 03:53
v0.1.0-rc.2
8b38407
Compare
Choose a tag to compare
Pre-release

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.

0.1.0 Release Candidate 1

19 Sep 03:41
v0.1.0-rc.1
27fed01
Compare
Choose a tag to compare
Pre-release

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.