aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter/formats/hostlistrule.h
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite lib/urlfilterAqua-sama2019-01-091-27/+0
| | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter
* Add adblockrule_parseAqua-sama2018-11-161-1/+4
|
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-191-1/+1
| | | | | | - change filter.path to filter.hosts to represent that the setting is only used for hostlist-format lists - change FilterTree::match to use QUrl and not QString
* urlfilter: add Domain classAqua-sama2018-10-181-0/+8
| | | | (#6): Add domain matcher class
* urlfilter: Add FilterTree classAqua-sama2018-10-161-0/+16
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.