aboutsummaryrefslogtreecommitdiff
path: root/net/simple-adblock
Commit message (Collapse)AuthorAge
* simple-adblock: update to 1.8.8-1Stan Grishin2021-10-15
| | | | | | * update 'check' function Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: delete obsolete iptables-dependent functionStan Grishin2021-10-06
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: Call killall with the -sJan Baier2021-09-08
| | | | | | | | | Some versions of killall do support the `killall -SIGNAL` syntax and have only `-s SIGNAL` which should be supported everywhere. I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2 Signed-off-by: Jan Baier <jan.baier@amagical.net>
* simple-adblock: update to 1.8.7-6Stan Grishin2021-08-02
| | | | | | | | | | * supports newer shellcheck * restore EXTRA_COMMANDS compatibility with 19.07 * move status display from various functions to status_service * bugfix: status_service line break after output * minor arythmetic fix in status_service Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: update to 1.8.7-3Stan Grishin2021-04-10
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: jsonOps-related bugfixesStan Grishin2021-03-17
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: update to 1.8.5-1Stan Grishin2021-03-08
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: remove dependency on jsonfilter & old codeStan Grishin2021-02-02
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: config updateStan Grishin2020-12-18
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: bugfix - config updateStan Grishin2020-12-12
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: use new extra_command function definitionFlorian Eckert2020-11-04
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* simple-adblock: config update file fixStan Grishin2020-10-09
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: add config auto-update featureStan Grishin2020-09-20
| | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net> shellchecked Signed-off-by: Stan Grishin <stangri@melmac.net> shellchecked Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: bugfix: update config; use command -vStan Grishin2020-08-21
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: README and config updateStan Grishin2020-08-04
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: racially-neutral namesStan Grishin2020-06-13
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: remove obsolete dshield.org links from configStan Grishin2020-06-08
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* simple-adblock: bugfix: proper error reporting on failed downloads; lists ↵Stan Grishin2020-05-27
| | | | | | update script Signed-off-by: Stan Grishin <stangri@melmac.net>
* 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>