You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduction of PyFunceble v4.1.0 (Blue Duckling: Ixora)!
Fixed:
* Fatal error when a DNS Name longer that 255 octets is given.
* URL with scheme and port are no longer `INVALID`.
* Encoding format of CSV. We now enforce UTF-8. (#291)
* Restrict `python-box` version. (#294)
New:
* The abilitiy to use proxies. (#132)
This include the usage of `socks5` for `.onion` test.
* The `--max-http-retries` argument and logic.
* The `--*-lookup-only` argument and logic. (#276)
* The `--chancy-test` mode. It is a mode that break the
multiprocessing safety in place to use the full potential of the
machine.
**WARNING**: This is dangerous. Use at your own risk.
* When testing URL we now do a DNS lookup first.
* The DNS Lookup Tool has a max depth of 60. This avoid infinite loop.
* Domain registrars are now extracted from the WHOIS record and
provided as part of the output datasets. (#272)
* It is now possible to display the Top N registrar. (#272)
* Multiprocessing-Safe HTTP/HTTPS requests.
* SPECIAL rules:
- *.dr.ag
-
* Workaround Y2K28 - until database vendors fix it.
* A way to automate CLI demos.
Improvement:
* IPv6 format of DNS server was improved to accept brackets.
* Regex of the WHOIS "decoder" are now case insensitive.
* The way workers/processes are spawned and started. It is now
possible to differ the startup of a process to a time in the future.
* We now run against the inactive and autocontinue dataset when it
is really necessary.
* Our "self-healing" method to avoid false positive is now
stronger. (#282)
* The syntax checker does not only follow RFCs, it now tries to accept
real world practices. (#282)
* Documentation (thanks to @spirillen).
Maintenance:
* Deployment of AUR packages is now safer.
* Added missing documentation of SPECIAL rules.
* Fix typo.
* It's 2022.
Contributors:
* @avatartw
* @cdgriffith
* @mitchellkrogza
* @ryanbr
* @spirillen
* @veracioux
0 commit comments