aboutsummaryrefslogtreecommitdiff
path: root/net/simple-adblock
Commit message (Collapse)AuthorAge
* simple-adblock: bugfix: start downloads on cold bootStan Grishin2020-04-22
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: bugfixes: remove escape chars from log, restore from cache ↵Stan Grishin2020-04-07
| | | | | | on boot Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: support multiple dnsmasq instances; rework communication ↵Stan Grishin2020-03-29
| | | | | | between principal package and luci app Signed-off-by: Stan Grishin <stangri@melmac.net>
* treewide: fix service status command in procd compatible servicesPetr Štetiar2019-11-18
| | | | | | | | | | | | | | | Fix breaking change introduced in the main tree with a commit 7519a36774ca ("base-files,procd: add generic service status") where the old service `status` callback function doesn't work anymore and needs to be renamed to `status_service`. This name was chosen for consistency with start and stop function callbacks, which are using `start_service` and `stop_service` naming schemes. While at it, fix whitespace issues in the status_service as well. Ref: http://lists.infradead.org/pipermail/openwrt-devel/2019-September/019035.html Reported-by: Dirk Brenken <dev@brenken.org> Signed-off-by: Petr Štetiar <ynezz@true.cz>
* simple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logicStan Grishin2019-10-06
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: bugfix and improvements (check description)Stan Grishin2019-10-03
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: dnsmasq.ipset option support, better handling of IDNs, ↵Stan Grishin2019-09-24
| | | | | | updated README Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: move to POSIX compliance, better output on check, better bg ↵Stan Grishin2019-08-22
| | | | | | process data collection. Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: boot-up optimizationStan Grishin2019-08-22
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: support for varios DNS resolvers/optionsStan Grishin2019-08-17
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: options to filter non-ASCII domains, local compressed storageStan Grishin2019-07-04
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: better download processing, luci-app integration, lists ↵Stan Grishin2018-07-16
| | | | | | optimization, firewall integration Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: better start/stop/reload/uninstallStan Grishin2018-01-25
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: new boot logicStan Grishin2017-12-26
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: updated README, used stricter filters for domains and hosts ↵Stan Grishin2017-05-08
| | | | | | lists, added debugging logging, removed PROCD instance. Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: update domains/hosts filters, README.Stan Grishin2017-03-30
|
* simple-adblock: initial commitStan Grishin2017-03-14
simple-adblock: version 1.5 introduces background processing of downloaded list while the next list is being downloaded Signed-off-by: Stan Grishin <stangri@melmac.net>