Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite lib/urlfilter | Aqua-sama | 2019-01-09 | 1 | -83/+0 |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | ||||
* | Add ContentsMatcher class | Aqua-sama | 2018-12-19 | 2 | -68/+71 |
| | |||||
* | Add adblockrule_parse | Aqua-sama | 2018-11-16 | 1 | -1/+5 |
| | |||||
* | AdblockRule constructor | Aqua-sama | 2018-10-22 | 2 | -10/+8 |
| | |||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 2 | -0/+78 |
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. |