You can subscribe to this list here.
2002 |
Jan
|
Feb
(1) |
Mar
(74) |
Apr
(4) |
May
(14) |
Jun
|
Jul
(4) |
Aug
(9) |
Sep
|
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
(186) |
Apr
(26) |
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(64) |
Oct
|
Nov
|
Dec
(11) |
2004 |
Jan
(8) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(25) |
2005 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(12) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
(4) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
(6) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Daniel M. <tub...@us...> - 2003-12-24 17:44:46
|
Update of /cvsroot/epp-rtk/epp-rtk/java In directory sc8-pr-cvs1:/tmp/cvs-serv9461 Modified Files: VERSION.TXT Log Message: added notes about release 0.7.5 Index: VERSION.TXT =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/VERSION.TXT,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** VERSION.TXT 10 Sep 2003 21:08:56 -0000 1.28 --- VERSION.TXT 24 Dec 2003 17:44:43 -0000 1.29 *************** *** 5,8 **** --- 5,20 ---- ====================== + epp-rtk-java-0.7.5 - Dec 24, 2003 + + + In epp02, improvement was made to parsing unspec elements + in response from server. Old code only parsed the first + unspec subelement, the rest were ignored. New code + parses them all and put them all together in the same + m_unspec_string. This update is only noteworthy for + registrars who will use IDNs for .info and still use + trademark info for domain names. + + Also made epp02 code more tolerant of missing trid + elements in error responses from server. + epp-rtk-java-0.7.4 - Sept 10, 2003 |
From: Daniel M. <tub...@us...> - 2003-12-24 17:42:07
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp02/rtk In directory sc8-pr-cvs1:/tmp/cvs-serv8862/tucows/oxrs/epp02/rtk Modified Files: RTKBase.java Log Message: updating the release version number Index: RTKBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp02/rtk/RTKBase.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RTKBase.java 10 Sep 2003 21:04:39 -0000 1.4 --- RTKBase.java 24 Dec 2003 17:42:04 -0000 1.5 *************** *** 50,54 **** * RTK Version number. */ ! public static final String RTK_VERSION = "0.7.4-02"; /** --- 50,54 ---- * RTK Version number. */ ! public static final String RTK_VERSION = "0.7.5-02"; /** |
From: Daniel M. <tub...@us...> - 2003-12-24 17:42:07
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0402/rtk In directory sc8-pr-cvs1:/tmp/cvs-serv8862/tucows/oxrs/epp0402/rtk Modified Files: RTKBase.java Log Message: updating the release version number Index: RTKBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0402/rtk/RTKBase.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RTKBase.java 10 Sep 2003 21:04:39 -0000 1.4 --- RTKBase.java 24 Dec 2003 17:42:04 -0000 1.5 *************** *** 51,55 **** * RTK Version number. */ ! public static final String RTK_VERSION = "0.7.4-0402"; /** --- 51,55 ---- * RTK Version number. */ ! public static final String RTK_VERSION = "0.7.5-0402"; /** |
From: Daniel M. <tub...@us...> - 2003-12-24 17:42:07
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0604/rtk In directory sc8-pr-cvs1:/tmp/cvs-serv8862/tucows/oxrs/epp0604/rtk Modified Files: RTKBase.java Log Message: updating the release version number Index: RTKBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0604/rtk/RTKBase.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RTKBase.java 10 Sep 2003 21:04:40 -0000 1.4 --- RTKBase.java 24 Dec 2003 17:42:04 -0000 1.5 *************** *** 51,55 **** * RTK Version number. */ ! public static final String RTK_VERSION = "0.7.4-0604"; /** --- 51,55 ---- * RTK Version number. */ ! public static final String RTK_VERSION = "0.7.5-0604"; /** |
From: Daniel M. <tub...@us...> - 2003-12-24 17:42:07
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0503/rtk In directory sc8-pr-cvs1:/tmp/cvs-serv8862/tucows/oxrs/epp0503/rtk Modified Files: RTKBase.java Log Message: updating the release version number Index: RTKBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0503/rtk/RTKBase.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RTKBase.java 10 Sep 2003 21:04:40 -0000 1.4 --- RTKBase.java 24 Dec 2003 17:42:04 -0000 1.5 *************** *** 51,55 **** * RTK Version number. */ ! public static final String RTK_VERSION = "0.7.4-0503"; /** --- 51,55 ---- * RTK Version number. */ ! public static final String RTK_VERSION = "0.7.5-0503"; /** |
From: Daniel M. <tub...@us...> - 2003-12-24 17:42:07
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0705/rtk In directory sc8-pr-cvs1:/tmp/cvs-serv8862/tucows/oxrs/epp0705/rtk Modified Files: RTKBase.java Log Message: updating the release version number Index: RTKBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0705/rtk/RTKBase.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** RTKBase.java 10 Sep 2003 21:04:40 -0000 1.8 --- RTKBase.java 24 Dec 2003 17:42:04 -0000 1.9 *************** *** 52,56 **** * RTK Version number. */ ! public static final String RTK_VERSION = "0.7.4-0705"; /** --- 52,56 ---- * RTK Version number. */ ! public static final String RTK_VERSION = "0.7.5"; /** *************** *** 277,280 **** --- 277,303 ---- } + /** + * This method gets a specific RTK property. + * It calls getRTKProperties() but shields the caller from the + * exception which can be generated by catching it and returning + * the default value. + * @returns The value of the requested property (or the default of a problem occured) + */ + public static String getEasyProperty(String propName, String defaultValue) + { + String propValue; + try + { + propValue = RTKBase.getRTKProperties().getProperty(propName, defaultValue); + } + catch (Exception xcp) + { + propValue = defaultValue; + } + + return propValue; + } + + private synchronized static Logger getLogger() { |
From: Daniel M. <tub...@us...> - 2003-12-24 17:40:16
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk In directory sc8-pr-cvs1:/tmp/cvs-serv8603/src/com/tucows/oxrs/epp/rtk Modified Files: Tag: epp-pre02 RTKBase.java Log Message: updating version number to 0.3.12 Index: RTKBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/Attic/RTKBase.java,v retrieving revision 1.5.2.5 retrieving revision 1.5.2.6 diff -C2 -d -r1.5.2.5 -r1.5.2.6 *** RTKBase.java 16 Nov 2001 21:17:16 -0000 1.5.2.5 --- RTKBase.java 24 Dec 2003 17:40:13 -0000 1.5.2.6 *************** *** 49,53 **** * RTK Version number. */ ! public static final String RTK_VERSION = "0.3.10"; /** --- 49,53 ---- * RTK Version number. */ ! public static final String RTK_VERSION = "0.3.12"; /** |
From: Daniel M. <tub...@us...> - 2003-12-24 17:40:16
|
Update of /cvsroot/epp-rtk/epp-rtk/java In directory sc8-pr-cvs1:/tmp/cvs-serv8603 Modified Files: Tag: epp-pre02 VERSION.TXT Log Message: updating version number to 0.3.12 Index: VERSION.TXT =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/VERSION.TXT,v retrieving revision 1.11.2.9 retrieving revision 1.11.2.10 diff -C2 -d -r1.11.2.9 -r1.11.2.10 *** VERSION.TXT 10 Sep 2003 20:27:22 -0000 1.11.2.9 --- VERSION.TXT 24 Dec 2003 17:40:13 -0000 1.11.2.10 *************** *** 8,11 **** --- 8,21 ---- ====================== + epp-rtk-java-0.3.12 - Dec 24, 2003 + + + Improvement to parsing unspec elements in response from + server. Old code only parsed the first unspec subelement, + the rest were ignored. New code parses them all + and put them all together in the same m_unspec_string. + This update is only noteworthy for registrars who + will use IDNs for .info and still use trademark + info for domain names. + epp-rtk-java-0.3.11 - Sept 10, 2003 |
From: Daniel M. <tub...@us...> - 2003-12-23 18:25:37
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml In directory sc8-pr-cvs1:/tmp/cvs-serv27943/src/com/tucows/oxrs/epp/rtk/xml Modified Files: Tag: epp-pre02 EPPXMLBase.java Log Message: back-port the "improvement" to unspec parsing to allow for the possibility of multiple unspec children Index: EPPXMLBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/Attic/EPPXMLBase.java,v retrieving revision 1.10.2.5 retrieving revision 1.10.2.6 diff -C2 -d -r1.10.2.5 -r1.10.2.6 *** EPPXMLBase.java 8 Sep 2003 21:19:03 -0000 1.10.2.5 --- EPPXMLBase.java 23 Dec 2003 18:25:34 -0000 1.10.2.6 *************** *** 229,236 **** // The raw String value should be returned Document udoc = new DocumentImpl(); ! udoc.appendChild( udoc.importNode( unspec_node.getFirstChild(), true ) ); try { ! generic_response.m_unspec_string = createXMLFromDoc( udoc ); } catch( IOException ioe ) --- 229,242 ---- // The raw String value should be returned Document udoc = new DocumentImpl(); ! udoc.appendChild( udoc.importNode( unspec_node, true ) ); try { ! String unspecXML = createXMLFromDoc(udoc); ! int indexOfUnspec1 = unspecXML.indexOf("<unspec>"); ! int indexOfUnspec2 = unspecXML.indexOf("</unspec>"); ! if ( indexOfUnspec1 != -1 && indexOfUnspec2 != -1 ) { ! unspecXML = unspecXML.substring(indexOfUnspec1 + 8, indexOfUnspec2); ! generic_response.m_unspec_string = unspecXML; ! } } catch( IOException ioe ) |
From: Daniel M. <tub...@us...> - 2003-12-23 18:23:35
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp02/rtk/xml In directory sc8-pr-cvs1:/tmp/cvs-serv27655/src/com/tucows/oxrs/epp02/rtk/xml Modified Files: EPPXMLBase.java Log Message: port forward a "fix" to not throw an exception if the server doesn't include the trid complex -- .info sometimes does this on an error response Index: EPPXMLBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp02/rtk/xml/EPPXMLBase.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** EPPXMLBase.java 23 Dec 2003 18:02:10 -0000 1.3 --- EPPXMLBase.java 23 Dec 2003 18:23:32 -0000 1.4 *************** *** 239,243 **** generic_response.m_unspec_string = unspecXML; } - } catch( IOException ioe ) --- 239,242 ---- *************** *** 247,272 **** } - epp_TransID trans_id = new epp_TransID(); NodeList trans_id_nodes = ((Element)response_node).getElementsByTagName("trID"); ! if ( trans_id_nodes.getLength() == 0 ) ! { ! throw new epp_XMLException("missing result trans id"); ! } ! ! Node trans_id_node = trans_id_nodes.item(0); ! ! NodeList inner_nodes = trans_id_node.getChildNodes(); ! ! for (int count = 0; count < inner_nodes.getLength(); count++) { ! Node a_node = inner_nodes.item(count); ! ! if ( a_node.getNodeName().equals("clTRID") ) { trans_id.m_client_trid = a_node.getFirstChild().getNodeValue(); } ! if ( a_node.getNodeName().equals("svTRID") ) { trans_id.m_server_trid = a_node.getFirstChild().getNodeValue(); } } - - generic_response.m_trans_id = trans_id; debug(DEBUG_LEVEL_THREE,method_name,"Leaving"); --- 246,272 ---- } NodeList trans_id_nodes = ((Element)response_node).getElementsByTagName("trID"); ! if ( trans_id_nodes.getLength() > 0 ) { ! ! epp_TransID trans_id = new epp_TransID(); ! ! Node trans_id_node = trans_id_nodes.item(0); ! ! NodeList inner_nodes = trans_id_node.getChildNodes(); ! ! for (int count = 0; count < inner_nodes.getLength(); count++) ! { ! Node a_node = inner_nodes.item(count); ! ! if ( a_node.getNodeName().equals("clTRID") ) { trans_id.m_client_trid = a_node.getFirstChild().getNodeValue(); } ! if ( a_node.getNodeName().equals("svTRID") ) { trans_id.m_server_trid = a_node.getFirstChild().getNodeValue(); } ! } ! ! generic_response.m_trans_id = trans_id; ! } debug(DEBUG_LEVEL_THREE,method_name,"Leaving"); |
From: Daniel M. <tub...@us...> - 2003-12-23 18:02:13
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp02/rtk/xml In directory sc8-pr-cvs1:/tmp/cvs-serv23352/src/com/tucows/oxrs/epp02/rtk/xml Modified Files: EPPXMLBase.java Log Message: I really hate to do this but this fix is needed because .info can send multiple unspec's in a response, such as a domain:info response where you're querying an IDN and the domain also has a trademark data set before the code would only save the first unspec child. now it saves them all. this shouldn't be much of an issue, as I will update the liberty- rtk-addon to compensate for this possibility. but it might break other registries out there who use this spec (which is totally unlikely right?) Index: EPPXMLBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp02/rtk/xml/EPPXMLBase.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EPPXMLBase.java 4 Sep 2003 21:36:08 -0000 1.2 --- EPPXMLBase.java 23 Dec 2003 18:02:10 -0000 1.3 *************** *** 229,236 **** // The raw String value should be returned Document udoc = new DocumentImpl(); ! udoc.appendChild( udoc.importNode( unspec_node.getFirstChild(), true ) ); try { ! generic_response.m_unspec_string = createXMLFromDoc( udoc ); } catch( IOException ioe ) --- 229,243 ---- // The raw String value should be returned Document udoc = new DocumentImpl(); ! udoc.appendChild( udoc.importNode( unspec_node, true ) ); try { ! String unspecXML = createXMLFromDoc(udoc); ! int indexOfUnspec1 = unspecXML.indexOf("<unspec>"); ! int indexOfUnspec2 = unspecXML.indexOf("</unspec>"); ! if ( indexOfUnspec1 != -1 && indexOfUnspec2 != -1 ) { ! unspecXML = unspecXML.substring(indexOfUnspec1 + 8, indexOfUnspec2); ! generic_response.m_unspec_string = unspecXML; ! } ! } catch( IOException ioe ) |
From: Daniel M. <tub...@us...> - 2003-09-10 21:31:17
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0503/rtk/xml/extension In directory sc8-pr-cvs1:/tmp/cvs-serv7638/tucows/oxrs/epp0503/rtk/xml/extension Modified Files: RTKVersion.java Log Message: fixed the package name of a class in a comment Index: RTKVersion.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0503/rtk/xml/extension/RTKVersion.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RTKVersion.java 21 Mar 2003 16:18:22 -0000 1.1 --- RTKVersion.java 10 Sep 2003 21:31:13 -0000 1.2 *************** *** 72,76 **** * Converts the RTK version number into XML to be put into the extension * section of the request. ! * Implemented method from org.openrrc.rtk.epp.epp_Extension interface. * * @throws org.openrtk.idl.epp0503.epp_XMLException if required data is missing --- 72,76 ---- * Converts the RTK version number into XML to be put into the extension * section of the request. ! * Implemented method from org.openrrc.rtk.epp0503.epp_Extension interface. * * @throws org.openrtk.idl.epp0503.epp_XMLException if required data is missing *************** *** 112,116 **** * Parses an XML String of test number data from the Extension section of * a response from the Registry. ! * Implemented method from org.openrrc.rtk.epp.epp_Extension interface. * <br><b>NOTE:</b> this method is empty because RTK version number will * never be send from server side to the client. --- 112,116 ---- * Parses an XML String of test number data from the Extension section of * a response from the Registry. ! * Implemented method from org.openrrc.rtk.epp0503.epp_Extension interface. * <br><b>NOTE:</b> this method is empty because RTK version number will * never be send from server side to the client. |
From: Daniel M. <tub...@us...> - 2003-09-10 21:31:17
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0604/rtk/xml/extension In directory sc8-pr-cvs1:/tmp/cvs-serv7638/tucows/oxrs/epp0604/rtk/xml/extension Modified Files: RTKVersion.java Log Message: fixed the package name of a class in a comment Index: RTKVersion.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0604/rtk/xml/extension/RTKVersion.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RTKVersion.java 21 Mar 2003 15:53:28 -0000 1.1 --- RTKVersion.java 10 Sep 2003 21:31:13 -0000 1.2 *************** *** 72,76 **** * Converts the RTK version number into XML to be put into the extension * section of the request. ! * Implemented method from org.openrrc.rtk.epp.epp_Extension interface. * * @throws org.openrtk.idl.epp0604.epp_XMLException if required data is missing --- 72,76 ---- * Converts the RTK version number into XML to be put into the extension * section of the request. ! * Implemented method from org.openrrc.rtk.epp0604.epp_Extension interface. * * @throws org.openrtk.idl.epp0604.epp_XMLException if required data is missing *************** *** 112,116 **** * Parses an XML String of test number data from the Extension section of * a response from the Registry. ! * Implemented method from org.openrrc.rtk.epp.epp_Extension interface. * <br><b>NOTE:</b> this method is empty because RTK version number will * never be send from server side to the client. --- 112,116 ---- * Parses an XML String of test number data from the Extension section of * a response from the Registry. ! * Implemented method from org.openrrc.rtk.epp0604.epp_Extension interface. * <br><b>NOTE:</b> this method is empty because RTK version number will * never be send from server side to the client. |
From: Daniel M. <tub...@us...> - 2003-09-10 21:31:17
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0705/rtk/xml/extension In directory sc8-pr-cvs1:/tmp/cvs-serv7638/tucows/oxrs/epp0705/rtk/xml/extension Modified Files: RTKVersion.java Log Message: fixed the package name of a class in a comment Index: RTKVersion.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0705/rtk/xml/extension/RTKVersion.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RTKVersion.java 20 Mar 2003 22:42:01 -0000 1.1 --- RTKVersion.java 10 Sep 2003 21:31:13 -0000 1.2 *************** *** 72,76 **** * Converts the RTK version number into XML to be put into the extension * section of the request. ! * Implemented method from org.openrrc.rtk.epp.epp_Extension interface. * * @throws org.openrtk.idl.epp0705.epp_XMLException if required data is missing --- 72,76 ---- * Converts the RTK version number into XML to be put into the extension * section of the request. ! * Implemented method from org.openrrc.rtk.epp0705.epp_Extension interface. * * @throws org.openrtk.idl.epp0705.epp_XMLException if required data is missing *************** *** 112,116 **** * Parses an XML String of test number data from the Extension section of * a response from the Registry. ! * Implemented method from org.openrrc.rtk.epp.epp_Extension interface. * <br><b>NOTE:</b> this method is empty because RTK version number will * never be send from server side to the client. --- 112,116 ---- * Parses an XML String of test number data from the Extension section of * a response from the Registry. ! * Implemented method from org.openrrc.rtk.epp0705.epp_Extension interface. * <br><b>NOTE:</b> this method is empty because RTK version number will * never be send from server side to the client. |
From: Daniel M. <tub...@us...> - 2003-09-10 21:31:16
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0402/rtk/xml/unspec In directory sc8-pr-cvs1:/tmp/cvs-serv7638/tucows/oxrs/epp0402/rtk/xml/unspec Modified Files: RTKVersion.java Log Message: fixed the package name of a class in a comment Index: RTKVersion.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp0402/rtk/xml/unspec/RTKVersion.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RTKVersion.java 21 Mar 2003 16:35:38 -0000 1.1 --- RTKVersion.java 10 Sep 2003 21:31:13 -0000 1.2 *************** *** 72,76 **** * Converts the RTK version number into XML to be put into the unspec * section of the request. ! * Implemented method from org.openrrc.rtk.epp.epp_Unspec interface. * * @throws org.openrtk.idl.epp0402.epp_XMLException if required data is missing --- 72,76 ---- * Converts the RTK version number into XML to be put into the unspec * section of the request. ! * Implemented method from org.openrrc.rtk.epp0402.epp_Unspec interface. * * @throws org.openrtk.idl.epp0402.epp_XMLException if required data is missing *************** *** 112,116 **** * Parses an XML String of test number data from the unspec section of * a response from the Registry. ! * Implemented method from org.openrrc.rtk.epp.epp_Unspec interface. * <br><b>NOTE:</b> this method is empty because RTK version number will * never be send from server side to the client. --- 112,116 ---- * Parses an XML String of test number data from the unspec section of * a response from the Registry. ! * Implemented method from org.openrrc.rtk.epp0402.epp_Unspec interface. * <br><b>NOTE:</b> this method is empty because RTK version number will * never be send from server side to the client. |
From: Daniel M. <tub...@us...> - 2003-09-10 21:31:16
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp02/rtk/xml/unspec In directory sc8-pr-cvs1:/tmp/cvs-serv7638/tucows/oxrs/epp02/rtk/xml/unspec Modified Files: RTKVersion.java Log Message: fixed the package name of a class in a comment Index: RTKVersion.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp02/rtk/xml/unspec/RTKVersion.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RTKVersion.java 21 Mar 2003 17:13:43 -0000 1.1 --- RTKVersion.java 10 Sep 2003 21:31:13 -0000 1.2 *************** *** 72,76 **** * Converts the RTK version number into XML to be put into the unspec * section of the request. ! * Implemented method from org.openrrc.rtk.epp.epp_Unspec interface. * * @throws org.openrtk.idl.epp02.epp_XMLException if required data is missing --- 72,76 ---- * Converts the RTK version number into XML to be put into the unspec * section of the request. ! * Implemented method from org.openrrc.rtk.epp02.epp_Unspec interface. * * @throws org.openrtk.idl.epp02.epp_XMLException if required data is missing *************** *** 112,116 **** * Parses an XML String of test number data from the unspec section of * a response from the Registry. ! * Implemented method from org.openrrc.rtk.epp.epp_Unspec interface. * <br><b>NOTE:</b> this method is empty because RTK version number will * never be send from server side to the client. --- 112,116 ---- * Parses an XML String of test number data from the unspec section of * a response from the Registry. ! * Implemented method from org.openrrc.rtk.epp02.epp_Unspec interface. * <br><b>NOTE:</b> this method is empty because RTK version number will * never be send from server side to the client. |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604 In directory sc8-pr-cvs1:/tmp/cvs-serv6650/epp0604 Modified Files: epp_DataCollectionPolicy.java epp_Greeting.java epp_Hello.java epp_Login.java epp_LoginReq.java epp_LoginRsp.java epp_Logout.java epp_LogoutReq.java epp_LogoutRsp.java epp_Poll.java epp_PollReq.java epp_PollRsp.java epp_ServiceMenu.java epp_Session.java epp_SessionOperations.java epp_Status.java epp_StatusOperations.java epp_StatusReq.java epp_StatusRsp.java epp_dcpAccessType.java epp_dcpExpiry.java epp_dcpExpiryType.java epp_dcpPurposeType.java epp_dcpRecipientType.java epp_dcpRetentionType.java epp_dcpStatement.java Log Message: fixed @see package names for epp classes |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/contact In directory sc8-pr-cvs1:/tmp/cvs-serv6650/epp0503/contact Modified Files: epp_ContactCheck.java epp_ContactCheckReq.java epp_ContactCheckRsp.java epp_ContactCreate.java epp_ContactCreateReq.java epp_ContactCreateRsp.java epp_ContactDelete.java epp_ContactDeleteReq.java epp_ContactDeleteRsp.java epp_ContactInfo.java epp_ContactInfoReq.java epp_ContactInfoRsp.java epp_ContactTransfer.java epp_ContactTransferReq.java epp_ContactTransferRsp.java epp_ContactUpdate.java epp_ContactUpdateReq.java epp_ContactUpdateRsp.java Log Message: fixed @see package names for epp classes |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/host In directory sc8-pr-cvs1:/tmp/cvs-serv6650/epp0503/host Modified Files: epp_HostCheck.java epp_HostCheckReq.java epp_HostCheckRsp.java epp_HostCreate.java epp_HostCreateReq.java epp_HostCreateRsp.java epp_HostDelete.java epp_HostDeleteReq.java epp_HostDeleteRsp.java epp_HostInfo.java epp_HostInfoReq.java epp_HostInfoRsp.java epp_HostUpdate.java epp_HostUpdateReq.java epp_HostUpdateRsp.java Log Message: fixed @see package names for epp classes |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/domain In directory sc8-pr-cvs1:/tmp/cvs-serv6650/epp0503/domain Modified Files: epp_DomainCheck.java epp_DomainCheckReq.java epp_DomainCheckRsp.java epp_DomainCreate.java epp_DomainCreateReq.java epp_DomainCreateRsp.java epp_DomainDelete.java epp_DomainDeleteReq.java epp_DomainDeleteRsp.java epp_DomainInfo.java epp_DomainInfoReq.java epp_DomainInfoRsp.java epp_DomainRenew.java epp_DomainRenewReq.java epp_DomainRenewRsp.java epp_DomainTransfer.java epp_DomainTransferReq.java epp_DomainTransferRsp.java epp_DomainUpdate.java epp_DomainUpdateReq.java epp_DomainUpdateRsp.java Log Message: fixed @see package names for epp classes |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503 In directory sc8-pr-cvs1:/tmp/cvs-serv6650/epp0503 Modified Files: epp_DataCollectionPolicy.java epp_Greeting.java epp_Hello.java epp_Login.java epp_LoginReq.java epp_LoginRsp.java epp_Logout.java epp_LogoutReq.java epp_LogoutRsp.java epp_Poll.java epp_PollReq.java epp_PollRsp.java epp_ServiceMenu.java epp_Session.java epp_SessionOperations.java epp_Status.java epp_StatusOperations.java epp_StatusReq.java epp_StatusRsp.java epp_dcpAccessType.java epp_dcpPurposeType.java epp_dcpRecipientType.java epp_dcpRetentionType.java epp_dcpStatement.java Log Message: fixed @see package names for epp classes |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/domain In directory sc8-pr-cvs1:/tmp/cvs-serv6650/epp0402/domain Modified Files: epp_DomainCheck.java epp_DomainCheckReq.java epp_DomainCheckRsp.java epp_DomainCreate.java epp_DomainCreateReq.java epp_DomainCreateRsp.java epp_DomainDelete.java epp_DomainDeleteReq.java epp_DomainDeleteRsp.java epp_DomainInfo.java epp_DomainInfoReq.java epp_DomainInfoRsp.java epp_DomainRenew.java epp_DomainRenewReq.java epp_DomainRenewRsp.java epp_DomainTransfer.java epp_DomainTransferReq.java epp_DomainTransferRsp.java epp_DomainUpdate.java epp_DomainUpdateReq.java epp_DomainUpdateRsp.java Log Message: fixed @see package names for epp classes |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/host In directory sc8-pr-cvs1:/tmp/cvs-serv6650/epp0402/host Modified Files: epp_HostCheck.java epp_HostCheckReq.java epp_HostCheckRsp.java epp_HostCreate.java epp_HostCreateReq.java epp_HostCreateRsp.java epp_HostDelete.java epp_HostDeleteReq.java epp_HostDeleteRsp.java epp_HostInfo.java epp_HostInfoReq.java epp_HostInfoRsp.java epp_HostUpdate.java epp_HostUpdateReq.java epp_HostUpdateRsp.java Log Message: fixed @see package names for epp classes |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/contact In directory sc8-pr-cvs1:/tmp/cvs-serv6650/epp0402/contact Modified Files: epp_ContactCheck.java epp_ContactCheckReq.java epp_ContactCheckRsp.java epp_ContactCreate.java epp_ContactCreateReq.java epp_ContactCreateRsp.java epp_ContactDelete.java epp_ContactDeleteReq.java epp_ContactDeleteRsp.java epp_ContactInfo.java epp_ContactInfoReq.java epp_ContactInfoRsp.java epp_ContactTransfer.java epp_ContactTransferReq.java epp_ContactTransferRsp.java epp_ContactUpdate.java epp_ContactUpdateReq.java epp_ContactUpdateRsp.java Log Message: fixed @see package names for epp classes |
From: Daniel M. <tub...@us...> - 2003-09-10 21:30:29
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402 In directory sc8-pr-cvs1:/tmp/cvs-serv6650/epp0402 Modified Files: epp_Greeting.java epp_Hello.java epp_Login.java epp_LoginReq.java epp_LoginRsp.java epp_Logout.java epp_LogoutReq.java epp_LogoutRsp.java epp_Poll.java epp_PollReq.java epp_PollRsp.java epp_Session.java epp_SessionOperations.java Log Message: fixed @see package names for epp classes |