]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commit - src/Report.hs
Get things in shape finally:
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 28 Nov 2014 05:00:25 +0000 (00:00 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 28 Nov 2014 05:00:25 +0000 (00:00 -0500)
commitf75845314598408bce3a1b972f2ba274d93d0e8d
tree82f97863d9022709b8fea9d23c0fc1af0aca95a3
parentbf367c0d7450fbe148a0a22681384954978bde21
Get things in shape finally:

  * Move the Forward code into its own module.

  * Separate out the excluded MX filtering magic.

  * Write tons of tests for the MX filtering.

  * Normalize every name used in a comparison.

  * Use Data.Map and Data.Set for MX filtering.

  * Update some documentation.

  * Update the ghci file with new modules.

  * Add the Forward module to the cabal file.

  * Make sure no spurious newlines are output.

  * Update the TODO.
.ghci
doc/TODO
doc/list-remote-forwardsrc.example
doc/man1/list-remote-forwards.1
list-remote-forwards.cabal
src/DNS.hs
src/Forward.hs [new file with mode: 0644]
src/Main.hs
src/Report.hs