EPPInterpreter changelog. To download EPPInterpreter visit http://eppinterpreter.sf.net/. Version 0.2 (October 2, 2001) - 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 Version 0.1.5 (September 26, 2001) - Added -h switch which prints a usage message - Updated EPPAPI to 0.1.5 Version 0.1.4 (September 9, 2001) - Classes in EPPAPI.jar, epp-rtk-java.jar and liberty-addon.jar are now available in the scripting environment. This is necessary to allow scripts such as create-contact.py - Double-clicking a connection in the connection list will cause that connection to be opened - Updated documentation - Updated EPPAPI to 0.1.4 - Exampe scripts directory is now included Version 0.1.3 (September 5, 2001) - Support for all protocols defined in EPP RTK (TCP, TCP with TLS, and BXXP) - Redesigned ConnectionDialog. Connections can now be added, edited, and deleted - Added import/export of connection information (single connections only) - Upgraded EPPAPI to 0.1.3 - Added load(Element element) and save(Element element) methods to ConnectionDescriptor to support loading and saving ConnectionDescriptors to a specific XML element - Included tucows.xml which is a connection descriptor for the Tucows testbed Version 0.1.2 (September 4, 2001) - Upgraded EPPAPI to 0.1.2 Version 0.1.1 (August 31, 2001) - Documented all methods available to scripting languages - Scripts now saved using PrintWriter so returns and line feeds are handled correctly - Included example scripts (written in Python) - Removed hard-coded Python reference in script executor. The current filename is used to determine the scripting language. If no file is specified then Python will be used - Script editor is no longer cleared when the script is executed - Methods which accept Lists now also accept String[] arrays whenever possible (changed in EPPAPI) - SSL path can now be specified on command line with -s switch - User-defined connections are now saved - Fixed ArrayIndexOutOfBoundsException when adding a connection Version 0.1 (August 30, 2001) - Initial release