Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite lib/urlfilter | Aqua-sama | 2019-01-09 | 1 | -6/+0 |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | ||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 1 | -0/+6 |
FilterTree is a class that holds filter rules, sorted by the domain they are to be applied on. The rules are to follow FilterLeaf as interface. - Add a hostlist rule format to FilterTree. - Add a test for hostlist format. |