From 985203fcd8b742b5819becff5c76e2c450b61b91 Mon Sep 17 00:00:00 2001 From: Cedric RICARD Date: Mon, 25 Feb 2008 12:47:52 +0000 Subject: [PATCH] - re-added message _CXM_DOMAIN_STORE_NAME but with a limited behavior - added message _CXM_DOMAIN_GET_DOMAIN_INFO --- calexium_lib/CXM_message_constants.anubis | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/calexium_lib/CXM_message_constants.anubis b/calexium_lib/CXM_message_constants.anubis index 2bc09f2..febe4bc 100644 --- a/calexium_lib/CXM_message_constants.anubis +++ b/calexium_lib/CXM_message_constants.anubis @@ -54,22 +54,22 @@ public define Int32 _CXM_LOGGER_LOG = 0x33771802. // MF <-> DomainManager public define Int32 _CXM_DOMAIN_SERVICE_MSG_BASIS = 0x33771C00. // public define Int32 _CXM_DOMAIN_SERVICE_ID = 0x33771C01. -//public define Int32 _CXM_DOMAIN_STORE_NAME = 0x33771C02. // No more used (security hole) +public define Int32 _CXM_DOMAIN_STORE_NAME = 0x33771C02. public define Int32 _CXM_DOMAIN_GET_NAME = 0x33771C03. public define Int32 _CXM_DOMAIN_GET_MY_IP = 0x33771C04. public define Int32 _CXM_DOMAIN_PUBLISH_MY_IP = 0x33771C05. public define Int32 _CXM_DOMAIN_PUBLISH_DYN_TEST = 0x33771C06. -public define Int32 _CXM_DOMAIN_GET_STATUS = 0x33771C07. // Return the currently configured domain, and a flag to know if a free one year domain is available - // ' +public define Int32 _CXM_DOMAIN_GET_STATUS = 0x33771C07. +public define Int32 _CXM_DOMAIN_GET_DOMAIN_INFO = 0x33771C08. // DomainManager <-> Gandi public define Int32 _CXM_GANDI_SERVICE_ID = 0x33771D00. -public define Int32 _CXM_GANDI_CHECK_AVAILABILITY = 0x33771D01. // 'NAME' (String): Base names (without extension) of the wanted domains +public define Int32 _CXM_GANDI_CHECK_AVAILABILITY = 0x33771D01. // 'NAME' (String): Base names (without extension) of the wanted domains // --> CXM_ACK with 'DOMAINS' (String): Array of avaiblable domains -public define Int32 _CXM_GANDI_CREATE_CONTACT = 0x33771D02. // 'CLASS' (String): +public define Int32 _CXM_GANDI_CREATE_CONTACT = 0x33771D02. // 'CLASS' (String): // 'FIRSTNAME', 'LASTNAME', 'ADDRESS', 'ZIPCODE', 'CITY', 'COUNTRY', 'PHONE', 'EMAIL' (String) // --> CXM_ACK with 'CONTACT_HANDLE' (String): Created handle for this contact -public define Int32 _CXM_GANDI_CREATE_DOMAIN = 0x33771D03. // 'DOMAIN' (String): Domain full name +public define Int32 _CXM_GANDI_CREATE_DOMAIN = 0x33771D03. // 'DOMAIN' (String): Domain full name // 'OWNER' (String): Owner handle // --> CXM_ACK with 'DOMAIN_HANDLE' (String): Created handle for this domain -- libgit2 0.21.4