- List files not bundled and inited in URLFilter.py any more, now globle available to other filters
- Unfiltered content is streamed to client, while not cached before sending
- Fix config auto reload
- Fix Privoxy parse (replace '.' in the host regex with '[^/]' so it won't match the path string)
- URLFilter.py now supports multiple list files for each filter
- Parse Privoxy actions files (default.action, user.action) for URL blocking
- List files moved to directory
- Privoxy style URL patterns for block, bypass and filters URL matching
- Basic header filtering: HeaderFilter.py
- Basic web page filtering: PageFilter.py
- Config auto reload
Initial release
- URL blocking
- URL redirecting
- Filtering bypass
- Regex support for above actions