POWBlock 1.8.7J Linux-AMD64
Our first update since going public. Very exciting!
- Special thanks to our first six users, and two license purchasers, for your valuable input. We promise to keep making PB even better!
Changelog:
- Fixed a tiny bug in the URL sanitizer that removed certain non-PB query params
- Refactored the base64 payload parser slightly, for better memory safety (housekeeping)
- Added new startup args to adjust all of the system limiters (rate limit, submission limit, etc):
-maxconns [N] Max simultaneous connections (default 8192)
-rlimit [N] General request rate limit count (default 100)
-rwindow [secs] General request rate limit window (default 120)
-slimit [N] Submission rate limit count (default 12)
-swindow [secs] Submission rate limit window (default 300)
-maxcli [N] Max concurrent connections per client IP (default 20)
-tsize [N] Tiny-read threshold in bytes (default 17)
-tmax [N] Max consecutive tiny reads before drop (default 60)
- Added Blue Rogues Development copyright notice to the startup print
- Updated the -help menu
- Updated the docs and TECHNICAL_README
- Added the default powchallenge.html in a selection of languages for easy adoption