Commit Graph

1203 Commits

Author SHA1 Message Date
Steven Black
03c247bfab Test to accompany accepting IP followed by host IP address. 2018-03-14 00:10:07 -04:00
Steven Black
2526b76bea Accept IP followed by host IP address. 2018-03-14 00:09:38 -04:00
Steven Black
9f63be150b New data from yoyo.org, and CoinBlockerList. 2018-03-13 23:05:40 -04:00
Steven Black
74c9ba37cf Release 1.2.7 2018-03-12 23:58:13 -04:00
Steven Black
baa870c39b New data from yoyo.org, someonewhocares.org, and CoinBlockerList. 2018-03-12 23:57:31 -04:00
StevenBlack
30042213ec Release 1.2.6 2018-03-10 11:54:33 -05:00
StevenBlack
a7be24caa2 New data from someonewhocares.org. 2018-03-10 11:52:41 -05:00
StevenBlack
ff0afd7ede Whoops, typo. 2018-03-10 11:51:35 -05:00
StevenBlack
32bca63239 Add spiegel-de.spiegel.de. 2018-03-10 11:50:57 -05:00
StevenBlack
6c505bb386 Release 1.2.5 2018-03-09 20:07:08 -05:00
StevenBlack
3546186bd8 New data from someonewhocares.org, yoyo.org, and CoinBlockerList. 2018-03-09 20:06:14 -05:00
Steven Black
db7b75df56
Merge pull request #535 from ankitpati/superfluous-condition-fix
Remove Superfluous Check for Zero-Length List
2018-03-09 16:19:37 -05:00
Ankit Pati
4b5dc8d920
Remove Superfluous Check for Zero-Length List
Checking for zero-length is not necessary here as iterating over a
zero-length list is perfectly valid, and produces exactly zero
iterations, matching the intended behaviour without an extra check.
2018-03-10 00:38:31 +05:30
Steven Black
9515e0ccca Release 1.2.4 2018-03-08 06:33:14 -05:00
Steven Black
86d0bedff9 New data from someonewhocares.org, malwaredomainlist.com, and Badd-Boyz. 2018-03-08 06:31:53 -05:00
StevenBlack
951e2b485f Updated all 16 readme pages with the new release management section. 2018-03-07 00:16:38 -05:00
StevenBlack
29ab4d9878 New section titled "Release management", documenting the presence and use of [Release-It!](https://webpro.github.io/release-it/) in the repo. 2018-03-07 00:12:20 -05:00
StevenBlack
c06a49c257 Add .release-it.json file to the repo. 2018-03-06 23:59:17 -05:00
StevenBlack
9174744878 Release 1.2.3 2018-03-06 23:54:47 -05:00
StevenBlack
34441315bc New data from yoyo.org, someonewhocares.org, and CoinBlockerList. 2018-03-06 23:51:45 -05:00
Steven Black
e8b027c356
Merge pull request #490 from ScriptTiger/patch-1
Added commented wildcards for spam domains to support third-party, downstream uses
2018-03-05 10:24:41 -05:00
StevenBlack
0bb89e4763 New data from yoyo.org, mvps.org, and CoinBlockerList. 2018-03-04 20:54:49 -05:00
Steven Black
26b9f045ad
Merge pull request #529 from erlepereira/master
add link to gist for dnsmasq format conversion - readme_template.md
2018-03-04 20:50:41 -05:00
Erle Pereira
f3da866634 add link to gist for dnsmasq format conversion, in the readme_template.md 2018-03-05 11:57:21 +11:00
StevenBlack
83ef43c36f New data from yoyo.org. 2018-03-04 14:04:13 -05:00
funilrys
0166642e00 Merge remote-tracking branch 'upstream/master' into encoding-review 2018-03-04 11:19:36 +01:00
funilrys
318389b08f
Introduction of more tests cases
Please note that this patch introduce more tests cases
in order to avoid future issue when calling `domains_to_idna()`
2018-03-04 11:18:50 +01:00
funilrys
8405f87edb
Review of domain_to_idna() to support more tests cases
Please note this patch comes after an issue reported by @FadeMind
which I could reproduce in 1/3 computer.
2018-03-04 11:17:38 +01:00
Steven Black
2f90ec066f
Merge pull request #525 from MitchWeaver/master
add OpenBSD support
2018-03-03 17:05:50 -05:00
Mitch Weaver
1ff8f4b13d add OpenBSD support 2018-03-03 22:55:18 +01:00
StevenBlack
cf130d092c New data from yoyo.org, and CoinBlockerList. 2018-03-03 15:16:10 -05:00
Steven Black
2bd48fb7ba
Merge pull request #519 from FadeMind/cross-sudo
cross-compatible sudo FIXED CI
2018-03-03 15:13:16 -05:00
Steven Black
aa6b09561b
Merge pull request #520 from funilrys/notDavid-protocol
Possible fix of the encoding and/or downlaod issue(s)
2018-03-03 15:11:38 -05:00
funilrys
1e64d1287a
Review of readme_template.md
Please note that this patch mothe the unit tests paragraph after dependencies installation.
2018-03-03 21:09:45 +01:00
funilrys
93748698d5
Update of readme_template.md
Please note that this patch explitly set which `pip` version to use according
to the user Python version.
2018-03-03 20:34:10 +01:00
FadeMind
ee411d82c9
updateHostsFile.py: DEL whitespace after '['
https://travis-ci.org/StevenBlack/hosts/jobs/346915934#L606-L609
2018-03-03 15:30:49 +01:00
funilrys
50fde09ed7
Fix grammar.
This patch fix: d98b31fb92 (r171971716)

Thanks to @gfyoung
2018-03-02 22:56:32 +01:00
funilrys
6e62383b28
Review of Notes indentation
This patch fix : https://github.com/StevenBlack/hosts/pull/520#discussion_r171971481
+ It also fix (forgoten coma) : https://github.com/StevenBlack/hosts/pull/520#discussion_r171971574
2018-03-02 22:53:15 +01:00
funilrys
bebf7744ca
Review of the domain_to_idna() notes.
This patch fix : https://github.com/StevenBlack/hosts/pull/520#discussion_r171971574
2018-03-02 22:51:10 +01:00
funilrys
d06bea8fb8
Introduction of dependencies installation instructions 2018-03-02 22:49:15 +01:00
funilrys
d98b31fb92
Removing of condescending line.
This patch fix : 4798710029 (r171969863)
2018-03-02 22:43:24 +01:00
funilrys
4798710029
Introduction of domain_to_idna() tests. 2018-03-02 22:23:21 +01:00
funilrys
780e47ffe5
Review of domain_to_idna()
This patch review the way we get the comment at the end of a line.
I also did an application of DRY (Do not Repeat Yourself)
and/or KISS (Keep It Simple, Stupid) by refactoring the 2 `else`
statements into one line.
2018-03-02 22:07:11 +01:00
funilrys
8f00cb4d76
Deletion of a trailing '#'.
Please note that I have added that '#' by mistake.
2018-03-02 21:43:52 +01:00
funilrys
1141823bc8
Fix tests issues.
This patch introduce the installation of dependencies needed my the main commit.

This patch fixes:
 * https://travis-ci.org/funilrys/hosts/jobs/347504195#L592
 * https://travis-ci.org/funilrys/hosts/jobs/347504195#L598
2018-02-28 23:29:18 +01:00
funilrys
3403b10e50
Fix tests issues.
This patch fixes:
 * https://travis-ci.org/funilrys/hosts/jobs/347500695#L400
 * https://travis-ci.org/funilrys/hosts/jobs/347500695#L401
2018-02-28 23:24:58 +01:00
funilrys
f5c8ac58b2
Fix tests issue.
This patch fix https://travis-ci.org/funilrys/hosts/jobs/347500695#L399
2018-02-28 23:23:30 +01:00
funilrys
079d5ddd7f
Fix tests issue
This patch fix https://travis-ci.org/funilrys/hosts/jobs/347500695#L397

Please also note that I introduced that patch because
we do not directly use lxml but it is required by
BeautifulSup() to parse the HTML.
2018-02-28 23:22:32 +01:00
funilrys
1fea720034
Fix tests issue
This patch fix https://travis-ci.org/funilrys/hosts/jobs/347500695#L398
2018-02-28 23:20:01 +01:00
funilrys
d3ef85df17
Review typo + fix test issue.
This patch fix https://travis-ci.org/funilrys/hosts/jobs/347497718#L749
2018-02-28 23:15:01 +01:00