Age | Commit message (Expand) | Author |
---|---|---|
2015-03-09 | Whitespace fixups. | Steve Kemp |
2015-03-09 | Removed spaces inside parenthesis. | Steve Kemp |
2015-03-09 | Prefer single-quotes when you don't need interpolation. | Steve Kemp |
2015-03-09 | Do not terminate expressions with ";". | Steve Kemp |
2015-03-09 | Don't use parenthesis aroudn conditions in an if. | Steve Kemp |
2015-03-09 | Do not use parentheses for method calls with no arguments. | Steve Kemp |
2015-03-09 | Avoid "Array.new" and "Hash.new" | Steve Kemp |
2015-03-09 | Don't use "::" for method-calls. | Steve Kemp |
2015-01-22 | Allow inverted tests for MX. | Steve Kemp |
2015-01-13 | Updated to actually test the backend MX servers. | Steve Kemp |
2015-01-13 | Lookup MX record(s) for the domain under test. | Steve Kemp |
2015-01-13 | Stub MX-test. | Steve Kemp |