0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Whois::Domain::Cat for .cat domains. More... over 16 years ago
Add Domain::Afilias for .info domains. More... over 16 years ago
Add aero domain. More... over 16 years ago
Add registered? and available? methods to Whois::Domain classes. More... over 16 years ago
Add Whois::Domain::Base.expired? method. More... over 16 years ago
Use ATTR_NAMES constant to eliminate overriden methods that just change the name of the attribute being checked for. More... over 16 years ago
Add .us domains to Whois::Domain::Neustar More... over 16 years ago
Whois::Domain - Add host method which generally returns the self.class::HOST constant, but could be overridden. More... over 16 years ago
Create test_helper.rb with assert_whois_data method for simpler domain testing, and update existing tests to use this method. More... over 16 years ago
WhoisTest.test_this_plugin - just assert true for now. More... over 16 years ago
Add Domain::Neustar for .biz domains. More... over 16 years ago
Add Domain::PublicInterest for .org More... over 16 years ago
VerisignGrsTest - initialize did not minimize queries, use constants instead. More... over 16 years ago
VerisignGrsTest - place setup code in initialize to minimize whois queries. More... over 16 years ago
Move attrs and to_s methods for VerisignGrs to WhoisDomain. Instead of (generally) having unique methods per class for these, a regex is stored as a constant (ATTR_MATCH) in each class, in order to eliminate code repetition. More... over 16 years ago
VerisignGrsTest - add test for .net domains. More... over 16 years ago
lib/whois.rb requires date and time libraries to ensure their availability. More... over 16 years ago
WhoisDomain - Alter format of TLD constant; now a hash in the format ClassName => [:tld1, :tld2] (i.e. Array of TLDs as symbols.) More... over 16 years ago
Initial stab at setup; includes initial (proof of concept) Domain:VerisignGrs adapter. More... over 16 years ago
Generate Rails plugin structure. More... over 16 years ago
Add trunk, tags, and branches directories. More... over 16 years ago