Commit Graph
3 Commits
Author SHA1 Message Date
SoxojandGitHub cfcb968727 False negatives (#3012)
* fix: don't treat refused or self-redirected responses as not-found

401 and 429 fell through to the checkType branch, where any non-2xx code means the username is free, so blocked and rate-limited requests were reported as confirmed absences; they now return errors, Vercel's Security Checkpoint joins the bot-protection markers, and a self-redirect that carries Set-Cookie is retried once instead of read as an absence.

* Fix site checks: 16 sites, 3 fixed, 12 disabled, 1 dead deleted

* docs: note that the joyreactor self-redirect is intermittent
2026-08-25 14:07:02 +02:00
SoxojandGitHub 3eaec01523 Code cleanup and refactoring after ponytail audit (#2789) 2026-06-21 12:51:01 +02:00
c7edebb57a Refactor error detection and username extraction (#2701)
Co-authored-by: Soxoj <31013580+soxoj@users.noreply.github.com>
2026-06-07 13:38:51 +02:00