This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 125
ChangeLog
seitsu edited this page Jan 29, 2013
·
21 revisions
- added WHOIS template for Vautron (IANA #1443), .HM, .ST and .UA
- changed WHOIS template Key-Systems (IANA #269) to fit for Webagentur.at (IANA #648), RegistryGate (IANA #1328), 1API (IANA #1387), united-domains (IANA #1408) InterNetworX (IANA #1420) and Novutec
- renamed WHOIS template Key-Systems to rrpproxy
- removed now unused templates InternetWire, InterNetworX, 1API and united-domains
- fixed bug in Verisign template that all domain names were signed DNSSEC
- refreshed supported TLD list in README.md
- added IANA IDs to WHOIS configuration
- added IANA IDs to README.md
- added WHOIS template for .SK, Tucows (IANA #69) and Webagentur.at (IANA #648)
- changed slightly Network Solutions (IANA #2) template to fit for Tucows (IANA #69) as well
- fixed typos in README.md
- refreshed supported TLD list in README.md
- fixed CentralNic (.COM.DE) it is using .DE template instead of the standard CentralNic template
- fixed Afilias template - if domain name was not available DNSSEC flag was set
- fixed Network Solutions template to work better with different international addresses and to fill in the admin contact
Note: You will need the DomainParser version 1.1.5 and above!
- fixed phpDoc
postProcess
in several WHOIS template - fixed WHOIS template for .AS to filter nameserver and ip addresses
- fixed WHOIS template for Verisign to parse DNSSEC for .TV, .CC and .JOBS
- added WHOIS template for .BR, .ES, .INT, .KR and Novutec
- added WHOIS servers to whois.ini for new templates
- changed WHOIS config for direct CoCCA based TLDs because WHOIS template switched to Afilias
- refreshed supported TLD list in README.md
Note: You will need the DomainParser version 1.1.5 and above!
- fixed WHOIS template for .NL and .IT, now it is working with public and registrar WHOIS
- fixed WHOIS template for .EDU
- added
setDateFormat
method to Parser to set date format for WHOIS output - added
cleanUp
method to Result - added
formatDate
method to Result - added WHOIS template for .AC, .AI, .AX, .BG, .CD, .CK, .IM, .IO, .JP, .KG, .LT, .MX, .OM, .QA, .SH, .TM and Network Solutions
- added WHOIS servers to whois.ini for new templates
- added HTTP adapter to Parser
- cleaned up Parser and moved some stuff to
cleanUp
method in Result - changed HTTP adapter
- changed copyright to 2013
- changed documentation and description in README.md
- refreshed supported TLD list in README.md
Note: You will need the DomainParser version 1.1.5 and above!
- fixed WHOIS template for .HK for IDN support
- added support for IDN top level domain names (.xn--45brj9c, .xn--fiqs8s, .xn--fiqz9s, .xn--j6w193g, .xn--fpcrj9c3d, .xn--gecrj9c, .xn--h2brj9c, .xn--kprw13d, .xn--kpry57d, .xn--mgbbh1a71e, .xn--s9brj9c and .xn--xkc2dl3a5ee0h)
- added WHOIS templates for .HU.NET, .PW, .RS, .SX, .UK and Cronon
- added WHOIS servers to whois.ini for new templates
- formatted code for WHOIS template Adamsnames and .FO
- refreshed supported TLD list in README.md
- added WHOIS templates for .FI, .FO, .GD, .IQ, .TC and .VG
- added WHOIS servers to whois.ini for .FI, .FO, .GD, .IQ, .TC and .VG
- changed Afilias template to match registration status of .IQ domain names
- refreshed supported TLD list in README.md
- added gTLD WHOIS templates for CoreNic, Gandi, Hetzner, Onamae, Variomedia, Xinnet
- added WHOIS servers to whois.ini for new templates
- added nameservers to Verisign template, will be overwritten by registrar nameservers if present in their WHOIS
- changed Afilias template to match CoreNic zone handles
- refreshed supported gTLD list in README.md
- added WHOIS templates for .EE, .IL, .IR, .KZ and .LV
- added WHOIS servers to whois.ini for .EE, .IL, .IR, .KZ and .LV
- fixed availability regex at .NZ template
- refreshed supported TLD list in README.md
- added WHOIS template for .NZ
- added WHOIS servers to whois.ini to skip querying IANA
- added boolean
parsedContacts
property toResult
to indicate if contacts have been parsed - changed Exception handling, if
throwException
is false it will return only the Exception message instead of the whole Exception - fixed availability regex at Afilias template
- refreshed supported TLD list in README.md
- changed workflow, ip addresses will be queried by IANA directly and TLDs will be looked up at the config first
- changed some phpDoc
- fixed overwritten parsed query if exception was thrown
- fixed calling
lookup()
with no query - fixed
ucfirst()
in AbstractException - removed unused NoWhoisException
- added
dirname(__FILE__)
to require_once of classes - added support for looking up AS numbers at IANA and RIRs
- added support for looking up top-level domain names at IANA
- added more comments to Parser.php and Result.php for better understanding
- changed
Result
properties to camelCase - changed
AbstractException::factory()
if specific Exception is not available it will use the default Novutec Exception - changed format and added details in README.md
- changed phpDoc description in Parser.php
- fixed bug by outputting XML with string values
- fixed bug by outputting Array with a network object
- fixed bug by calling
Registrar->toArray()
method if there isn't a registrar - fixed bug by parsing with IP addresses
- Initial commit