Releases: Ampflower/maven.sock
Releases · Ampflower/maven.sock
v0.1.0 Release Candidate 2
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.
- This allows for a more efficient use of resources by not
- 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
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.
- This allows for a more efficient use of resources by not
- Rework password hashing logic
- Consolidates password hashing into 30s pools
- Prevents overallocation of memory via a semaphore,
preventing multiple clients from exhausting resources.