Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-06Do not restrict RegEx added from CLI by lengthChristian König
2022-01-30Replace remaining sqlite3 calls by calls to our embedded pihole-FTL sqlite3 e...DL6ER
2021-12-22Escape quotesyubiuser
2021-12-21Address reviewer's commentyubiuser
2021-12-06Add comment help text to list functionChristian König
2021-11-26Clean up bash script formattingjbzdarkid
2021-10-05List fix: no reload (#3981)Andras Tim
2021-03-18Use possibly custom gravity.db location in the copying SQL scriptDL6ER
2021-03-18Update gravity path in query.shDL6ER
2021-03-18Update gravity path in list.shDL6ER
2021-01-11scripts/list: User same wildcard regex that the UI useAndras Tim
2020-11-17Add some output to the --nuke commandAdam Warner
2020-11-08Merge pull request #3349 from Forceflow/developmentAdam Warner
2020-05-12Fix for pihole -w --nuke displaying help info even if command is executed cor...Jeroen Baert
2020-03-27Add option --comment "whatever" for adding comments for new domains through t...DL6ER
2019-12-21Revert "Change the regex used for domain validation"DL6ER
2019-12-12On modification of lists, we should send real-time signal 0 instead of SIGHUP...DL6ER
2019-12-02Use more descriptive names instead of directly using the IDs in list.shDL6ER
2019-12-01remove _ from regex descibersAdam Warner
2019-12-01Update advanced/Scripts/list.shAdam Warner
2019-12-01Update advanced/Scripts/list.shAdam Warner
2019-12-01Update advanced/Scripts/list.shAdam Warner
2019-11-30Change the regex used for domain validationAdam Warner
2019-11-30functionise parameter discoveryAdam Warner
2019-11-30remove redundant function and commentsAdam Warner
2019-11-30tidy up variable usage in list.sh Remove some that are redundantAdam Warner
2019-11-30tweak wording Signed-off-by: Adam Warner <me@adamwarner.co.uk>Adam Warner
2019-11-30Simplify removal of domain from one list when it is requested for anotherAdam Warner
2019-11-30Unite four domain tables into a single domainlist table.DL6ER
2019-08-05Rename options "pihole --whiteregex" to "pihole --white-regex" for the sake o...DL6ER
2019-08-05Only check once for if this is a regex list or not.DL6ER
2019-08-05Rearranage if statements to ensure the proper output is shown for wildcard-st...DL6ER
2019-07-22Add --whitewild to help texts and man pages.DL6ER
2019-07-22Add undocumented --whitewild option that does the same --wild does for the wh...DL6ER
2019-07-22Add support for whitelist regex filter management via CLI.DL6ER
2019-07-10Review comments.DL6ER
2019-07-08Create new table + view regex_whitelist + rename old regex table to regex_bla...DL6ER
2019-05-02Query only those columns we actually use when showing domains on the CLI. Sho...DL6ER
2019-04-28Add (optional) date_modified field and use vw_whitelist view in vw_blacklistDL6ER
2019-04-26Remove printf escaping (we will realize it differently) and ensure we're usin...DL6ER
2019-04-26Rely on default value (database provided) for date_added when adding a new do...DL6ER
2019-04-26Remove sqlitekey variable as the first column of the regex table is now calle...DL6ER
2019-04-26We should always exit after displaying a list, even if it is emptyDL6ER
2019-04-26Also print datetime a domain was added when listing the domains on the CLIDL6ER
2019-04-26Review commentsDL6ER
2019-04-25Add --web for sending a confirmation string when executed from the web interf...DL6ER
2019-04-25Fix output in list.sh when adding a domain that is already present in the tar...DL6ER
2019-04-25Add more commentsDL6ER
2019-04-25Reduce code duplication and add special handling of | character as it might a...DL6ER
2019-04-25Rewrite list.sh to operate on database-based listsDL6ER