Jack'lul

Results 39 comments of Jack'lul

Please try the develop branch - `pihole-updatelists --update --git-branch=develop`, this will be merged into master at a later date. However, it might not correct the mistake right now but should...

The problem is that I moved from disabling the lists to removing them from groups to support multiple configurations, especially when lists contents can overlap. I guess I'll look for...

I've modified how `PERSISTENT_GROUP=false` works (`PERSISTENT_GROUP=true` is left intact), it should now not re-add to the groups as long there is manually assigned group to the entry. Please, if you...

> Removed adlist with modified group assignment becomes disabled Pretty sure this shouldn't happen though even if it matches your use-case, gotta check on this Edit: just checked it and...

Well I thought you could just send whitelist request, wait 10 seconds and send remove from whitelist. Guess it's not supported in addons?

> Add getWebhookInfo result to GET/CLI parameters action What I mean is manager.php a=info that shows the webhook info. > Botan options Simply array for options that will be passed...

Definitely loving cron groups idea! PS. Whoops.

Oh! Another! It would be nice to be able to pass own PDO instance with `$config` array! Also why we have to use `a=set` in CLI ? It would make...

> @jacklul Regarding log rotation, Monolog has a very simple rotator, that rotates daily. > > ``` > // instead of > (new StreamHandler(__DIR__ . '/debug.log', Logger::DEBUG))->setFormatter(new LineFormatter(null, null, true)),...