]> gitweb.michael.orlitzky.com - dead/harbl.git/log
dead/harbl.git
8 years agoRename everything under the Network.DNS.RBL hierarchy.
Michael Orlitzky [Thu, 9 Jul 2015 13:37:57 +0000 (09:37 -0400)]
Rename everything under the Network.DNS.RBL hierarchy.
Add a dummy Network.DNS.RBL module.

8 years agoRemove a TODO that turned out to be more trouble than it's worth.
Michael Orlitzky [Thu, 9 Jul 2015 06:45:06 +0000 (02:45 -0400)]
Remove a TODO that turned out to be more trouble than it's worth.

8 years agoImplement DnsblSite parsing and add a test suite for it.
Michael Orlitzky [Thu, 9 Jul 2015 06:34:17 +0000 (02:34 -0400)]
Implement DnsblSite parsing and add a test suite for it.

8 years agoAdd back the TODO.
Michael Orlitzky [Thu, 9 Jul 2015 06:34:02 +0000 (02:34 -0400)]
Add back the TODO.

8 years agoFix compilation errors and hlint suggestions.
Michael Orlitzky [Thu, 9 Jul 2015 06:30:25 +0000 (02:30 -0400)]
Fix compilation errors and hlint suggestions.

8 years agoAdd the no-equal-neighbors restriction for labels.
Michael Orlitzky [Thu, 9 Jul 2015 03:21:07 +0000 (23:21 -0400)]
Add the no-equal-neighbors restriction for labels.

8 years agoAdd Pretty instances for Lists and pairs.
Michael Orlitzky [Thu, 9 Jul 2015 02:15:07 +0000 (22:15 -0400)]
Add Pretty instances for Lists and pairs.

8 years agoAdd length (max 255) checking for domains.
Michael Orlitzky [Tue, 7 Jul 2015 23:02:03 +0000 (19:02 -0400)]
Add length (max 255) checking for domains.

8 years agoMore import/export cleanup.
Michael Orlitzky [Tue, 7 Jul 2015 05:16:36 +0000 (01:16 -0400)]
More import/export cleanup.

8 years agoAdd new modules to the cabal file.
Michael Orlitzky [Tue, 7 Jul 2015 05:16:22 +0000 (01:16 -0400)]
Add new modules to the cabal file.

8 years agoAdd another TODO item (255 max).
Michael Orlitzky [Tue, 7 Jul 2015 05:04:51 +0000 (01:04 -0400)]
Add another TODO item (255 max).

8 years agoRestrict Pretty module exports/imports.
Michael Orlitzky [Tue, 7 Jul 2015 05:04:30 +0000 (01:04 -0400)]
Restrict Pretty module exports/imports.

8 years agoFinish fleshing out the Domain module; update the TODO.
Michael Orlitzky [Tue, 7 Jul 2015 05:01:58 +0000 (01:01 -0400)]
Finish fleshing out the Domain module; update the TODO.

8 years agoMove the Pretty class into its own module.
Michael Orlitzky [Tue, 7 Jul 2015 05:01:17 +0000 (01:01 -0400)]
Move the Pretty class into its own module.

8 years agoAdd the Domain module, work in progress.
Michael Orlitzky [Mon, 6 Jul 2015 14:39:47 +0000 (10:39 -0400)]
Add the Domain module, work in progress.
Add a TODO.

8 years agoSwitch license to AGPL-3.
Michael Orlitzky [Sun, 5 Jul 2015 18:30:11 +0000 (14:30 -0400)]
Switch license to AGPL-3.

8 years agoAdd weight parsing to DnsblSite.hs.
Michael Orlitzky [Sun, 5 Jul 2015 06:15:17 +0000 (02:15 -0400)]
Add weight parsing to DnsblSite.hs.

8 years agoUse explicit imports in IPv4Pattern.hs.
Michael Orlitzky [Sun, 5 Jul 2015 06:15:05 +0000 (02:15 -0400)]
Use explicit imports in IPv4Pattern.hs.

8 years agoRemove useless import from Main.hs.
Michael Orlitzky [Sun, 5 Jul 2015 06:14:51 +0000 (02:14 -0400)]
Remove useless import from Main.hs.

8 years agoAdd more documentation and a pretty-printer to IPv4Pattern.
Michael Orlitzky [Sat, 4 Jul 2015 21:44:34 +0000 (17:44 -0400)]
Add more documentation and a pretty-printer to IPv4Pattern.
Stub out the coming DnsblSite module.

8 years agoOnly parse valid octets (0 - 255).
Michael Orlitzky [Sat, 4 Jul 2015 02:15:49 +0000 (22:15 -0400)]
Only parse valid octets (0 - 255).
Add some more tests and documentation for existing methods.
Switch to 'parseTest' from 'parse' in doctests.

8 years agoEnable `make test` target.
Michael Orlitzky [Sat, 4 Jul 2015 02:15:37 +0000 (22:15 -0400)]
Enable `make test` target.

9 years agoMove the IPv4 pattern stuff into its own module and begin a real test suite.
Michael Orlitzky [Sat, 31 Jan 2015 02:06:37 +0000 (21:06 -0500)]
Move the IPv4 pattern stuff into its own module and begin a real test suite.

9 years agoInitial commit of a big mess that sort of looks like it works.
Michael Orlitzky [Thu, 12 Jun 2014 06:11:33 +0000 (02:11 -0400)]
Initial commit of a big mess that sort of looks like it works.