Menu

Universal Registry Client / News: Recent posts

URC 0.5 and GRI 1.0b3 Released

Version 0.5 of the Universal Registry Client and version 1.0b3 of the GRI are now available at http://urc.sf.net/ .

The Universal Registry Client (URC) is desktop application which utilizes a common API for communicating with various domain name registries. The URC currently provides a scripting environment for writing scripts which execute commands in a registry. The URC includes built in support for Python scripts and can be extended to include any BSF-supported scripting language. The URC currently provides registry implementations for RRP registries (such as Verisign), EPP version 2 registries (such as Afilias for .info) and XRP registries (such as NeuLevel for .biz).... read more

Posted by Anthony Eden 2002-06-03

GRI-XRP 0.6 Released

Version 0.6 of the XRP implementation of the GRI is now available at http://urc.sf.net/

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

The XRP implementation provides a GRI implementation which provides communication using NeuLevel's EPP implementation (which they have called XRP).... read more

Posted by Anthony Eden 2002-06-03

GRI-RRP 0.4 Released

Version 0.4 of the RRP implementation of the GRI is now available at http://urc.sf.net/ .

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

The RRP implementation provides a GRI implementation which provides communication the RRP protocol as used by Verisign GRS for .com, .net and .org top level domains.... read more

Posted by Anthony Eden 2002-06-03

GRI-EPP 0.9 Released

Version 0.9 of the EPP implementation of the GRI is now available at http://urc.sf.net/ .

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

The EPP implementation provides a GRI implementation which provides communication using the EPP version 2 protocol.... read more

Posted by Anthony Eden 2002-06-03

GRI 1.0 beta 1 Released

Version 1.0b1 of the Generic Registry Interface is now available at http://urc.sf.net/ .

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

Changes: Added JavaDoc documentation to all classes. Added copyright message to classes where the message was missing. Added isSupportedName() to Registry interface. Added default implementation of isSupportedName() to AbstractRegistry. Added basic implementations for GRIDomain, GRIContact, GRIHost and GRIRegistrant interfaces. RegistryManager now has a static method for accessing a shared instance. Added loadConfiguration(InputStream in) and loadConfiguration(Element element) methods to RegistryFactory. Added more to developer documentation.... read more

Posted by Anthony Eden 2001-11-15

GRI In Production At Signature Domains

The Generic Registry Interface is now being used in production servers at Signature Domains (http://www.signaturedomains.com). I have squashed quite a few bugs in the last week and will continue to work out any other kinks. In the meantime I will be completing JavaDoc documentation for all of the GRI code as well as improving the high-level documentation for the GRI to include example code. Once this is done I am going to go to 1.0 release, which should be in the next week or two.... read more

Posted by Anthony Eden 2001-11-13

Universal Registry Client 0.4 Released

Version 0.4 of the Universal Registry Client is now available at http://urc.sf.net/ . The EPP and XRP implementations of the GRI have also been updated.

The Universal Registry Client (URC) is desktop application which utilizes a common API for communicating with various domain name registries. The URC currently provides a scripting environment for writing scripts which execute commands in a registry. The URC includes built in support for Python scripts and can be extended to include any BSF-supported scripting language. The URC currently provides registry implementations for RRP registries (such as Verisign), EPP version 2 registries (such as Afilias for .info) and XRP registries (such as NeuLevel for .biz).... read more

Posted by Anthony Eden 2001-11-13

GRI 0.6 Released

Version 0.6 of the Generic Registry Interface is now available at http://urc.sf.net/ . Versions 0.6 of the GRI EPP implementation, 0.3 of the GRI XRP implementation and 0.2 of the GRI RRP implementations are also now available.

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.... read more

Posted by Anthony Eden 2001-11-12

Universal Registry Client 0.3 Released

Version 03 of the Universal Registry Client is now available at http://urc.sf.net/ .

The Universal Registry Client (URC) is desktop application which utilizes a common API for communicating with various domain name registries. The URC currently provides a scripting environment for writing scripts which execute commands in a registry. The URC includes built in support for Python scripts and can be extended to include any BSF-supported scripting language. The URC currently provides a registry implementation for EPP version 2 registries.... read more

Posted by Anthony Eden 2001-11-02

GRI-EPP 0.4 Released

Version 0.4 of the EPP implementation of the GRI is now available at http://urc.sf.net/ .

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

The EPP implementation provides a GRI implementation which provides communication using the EPP version 2 protocol.... read more

Posted by Anthony Eden 2001-11-02

GRI 0.4 Released

Version 0.4 of the Generic Registry Interface is now available at http://urc.sf.net/ .

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

Changes: Modified ConnectionFailedException to allow propogation of nested exceptions. Added connect(String newPassword) to the Registry interface to allow changing of the Registrar password. Added transfer methods to Registry and RegistryManager classes to support domain and contact transfers.... read more

Posted by Anthony Eden 2001-11-02

GRI-EPP 0.3 Released

Version 0.3 of the EPP implementation of the GRI is now available at http://urc.sf.net/ .

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

The EPP implementation provides a GRI implementation which provides communication using the EPP version 2 protocol.... read more

Posted by Anthony Eden 2001-10-30

GRI 0.3 Released

Version 0.3 of the Generic Registry Interface is now available at http://urc.sf.net/ .

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

Changes: Added AbstractRegistry class. Implementations should extend from this class if possible so that they do not need to reimplement some standard methods. Added RegistryResponsePrinter interface. Zero or more printers can be attached to a Registry so that registry responses can be printed to multiple output targets. Added Registry.addPrinter() and Registry.removePrinter() methods. Added createPrinter() method which will create printer of the default type for the given registry. Removed the setWriter() method. Registry directory now searches recursively for registry implementation classes.... read more

Posted by Anthony Eden 2001-10-30

Universal Registry Client 0.2 Released

Version 0.2 of the Universal Registry Client is now available at http://urc.sf.net/ .

The Universal Registry Client (URC) is desktop application which utilizes a common API for communicating with various domain name registries. The URC currently provides a scripting environment for writing scripts which execute commands in a registry. The URC includes built in support for Python scripts and can be extended to include any BSF-supported scripting language. The URC currently provides a registry implementation for EPP version 2 registries.... read more

Posted by Anthony Eden 2001-10-28

GRI-EPP 0.2.1 Released

Version 0.2.1 of the EPP implementation of the GRI is now available at http://urc.sf.net/ .

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

The EPP implementation provides a GRI implementation which provides communication using the EPP version 2 protocol.... read more

Posted by Anthony Eden 2001-10-28

GRI-EPP 0.2 Released

Version 0.2 of the EPP implementation of the GRI is now available at http://urc.sf.net/ .

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

The EPP implementation provides a GRI implementation which provides communication using the EPP version 2 protocol.... read more

Posted by Anthony Eden 2001-10-18

GRI 0.2 Released

Version 0.2 of the Generic Registry Interface is now available at http://urc.sf.net/ .

The Generic Registry Interface (GRI) is a set of classes which provide a common API for communicating with various domain name registries. The API attempts to provide methods and classes which are standard to all domain name registries.

Changes: Added deleteDomain(), deleteHost() and deleteContact() methods which accept a String argument. Replaced the addXXX methods in the Registry interface and RegistryManager with createXXX methods.... read more

Posted by Anthony Eden 2001-10-18

Universal Registry Client 0.1 Released

The Universal Registry Client version 0.1 is now available at http://urc.sf.net/

This is the first release of the URC. It includes an EPP implementation for EPP servers which are running the EPP protocol version 2.

Posted by Anthony Eden 2001-10-18

GRI-EPP 0.1.1 Released

This revision brings the EPP implementation of the GRI up to date with the GRI.

Posted by Anthony Eden 2001-10-18

GRI-0.1.1 Released

This is a minor revision which allows a Writer to be specified for each Registry. Detailed result information is sent to that writer. This is used by the URC to print result information in the output area.

Posted by Anthony Eden 2001-10-18

GRI-EPP 0.1 Released

GRI-EPP version 0.1 is now available. This package provides an implementation of the GRI for communicating with EPP registries. It currently supports EPP version 2 registries. None of the SSL files included with the EPP-RTK are included, so you will need to download those from http://sourceforge.net/projects/epp-rtk/

Posted by Anthony Eden 2001-10-17

GRI 0.1 Released

Generic Registry Interface version 0.1 is now available. This is the initial release of the GRI, although the GRI is already in use at Signature Domains.

Posted by Anthony Eden 2001-10-17