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-08-08Remove the blockpage-focussed customisations to query.shremoveblockpagefunctionalityAdam Warner
2022-08-01type -> list_type per @yubiuser suggestionAdam Warner
2022-04-04Rename block lists to adlists within the query list functionsChristian König
2022-01-30Replace remaining sqlite3 calls by calls to our embedded pihole-FTL sqlite3 e...DL6ER
2022-01-14Move space into variable (#4562)RD WebDesign
2021-11-26Clean up bash script formattingjbzdarkid
2021-03-18Use possibly custom gravity.db location in the copying SQL scriptDL6ER
2021-03-18Update gravity path in query.shDL6ER
2020-05-30Update linksXhmikosR
2020-03-09Update development from release/v5.0 (#3200)DL6ER
2019-12-15Again, Mr. SticklerDL6ER
2019-12-15Scan domainlist instead of view to also catch disabled domains.DL6ER
2019-12-12Please Mr. SticklerDL6ER
2019-12-12Ensure output is always correct and also display if domain has been found but...DL6ER
2019-12-12pihole -q should also scan gravity tableDL6ER
2019-09-22merge devel into 4.3.2 And Resolve merge conflictsAdam Warner
2019-09-02Print messages only after removing possible matches in comments.DL6ER
2019-08-27Properly escape domain regexNiklas Elmose Andersen
2019-08-26Restore and improve 'pihole -q' matchingNiklas Elmose Andersen
2019-08-22Merge branch 'development' into new/whitelist-regex-supportDL6ER
2019-08-22Fix indentation in query.sh. No functional change in this commit.DL6ER
2019-08-22Add support for regex whitelist in "pihole -q".DL6ER
2019-07-08Create new table + view regex_whitelist + rename old regex table to regex_bla...DL6ER
2019-07-04Fix blockpage error if whitelisted, blacklisted, or regex filteredMcat12
2019-07-03Merge branch 'development' into new/gravity.db_domain_groupsDL6ER
2019-07-03Fix potential invalid result for pihole -qMMotti
2019-07-03Adlists table was renamed to Adlist. Adapt further places in the code to matc...DL6ER
2019-06-12Add comment and remove blankspaceMMotti
2019-06-10Change the case of some variablesMMotti
2019-06-10ShellcheckMMotti
2019-06-10Tidy regexp queriesMMotti
2019-06-05Minor grammar changesMMotti
2019-06-04Minor tweaksMMotti
2019-06-04Consistency tweakMMotti
2019-06-04Read from DB instead of regex.listMMotti
2019-06-03Stickler fixMMotti
2019-06-03Fix for regexp queries through pihole -qMMotti
2019-05-31We can print the table name without any extra check as we already returned ea...DL6ER
2019-05-30Print table name before entering the loop for the sake of simplicityDL6ER
2019-05-04Use printf to escape domain content. This prevents possible SQL injection issuesDL6ER
2019-05-04Explicitly escape backslash in ESCAPE clause. This has been suggested by Stic...DL6ER
2019-05-04Improve commentsDL6ER
2019-05-04Simplify codeDL6ER
2019-05-04Implement black- and whitelist searching with SQL statements. We use the ESCA...DL6ER
2019-05-01Fix lint errorsDL6ER
2019-05-01Modify query.sh to use the gravity databaseDL6ER
2019-03-29Ignore matches that start `# ` using negative lookbehindAdam Warner
2018-07-20Space/Tab query.shDan Schaper
2018-07-01Move processWildcards to query.shMcat12
2018-06-30Fix incorrect variable string substitutionMcat12