Commit Graph

971 Commits

Author SHA1 Message Date
Steven Black
11791fc09c Merge pull request #303 from gfyoung/update-readme-doc
Lift restriction on Python 3.x for makeHosts*
2017-05-17 22:58:13 -04:00
gfyoung
96c7287584 Lift restriction on Python 3.x for makeHosts* 2017-05-17 02:35:46 -04:00
Steven Black
06611e48a0 New data from fakenews, mvps.org, and malwaredomainlist.com. 2017-05-16 22:02:58 -04:00
Steven Black
fc57dc72a7 Merge pull request #306 from gfyoung/update-hosts-windows
Lift Python 3.5.x restriction on updateHostsWindows.bat
2017-05-16 14:32:17 -04:00
gfyoung
eed24ab456 Lift Python 3.5.x restriction on updateHostsWindows.bat 2017-05-16 13:47:54 -04:00
Steven Black
b1bfce7a1c Issue #298 and #302: rebuild the readme files to include the travis build status. 2017-05-15 20:52:25 -04:00
Steven Black
a8848911ad Merge pull request #302 from gfyoung/travis-svg-readme
Add Travis SVG to README
2017-05-15 20:49:13 -04:00
gfyoung
fe963d599a Add Travis SVG to README 2017-05-15 20:45:39 -04:00
Steven Black
61c4b096d6 New data from Laicure and Badd-Boyz. 2017-05-15 20:44:09 -04:00
Steven Black
816bb34bcd Merge pull request #301 from gfyoung/travis-flake8-testing
Add Travis for style checking
2017-05-15 20:35:09 -04:00
gfyoung
7aad916f71 Add Travis for style checking
Closes gh-298.
2017-05-15 20:30:01 -04:00
Steven Black
213490e73f Merge pull request #300 from gfyoung/flake8-fixes
Patch all style errors in updateReadme.py
2017-05-15 17:11:28 -04:00
gfyoung
dfe66197f5 Patch all style errors in updateReadme.py 2017-05-15 15:13:39 -04:00
Steven Black
c4463bc5bb Merge pull request #299 from gfyoung/flake8-fixes
Patch all style errors in updateHostsFile.py
2017-05-15 15:09:08 -04:00
gfyoung
26cac85ca3 Patch all style errors in updateHostsFile.py 2017-05-15 15:00:16 -04:00
Steven Black
799510b46d Merge pull request #297 from gfyoung/camel-underscore-consistency
Standardize underscore names in updateHostsFile.py
2017-05-15 14:50:06 -04:00
gfyoung
21dd1d9d56 Standardize underscore names in updateHostsFile.py 2017-05-15 13:32:39 -04:00
Steven Black
d2bd759a76 Merge pull request #296 from gfyoung/python-three-compat
Condense Python 2-3 compatibility code
2017-05-15 10:13:44 -04:00
gfyoung
0015363385 Condense Python 2-3 compatibility code 2017-05-14 22:30:36 -04:00
Steven Black
0347097610 Merge pull request #294 from gfyoung/custom-exclusions-condense
Condense exclusion customization logic
2017-05-14 22:14:48 -04:00
gfyoung
190592577d Condense exclusion customization logic 2017-05-14 22:10:19 -04:00
Steven Black
05e94500ab Merge pull request #291 from gfyoung/flush-dns-cache-windows
Clean up updateHostsFile.py
2017-05-14 22:10:16 -04:00
gfyoung
ceb3765d24 Flush DNS cache on Windows 2017-05-14 22:07:43 -04:00
Steven Black
4f26529c5a Merge pull request #295 from gfyoung/print-statement-spacing
Remove unnecessary space between print and parenthesis
2017-05-14 22:06:28 -04:00
gfyoung
118a8e78a5 Remove unnecessary space between print and parenthesis 2017-05-14 14:54:24 -04:00
Steven Black
83af37862c Merge pull request #292 from gfyoung/remove-unused-imports
Remove unnecessary imports in updateHostsFile.py
2017-05-14 11:03:22 -04:00
Steven Black
03dfcb4c3d Merge pull request #293 from gfyoung/query-yes-no-return
Have query_yes_no return boolean
2017-05-14 10:41:56 -04:00
gfyoung
5830bb8db0 Have query_yes_no return boolean
Bugs have been found where we assumed
that query_yes_no returned True/False.
Not only is it easier to check booleans
instead of strings, but it also looks
a lot cleaner in the code.
2017-05-14 00:15:58 -04:00
gfyoung
de2e45e8b2 Remove unnecessary imports in updateHostsFile.py 2017-05-13 23:43:00 -04:00
Steven Black
aee73f7662 New data from yoyo.org, someonewhocares.org, Laicure, and Badd-Boyz. 2017-05-13 19:51:23 -04:00
Steven Black
f4b5dbb13f Merge pull request #290 from giulio92/minor-readme-fixes
Minor readme fixes
2017-05-13 19:41:44 -04:00
Giulio Lombardo
67cb80bed3 Apply readme.md changes to readme_template.md 2017-05-13 16:58:26 +02:00
Giulio
a18a6ba277 Fix wrong code formatting 2017-05-12 20:32:36 +02:00
Giulio Lombardo
e0e9b51866 Fix double ` character 2017-05-12 20:25:06 +02:00
Steven Black
f311e32923 New data from Sinfionetta, someonewhocares.org, and Badd-Boyz. 2017-05-10 21:55:02 -04:00
Steven Black
72a23203f6 Merge pull request #286 from gfyoung/flush-dns-cache-bug
Patch promptForFlushDnsCache Bug
2017-05-08 23:04:26 -04:00
Steven Black
9e86c3d086 Merge pull request #285 from gfyoung/gitignore-add
Add .idea and .iml to .gitignore
2017-05-08 23:02:55 -04:00
Steven Black
88ca35a27d New data from Clefspeare13 and laicure. 2017-05-08 22:33:02 -04:00
gfyoung
5799113f2c Add .idea and .iml to .gitignore 2017-05-08 01:13:56 -04:00
gfyoung
bdce1217bb Patch response checking in promptForFlushDnsCache
Previously, it was checking if query_yes_no returned
False, which does not happen, as the function only
returns "yes" or "no". As a result, the check was
always returning True, even when the user did not
want to flush the DNS cache.
2017-05-08 01:10:40 -04:00
Steven Black
a5a2bdf32c New data from yoyo.org, someonewhocares.org, laicure, KADhosts, and Badd-Boyz. 2017-05-07 13:34:09 -04:00
Steven Black
acb367561a Merge pull request #282 from DPTJKKVH/patch-1
Include 127.0.0.53 <hostname> to fix DNS issues in Ubuntu 17.04
2017-05-07 13:12:12 -04:00
Steven Black
29d23223d5 New data from clefspear, yoyo.org, someobewhocares.org, malwaredomainlist.com. laicure, and Badd-Boyz. 2017-05-02 19:06:03 +02:00
Steven Black
9ea644b65e New data from malwaredomainlist.com, Laicure, KADHosts, and Badd-Boyz. 2017-04-26 10:09:36 -04:00
Steven Black
c63662bd2e New data from someonewhocares.org, laicure, and Badd-Boyz. 2017-04-25 12:58:52 -04:00
DPTJKKVH
f9e8910ba0 Include 127.0.0.53 <hostname> to fix DNS issues from Ubuntu 17.04 onwards
Ubuntu 17.04 replaces dnsmasq with systemd-resolve which uses a different local IP address for domain name resolution.
By including this simple line of code we basically do the same what Issue #110 requested to fix Issue #109 but this time for systemd-resolve.
2017-04-23 11:20:29 +02:00
Steven Black
abca8170dd New data from someonewhocares.org, Laicure, Badd-Boyz, and yoyo.org. 2017-04-22 21:22:50 -04:00
Steven Black
3e97045178 New data from Laicure, someonewhocares.org, and Badd-Boyz. 2017-04-18 14:00:52 -04:00
Steven Black
268bdc23f4 New data source from Laicure. 2017-04-18 13:55:07 -04:00
Steven Black
59ada550c5 New data from Badd-Boyz. 2017-04-17 10:02:19 -04:00