aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added cmakelistsaqua2024-04-261-0/+27
|
* Remove CMakeListsAqua-sama2018-10-251-22/+0
|
* urlfilter: base AdBlockRule off FilterLeafAqua-sama2018-10-211-9/+5
|
* urlfilter: add Domain classAqua-sama2018-10-181-0/+2
| | | | (#6): Add domain matcher class
* urlfilter: Add FilterTree classAqua-sama2018-10-161-0/+9
| | | | | | | 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.
* Split off UrlFilter into libraryAqua-sama2018-10-021-0/+15
- add more adblock filter options