Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-09 | Whitespace fixups. | Steve Kemp | |
These were all identified and suggested by rubocop. | |||
2015-03-09 | Removed spaces inside parenthesis. | Steve Kemp | |
2015-03-09 | Prefer single-quotes when you don't need interpolation. | Steve Kemp | |
So "foo" is less good than 'foo'. | |||
2015-03-09 | Avoid redudent returns. | Steve Kemp | |
The last expression of a method is the return value. So: def foo; false ; end Is the same as: def foo; return false; end | |||
2015-03-09 | Don't use parenthesis aroudn conditions in an if. | Steve Kemp | |
2013-08-09 | Fixed syntax error. | Steve Kemp | |
2013-08-06 | Added more logging of bad IPs. | Steve Kemp | |
Ensure we parse zones correctly. | |||
2013-08-05 | DNSBL test. | Steve Kemp | |