aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter/formats
Commit message (Collapse)AuthorAgeFilesLines
* urlfilter: add Domain classAqua-sama2018-10-182-0/+16
| | | | (#6): Add domain matcher class
* urlfilter: Add FilterTree classAqua-sama2018-10-162-0/+37
| | | | | | | 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.
* Update remaining repository paths in license headersAqua-sama2018-10-022-2/+2
|
* Split off UrlFilter into libraryAqua-sama2018-10-022-0/+187
- add more adblock filter options