]> gitweb.michael.orlitzky.com - email-validator.git/log
email-validator.git
10 years agoBump the version to 0.0.2. 0.0.2
Michael Orlitzky [Sat, 5 Oct 2013 19:08:21 +0000 (15:08 -0400)]
Bump the version to 0.0.2.
Drop the utf8-string dependency.
Replace all utf8-string functions and types with Data.ByteString.Char8.
Fix the parallelism (now it actual runs in parallel).
Update DNS functions for dns-1.0.0.

10 years agoIncrease the timeout from 5s to 10s.
Michael Orlitzky [Sat, 5 Oct 2013 19:07:53 +0000 (15:07 -0400)]
Increase the timeout from 5s to 10s.

10 years agoAdd input/output sections to the cabal description.
Michael Orlitzky [Tue, 11 Jun 2013 00:07:58 +0000 (20:07 -0400)]
Add input/output sections to the cabal description.

10 years agoUpdate the description in the man page.
Michael Orlitzky [Mon, 10 Jun 2013 22:54:06 +0000 (18:54 -0400)]
Update the description in the man page.
Copy the man page description to the cabal file.
Add a 'doc' target to the makefile.

10 years agoAdd an --rfc5322 option which validates against the real RFC syntax.
Michael Orlitzky [Mon, 10 Jun 2013 22:42:10 +0000 (18:42 -0400)]
Add an --rfc5322 option which validates against the real RFC syntax.
Shuffle around some tests.
Disable the domain-with-underscore test pending an upstream fix.
Add the new option to the man page.
Document how to adjust the number of threads.

10 years agoSimplify a few lines of tests.
Michael Orlitzky [Sun, 9 Jun 2013 19:25:16 +0000 (15:25 -0400)]
Simplify a few lines of tests.

10 years agoUse a hyphen instead of an underscore in the program name.
Michael Orlitzky [Sun, 9 Jun 2013 19:17:00 +0000 (15:17 -0400)]
Use a hyphen instead of an underscore in the program name.
Add a new -a parameter, to accept an 'A' record in addition to the MX required by default.
Update the man page with the new option.

10 years agoAdd early draft of a man page.
Michael Orlitzky [Sun, 9 Jun 2013 18:02:11 +0000 (14:02 -0400)]
Add early draft of a man page.

10 years agoAdd length tests and fix zero-length domain bug.
Michael Orlitzky [Sun, 9 Jun 2013 18:01:46 +0000 (14:01 -0400)]
Add length tests and fix zero-length domain bug.

10 years agoAdd the test suite.
Michael Orlitzky [Sun, 9 Jun 2013 17:40:30 +0000 (13:40 -0400)]
Add the test suite.

10 years agoSplit the email address functions into their own module.
Michael Orlitzky [Sun, 9 Jun 2013 17:39:10 +0000 (13:39 -0400)]
Split the email address functions into their own module.
Add a license file.
Remove unused quickcheck deps.
Add HUnit tests for the email address regex.

10 years agoAdd some comments.
Michael Orlitzky [Wed, 29 May 2013 20:07:31 +0000 (16:07 -0400)]
Add some comments.

10 years agoAdd command-line processing.
Michael Orlitzky [Wed, 29 May 2013 19:21:30 +0000 (15:21 -0400)]
Add command-line processing.

10 years agoAdd two more dependencies, cmdargs and directory.
Michael Orlitzky [Wed, 29 May 2013 19:21:05 +0000 (15:21 -0400)]
Add two more dependencies, cmdargs and directory.

10 years agoGet things into shape, it actually validates addresses now.
Michael Orlitzky [Wed, 29 May 2013 03:57:26 +0000 (23:57 -0400)]
Get things into shape, it actually validates addresses now.

10 years agoInitial commit, nothing working.
Michael Orlitzky [Tue, 28 May 2013 21:04:08 +0000 (17:04 -0400)]
Initial commit, nothing working.