-
Replaced ThreadPoolExecutor with asyncio concurrency in core username scan mode engine, dramatically optimizing concurrent I/O performance (#388).
β by @kaifcodec
β reviewed by @json-hunter07 -
Expanded the scanning footprint by adding 79 new
user_scanmodules across multiple categories alongside data extraction logic, including Linktree updates, a Codeberg refactor, and custom integrations for PyPI (#357) and LuaRocks (#361) (#358, #359, #362).
β by @kaifcodec and @syswraith
β reviewed by @json-hunter07 and @kaifcodec -
Added 4 new
email_scanOSINT modules (3 dev, 1 shopping), including the LuaRocks integration module file recovery script (#386, #391).
β by @kaifcodec and @json-hunter07
β reviewed by @json-hunter07 and @kaifcodec -
Cleaned up LuaRocks module safety constraints by adding and subsequently reverting it from the
LOUD_MODULESarray configuration script block (#389, #390).
β by @json-hunter07 and @kaifcodec -
Fixed a serious regular expression catastrophic backtracking overflow edge case on empty target profiles inside the Dribbble module parser engine (#385).
β by @Priyanshu-x
β reviewed by @kaifcodec -
Retired and dropped the broken/dead Boot.dev email scanning target validation script file from active checks (#378).
β by @Brumbelow
β reviewed by @kaifcodec -
Removed Polarsteps email module from
LOUD_MODULESsafety list following validation structural adjustments (#374).
β by @kaifcodec
β reviewed by @json-hunter07 -
Tightened validation output states by implementing strict block logic parsing requirements on standard
Result.available()response checks (#363).
β by @kaifcodec
β reviewed by @json-hunter07 -
Added project setup options by introducing a default basic Nix Flake configuration matrix layout ecosystem file entry (#360).
β by @BoxC4T
β reviewed by @kaifcodec -
CI/CD & Project Maintenance: Updated
CONTRIBUTING.mdguidelines for v1.4.0 (#380), installedpytest-anyiotest dependency engine suites (#376), and eliminated configuration build dependency sync issues betweenrequirements.txtandpyproject.tomlsettings (#375).
β by @kaifcodec
β reviewed by @json-hunter07