]> gitweb.michael.orlitzky.com - dead/harbl.git/shortlog
dead/harbl.git
2015-07-17 Michael OrlitzkyClean up the configurator code in the CLI app.
2015-07-17 Michael OrlitzkyAdd Default and Ord instances for Weight.
2015-07-14 Michael OrlitzkySeparate the Network.DNS.RBL.Weight module and fix...
2015-07-13 Michael OrlitzkyAdd a "new" exit code (shift them all, really) for...
2015-07-13 Michael OrlitzkyFinish moving all of the DNS name components under...
2015-07-13 Michael OrlitzkyRemove underlying Char from Hyphen type.
2015-07-11 Michael OrlitzkyBegin moving the name parsers to the Network.DNS.RBL...
2015-07-11 Michael OrlitzkyAdd back a TODO.
2015-07-11 Michael OrlitzkyAdd the Reversible class.
2015-07-10 Michael OrlitzkyReplace 'UserDomain' with 'Host' in the library.
2015-07-09 Michael OrlitzkyAdd the Network.DNS.RBL.Host module.
2015-07-09 Michael OrlitzkyFix parsing of labels beginning with digits.
2015-07-09 Michael OrlitzkyAdd a .ghci file.
2015-07-09 Michael OrlitzkyBegin to add some lookup functions (just experimenting...
2015-07-09 Michael OrlitzkyRename DnsblSite to Site.
2015-07-09 Michael OrlitzkyRename everything under the Network.DNS.RBL hierarchy.
2015-07-09 Michael OrlitzkyRemove a TODO that turned out to be more trouble than...
2015-07-09 Michael OrlitzkyImplement DnsblSite parsing and add a test suite for it.
2015-07-09 Michael OrlitzkyAdd back the TODO.
2015-07-09 Michael OrlitzkyFix compilation errors and hlint suggestions.
2015-07-09 Michael OrlitzkyAdd the no-equal-neighbors restriction for labels.
2015-07-09 Michael OrlitzkyAdd Pretty instances for Lists and pairs.
2015-07-07 Michael OrlitzkyAdd length (max 255) checking for domains.
2015-07-07 Michael OrlitzkyMore import/export cleanup.
2015-07-07 Michael OrlitzkyAdd new modules to the cabal file.
2015-07-07 Michael OrlitzkyAdd another TODO item (255 max).
2015-07-07 Michael OrlitzkyRestrict Pretty module exports/imports.
2015-07-07 Michael OrlitzkyFinish fleshing out the Domain module; update the TODO.
2015-07-07 Michael OrlitzkyMove the Pretty class into its own module.
2015-07-06 Michael OrlitzkyAdd the Domain module, work in progress.
2015-07-05 Michael OrlitzkySwitch license to AGPL-3.
2015-07-05 Michael OrlitzkyAdd weight parsing to DnsblSite.hs.
2015-07-05 Michael OrlitzkyUse explicit imports in IPv4Pattern.hs.
2015-07-05 Michael OrlitzkyRemove useless import from Main.hs.
2015-07-04 Michael OrlitzkyAdd more documentation and a pretty-printer to IPv4Pattern.
2015-07-04 Michael OrlitzkyOnly parse valid octets (0 - 255).
2015-07-04 Michael OrlitzkyEnable `make test` target.
2015-01-31 Michael OrlitzkyMove the IPv4 pattern stuff into its own module and...
2014-06-12 Michael OrlitzkyInitial commit of a big mess that sort of looks like...