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
2020-03-02Don't quote inside backticks, use unquoted variable.Dan Schaper
2020-03-02Loop through array of lists.Dan Schaper
2020-03-02Use bash regex instead of awk.Dan Schaper
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
2018-06-15remove quotesRob Gill
2018-06-15$adListsList replace filename in textRob Gill
2018-06-13Appease stickler.Rob Gill
2018-06-13colfileRob Gill
2018-06-13wildcardlistRob Gill
2018-06-13Stop grep leak in queryRob Gill