Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ContentsMatcher class | Aqua-sama | 2018-12-19 | 1 | -15/+0 |
| | |||||
* | AdblockRule constructor | Aqua-sama | 2018-10-22 | 1 | -1/+3 |
| | |||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 1 | -0/+13 |
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. |