Commit Graph

7 Commits (194556f7388ca778528cde59aa8d4989e33e893f)

Author SHA1 Message Date
Chris Wilson 2f11d6cc76 Update Binary IA to Uppercase. Fix All Test Cases for Uppercase Changes. 2015-01-09 19:46:54 +11:00
Matt Miller 142cce16af EmailValidator: use structured answer. 2014-11-15 21:33:00 +02:00
Matt Miller 68fc7c8dec Set explicit caching everywhere.
This explicity sets the caching behavior for all goodies. Goodies which
did not have caching behavior set in their package have had it added.
Similarly for the tests.

This resulted in a number of changes for caching behavior, mostly
moving towards more frequent caching.

I identified three cases where goodies should not be cached. They are when
the result depends upon:

- some random element,
- the time of day or year (as with relative dates), or
- the location of the requesting user

In all other cases, I presumed that the goodies were sufficiently
deterministic in their output to warrant caching.
2014-09-27 10:35:17 -04:00
Jag Talon 272b96f4d3 EmailValidator: Fix failing tests. 2013-11-12 22:26:02 -05:00
SteLim bf67c8ab2d fixed test 2013-10-28 19:33:26 +01:00
SteLim 7abb496e2d removed mx-check (no web requests allowed), added more hints. 2013-09-24 23:24:03 +02:00
SteLim 13b9433826 added email validator 2013-09-13 23:00:00 +02:00