Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pfBlockerNG: EasyList and Python mode improvements #1343

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

andrebrait
Copy link

@andrebrait andrebrait commented Feb 8, 2024

  • Remove support for Python 2
  • Fix TypeError on DHCP staticmap check (General)
  • Fix detection of EasyLists by pre-scanning the file (General)
  • Fix empty response when blocking alternating A and AAAA records (Python)
  • Support parsing and applying EasyList exclusions (Python)
  • Support parsing and applying EasyList regular expressions (Python)
  • Temporary workaround for cache hit invalidation (Python)
  • Add debug mode (Python)
  • Add tracing mode (Python) (manual, no GUI, not development only)
  • Improve logging and error handling (Python)
  • Make I/O operations asynchronous (Python)

Supersedes #1303, #1304, #1305, #1306, and #1307.
This fixes Redmine issues #14320, #14554, #14838 and #14853.

* Remove support for Python 2
* Fix TypeError on DHCP staticmap check (General)
* Fix detection of EasyLists by pre-scanning the file (General)
* Fix empty response when blocking alternating A and AAAA records (Python)
* Support parsing and applying EasyList exclusions (Python)
* Support parsing and applying EasyList regular expressions (Python)
* Temporary workaround for cache hit invalidation (Python)
* Add debug mode (Python)
* Add tracing mode (Python) (manual, no GUI, not development only)
* Improve logging and error handling (Python)
* Make I/O operations asynchronous (Python)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant