Commit Graph

1569 Commits

Author SHA1 Message Date
Steven Black
4e14e65647
Issue #774: fix – add adscan.yelabapp.com. 2018-09-16 12:03:51 -04:00
Steven Black
c46bf451d1
Release 2.1.3 2018-09-16 11:56:40 -04:00
Steven Black
648df8f811
new data from yoyo.org, someonewhocares.org, and lightswitch05. 2018-09-16 11:56:14 -04:00
Steven Black
1553048103
Release 2.1.2 2018-09-13 19:05:51 -04:00
Steven Black
5f47f1ffe7
Updates from yoyo.org, someonewhocares.org, lightswitch05, KADhosts, CoinBlockerList, and Badd-Boyz. 2018-09-13 19:05:38 -04:00
StevenBlack
5774db32a8 Addition to #779 and #777: fix – update the reame template, documenting the flipped default for the -k flag. 2018-09-13 18:55:34 -04:00
Steven Black
e909f8144e
Merge pull request #779 from funilrys/issue-777
Fix of the extra line and the way we manage lines with comments at the end
2018-09-13 18:53:19 -04:00
funilrys
c0d661f388
Review of the notion of keepdomaincomments
This patch fix StevenBlack/hosts#777

This patch:
  * Change the default state of keepdomaincomments.
    * Indeed, comments are now displayed by default.
    * But if you don't need comments, feel free to use the argument.
  * Delete the requirement input when calling the `-k` argument.
  * Update tests case regarding the new state of keepdomaincomments.
2018-09-14 00:15:56 +02:00
Steven Black
755fe082fa
Merge pull request #778 from xetorixik/master
Analytics.ff.avast.com / CCleaner / Avast
2018-09-13 17:59:15 -04:00
xetorixik
1f62bc3778
Add analytics.ff.avast.com / CCleaner / Avast
Even though I opted for opt-out of analytics viewing data, usage is still being tracked.
As the "Help improve CCleaner by sending anonymous usage data" is automatically checked again at every restart.

This is confirmed by the firewall logs.
Therefore this one should be added immediately.

No host-block-list contains this analytics entry, hence this commit.
2018-09-13 23:50:00 +02:00
funilrys
ec362d81c5
Deletion of the extra \n after each (and especially commented) line.
This patch partially fix StevenBlack/hosts#777 .
2018-09-13 09:17:45 +02:00
Steven Black
91b2240ff6
Release 2.1.1 2018-09-08 21:55:12 -04:00
Steven Black
13f1869d6e
Configure release-it to sign its commits. 2018-09-08 21:54:58 -04:00
Steven Black
1a6c1fb55e
Updates from yoyo.org, someonewhocares.org, lightswitch05, and Badd-Boyz. 2018-09-08 21:42:37 -04:00
StevenBlack
ed6f65d970 Issue #733: fix – more robust if the .example files are missing. 2018-09-08 21:19:51 -04:00
Steven Black
429cc64f29
Merge pull request #772 from gfyoung/house-cleaning
Minor house-cleaning
2018-09-07 01:16:15 -04:00
gfyoung
92442955bc
Minor house-cleaning
* No parentheses single-line string
* Remove builtins function, which was
really for Python 2.x compatibility
2018-09-06 21:12:48 -07:00
Steven Black
5ee118faf1
Release 2.1.0 2018-09-06 23:48:08 -04:00
Steven Black
dda5b87192
Updates from lightswitch05. 2018-09-06 23:45:54 -04:00
Steven Black
fc5e0640a7
Merge pull request #771 from gfyoung/python-support-docs
Update docs to say we support Python 3.5+
2018-09-06 23:42:35 -04:00
gfyoung
e99c7bbf44
Update docs to say we support Python 3.5+
Python 3.5 and 3.6 are still alive and well supported.
2018-09-06 17:15:33 -07:00
Steven Black
275590fcbb
Merge pull request #736 from gfyoung/copy-example-files
Use example files to allow proper git-ignoring
2018-09-06 16:07:29 -04:00
gfyoung
d8df5f1dc4
Use example files to allow proper git-ignoring
The following files:

* myhosts
* blacklist
* whitelist

can be all be modified by the user for personal usage.
However, git is tracking these files since they exist
in the repository, which makes it difficult to do so
without accidentally pushing one's own customizations.

This commit converts those examples to ".example" files,
which serve as the defaults if one of the files listed
above does not exist.

Closes gh-144.
2018-09-06 12:20:37 -07:00
Steven Black
fbbd071611
Release 2.0.0 2018-09-06 00:02:56 -04:00
Steven Black
3adadd9a9a
Updates from sinfonietta, someonewhocares.org, MalwareDomainlist.com, lightswitch05, and Badd-Boyz. 2018-09-05 23:59:09 -04:00
Steven Black
ad9c3c80b2
Add Python 3.7 requirement clarification to the readme_template. 2018-09-05 23:53:59 -04:00
funilrys
0d0ee1bcdc
Deletion of mock as it is now built-in 2018-09-05 23:53:58 -04:00
funilrys
39e829b716
Introduction of python 3.7 into the CI tests
Signed-off-by: funilrys <contact@funilrys.com>
2018-09-05 23:53:58 -04:00
funilrys
0782145b8e
Deletion of python2 related information 2018-09-05 23:53:58 -04:00
funilrys
e2be45842b
Deletion of unneeded comments 2018-09-05 23:53:58 -04:00
funilrys
f54a27103c
Exlicitly set the python interpreter to use 2018-09-05 23:53:58 -04:00
funilrys
9ef1e4a1fc
Deletion of unneeded comment 2018-09-05 23:53:58 -04:00
StevenBlack
79e755b77d
Remove a Python 3 reference since Python 3 is now explicitly rerquired. 2018-09-05 23:53:58 -04:00
StevenBlack
05e0e5baeb
Update the reame_template for Python 3. 2018-09-05 23:53:57 -04:00
funilrys
7c2da6044e
Deletion of unneeded comment 2018-09-05 23:53:57 -04:00
funilrys
782a178596
This patch fix https://github.com/StevenBlack/hosts/pull/730#discussion_r205657347 2018-09-05 23:53:57 -04:00
funilrys
f5ef7e02d7
Fixing flake8 issues 2018-09-05 23:53:57 -04:00
funilrys
e246960c43
Fixing flake8 issues 2018-09-05 23:53:57 -04:00
funilrys
a49fc7af44
Deletion of sys as it is unuseed
Also:

  * Fixing flake8 issue
2018-09-05 23:53:57 -04:00
funilrys
deed6786ef
Fix syntax error produced by last commit 2018-09-05 23:53:57 -04:00
funilrys
62ccd5b084
Deletion of decode_line() as it is not required anymore in python 3
Also:
  * Deletion of any PY3 references
2018-09-05 23:53:57 -04:00
funilrys
58db5143ed
Deletion of future dependencies
Also:
  * deletion of raw_input
2018-09-05 23:53:35 -04:00
funilrys
d60754db68
Update of the version of beautifulsoup4 2018-09-05 23:53:34 -04:00
funilrys
abeb28e6fa
Deletion of mock as it is now built-inÃ. 2018-09-05 23:53:34 -04:00
funilrys
95529c9b1e
Update of the version of lxml
This patch fix StevenBlack/hosts#751
2018-09-05 23:53:34 -04:00
funilrys
edb4f57da4
Fix flake8 issue.
This patch is related to https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:53:11 -04:00
funilrys
eb37488a16
Sorting and update of imports && deletion of Python2 related logic
This patch is related to https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:53:11 -04:00
funilrys
bcb1434ecd
Introduction of an exception saying that we do not support Python 2 anymore.
This patch is the begining of https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:52:15 -04:00
funilrys
11d8c064ac
Deletion of unneeded comment 2018-09-05 23:51:29 -04:00
funilrys
52e25bf7b9
This patch fix https://github.com/StevenBlack/hosts/pull/730#discussion_r205657347 2018-09-05 23:51:29 -04:00