Simone Carletti
Simone Carletti
Add the most common Apache log formats available as class constants. For instance, the user might want to do ``` parser = ApacheLogRegex.new(ApacheLogRegex::COMBINED_LOG_FORMAT) ``` or ``` parser = ApacheLogRegex.new(:combined) ```...
Posted on behalf of toro. when log format is NCSA extended/combined, `%u` ( the userid of the person requesting the document) always causes the `parse error`. I think that the...
See http://www.nic.io/applyinstrs.html ``` shell whois -h whois.nic.io -p 44 [name.tm] ```
``` ➜ whois-ruby git:(master) ./bin/whoisrb -h whois.verisign-grs.com '=facebook' Unable to find a WHOIS server for `=facebook' ```
Migrated from http://code.simonecarletti.com/issues/343 The status property currently return mixed values. Some parsers return a string, others a symbol ad others an array. Also, the value is not normalized and current...
When you provide a custom hostname, the format should be reset. ``` $ ruby-whois surface.net -h whois.tucows.com No match for =SURFACE.NET ``` Notice the `=` sign before the query. See...
It would be nice to have a `archive_url` liquid helper we can use to generate the link to a specific archive.
I have a test that is failing because the expectation can't be properly verified. The request has a query that contains a value with an indexed array: ``` "http://example.test:80/call.cgi?street%5B0%5D=1234+SW+1st+Street&street%5B1%5D=Apt+3&title=Dog+Walker" ```...
The current one is causing false positives, and it seems not widely adopted/maintained. See https://github.com/dnsimple/dnsimple-ruby/pull/260/files