Menu

EPPInterpreter / News: Recent posts

EPPInterpreter No More

I am no longer developing the EPPInterpreter. I am focusing all of my energies on the Universal Registry Client. Not only does it provide connectivity to EPP 2 regisries, but also EPP 4 registries and soon RRP registries as well. Plus it makes a mean pot of coffee (ok, not really, but it would be cool.)

Anyhow - I am still using the EPPAPI from this project. Eventually I will be phasing it out in favor of something tuned specifically for the URC.... read more

Posted by Anthony Eden 2001-11-02

EPPAPI 0.1.7 Released

EPPAPI 0.1.7 is now available at http://eppinterpreter.sf.net/ .

Upgraded RTK to 0.3.10. Added active status.

Please send all questions and comments to aeden@signaturedomains.com

Posted by Anthony Eden 2001-10-28

EPPInterpreter 0.2 Released

Version 0.2 of the EPPInterpreter is now available at http://eppinterpreter.sf.net/

The EPP Interpreter is a tool which supports the authoring and execution of EPP scripts using any BSF supported scripting language. EPP scripts are scripts which use the EPP API to communicate with any EPP capable domain name registry.

Updated EPPAPI to 0.1.6. Removed several classes and replaced with EdenLib counterparts. Added Preferences dialog with panels for appearance and EPP preferences. Logging is now through EdenLib logging API. Added some JavaDoc documentation. Added copyrights to all source code.... read more

Posted by Anthony Eden 2001-10-03

EPPAPI 0.1.6 Released

EPPAPI 0.1.6 is now available at http://eppinterpreter.sf.net/ .

Added printStackTraces flag to EPPSession. Added domainStatusToString method and deprecated statusToString in EPPUtilities. Added getDomainStatusMap method and deprecated getStatusMap in EPPUtilities. Added stringToDomainStatus, stringToHostStatus, stringToContactStatus, and stringToTransferStatus to EPPUtilities. Added isMutableDomainStatus(), isMutableHostStatus() and isMutableContactStatus to EPPUtilities. These methods are used to determine if a status change of the particular type can be issued by the registrar.... read more

Posted by Anthony Eden 2001-10-03

EPPInterpreter 0.1.5 Released

Version 0.1.5 of the EPPInterpreter is now available at http://eppinterpreter.sf.net/

The EPP Interpreter is a tool which supports the authoring and execution of EPP scripts using any BSF supported scripting language. EPP scripts are scripts which use the EPP API to communicate with any EPP capable domain name registry.

Added -h command line switch for help. Upgraded to EPPAPI 0.1.5.

Please send all questions and comments to aeden@signaturedomains.com

Posted by Anthony Eden 2001-09-26

EPPAPI 0.1.5 Released

EPPAPI 0.1.5 is now available at http://eppinterpreter.sf.net/ .

Added null checks in EPPPrinter for status arrays and name server address arrays. Added NULL_WRITER constant to EPPSession which is a shared NullWriter.

Please send all questions and comments to aeden@signaturedomains.com

Posted by Anthony Eden 2001-09-26

EPPInterpreter 0.1.4 Released

Version 0.1.4 of the EPPInterpreter is now available at http://eppinterpreter.sf.net/

The EPP Interpreter is a tool which supports the authoring and execution of EPP scripts using any BSF supported scripting language. EPP scripts are scripts which use the EPP API to communicate with any EPP capable domain name registry.

This version includes in important change which makes the classes in EPPAPI.jar, epp-rtk-java.jar and liberty-addon.jar available in the scripting language. Also includes polling support from EPPAPI 0.1.4 and example scripts directory which was supposed to be included since 0.1.1. Finally double-clicking a connection in the connection dialog will connect to the selected server.... read more

Posted by Anthony Eden 2001-09-09

EPPAPI 0.1.4 Released

EPPAPI 0.1.4 is now available at http://eppinterpreter.sf.net/ .

Added getEPPClient() method to EPPSession. Added poll() methods to EPPSession. Added pollAll() method to retrieve all server messages. Changed EPPUtilities date format names to match RTKBase date formats. EPPUtilities date formats are now references to RTKBase date formats. PrintWriter in EPPSession defaults to NullWriter

Please send all questions and comments to aeden@signaturedomains.com

Posted by Anthony Eden 2001-09-09

EPPInterpreter 0.1.3 Released

Version 0.1.3 of the EPPInterpreter is now available at http://eppinterpreter.sf.net/

The EPP Interpreter is a tool which supports the authoring and execution of EPP scripts using any BSF supported scripting language. EPP scripts are scripts which use the EPP API to communicate with any EPP capable domain name registry.

This version includes a new connection dialog which provides complete user control over connection management. Connections can now be added, edited, removed, imported, and exported. Added support for all EPP RTK supported protocols. Upgraded to 0.1.3 of the EPPAPI. Included a connection descriptor for Tucows' testbed.... read more

Posted by Anthony Eden 2001-09-05

EPPAPI 0.1.3 Released

EPPAPI 0.1.3 is now available at http://eppinterpreter.sf.net/ .

Added methods to the change classes which take the epp_xxx data type. This allows data returned from a previous EPP command to be used in these change objects (i.e. removing name servers which are obtained from a domain info command.) Added addContact(String roid, int type) and removeContact(String roid, int type) methods to EPPContactChanges. Added setRegistrant(String roid, String authString) method to EPPDomainChanges... read more

Posted by Anthony Eden 2001-09-05

EPPIntepreter 0.1.2 Released

Version 0.1.2 of the EPPInterpreter is now available at http://eppinterpreter.sf.net/

The EPP Interpreter is a tool which supports the authoring and execution of EPP scripts using any BSF supported scripting language. EPP scripts are scripts which use the EPP API to communicate with any EPP capable domain name registry.

This version includes an upgraded EPPAPI library.

Please send all questions and comments to aeden@signaturedomains.com

Posted by Anthony Eden 2001-09-04

EPPAPI 0.1.2 Released

EPPAPI 0.1.2 is now available at http://eppinterpreter.sf.net/ .

Added printing of hosts for a given domain as a result of a domain info command. Deprecated checkDomain() and checkNameServer() methods in the EPPSession class which take an array as an argument. These methods have been replaced by checkDomains() and checkNameServers().

Please send all questions and comments to aeden@signaturedomains.com

Posted by Anthony Eden 2001-09-04

EPPInterpreter 0.1.1 Released

Version 0.1.1 of the EPPInterpreter is now available at http://eppinterpreter.sf.net/

The EPP Interpreter is a tool which supports the authoring and execution of EPP scripts using any BSF supported scripting language. EPP scripts are scripts which use the EPP API to communicate with any EPP capable domain name registry.

This version allows new user-defined connections to be saved. It also fixes an ArrayIndexOutOfBoundsException when adding a user-defined connection, improved documentation (all of the methods available to scripting languages are now documented), scripts are now saved using a PrintWriter so linefeeds should be handled properly. The script editor will not delete the current script when the script is executed. Scripting languages other than Python are now supported. Scripting language is determined by the current script's file name. Added -s switch for defining SSL directory.... read more

Posted by Anthony Eden 2001-08-31

EPPInterpreter 0.1 Released

The first release of the EPPInterpreter is now available at http://eppinterpreter.sf.net

The EPP Interpreter is a tool which supports the authoring and execution of EPP scripts using any BSF supported scripting language. EPP scripts are scripts which use the EPP API to communicate with any EPP capable domain name registry.

Please send all questions and comments to aeden@signaturedomains.com

Posted by Anthony Eden 2001-08-30

Project Created

The EPPInterpreter project has been created. I will be uploading the source into the CVS server shortly and releasing the initial release.

Posted by Anthony Eden 2001-08-28