Commit 985203fcd8b742b5819becff5c76e2c450b61b91
1 parent
787b8677
- re-added message _CXM_DOMAIN_STORE_NAME but with a limited behavior
- added message _CXM_DOMAIN_GET_DOMAIN_INFO
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
calexium_lib/CXM_message_constants.anubis
| ... | ... | @@ -54,22 +54,22 @@ public define Int32 _CXM_LOGGER_LOG = 0x33771802. |
| 54 | 54 | // MF <-> DomainManager |
| 55 | 55 | public define Int32 _CXM_DOMAIN_SERVICE_MSG_BASIS = 0x33771C00. // |
| 56 | 56 | public define Int32 _CXM_DOMAIN_SERVICE_ID = 0x33771C01. |
| 57 | -//public define Int32 _CXM_DOMAIN_STORE_NAME = 0x33771C02. // No more used (security hole) | |
| 57 | +public define Int32 _CXM_DOMAIN_STORE_NAME = 0x33771C02. | |
| 58 | 58 | public define Int32 _CXM_DOMAIN_GET_NAME = 0x33771C03. |
| 59 | 59 | public define Int32 _CXM_DOMAIN_GET_MY_IP = 0x33771C04. |
| 60 | 60 | public define Int32 _CXM_DOMAIN_PUBLISH_MY_IP = 0x33771C05. |
| 61 | 61 | public define Int32 _CXM_DOMAIN_PUBLISH_DYN_TEST = 0x33771C06. |
| 62 | -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 | |
| 63 | - // ' | |
| 62 | +public define Int32 _CXM_DOMAIN_GET_STATUS = 0x33771C07. | |
| 63 | +public define Int32 _CXM_DOMAIN_GET_DOMAIN_INFO = 0x33771C08. | |
| 64 | 64 | |
| 65 | 65 | |
| 66 | 66 | // DomainManager <-> Gandi |
| 67 | 67 | public define Int32 _CXM_GANDI_SERVICE_ID = 0x33771D00. |
| 68 | -public define Int32 _CXM_GANDI_CHECK_AVAILABILITY = 0x33771D01. // 'NAME' (String): Base names (without extension) of the wanted domains | |
| 68 | +public define Int32 _CXM_GANDI_CHECK_AVAILABILITY = 0x33771D01. // 'NAME' (String): Base names (without extension) of the wanted domains | |
| 69 | 69 | // --> CXM_ACK with 'DOMAINS' (String): Array of avaiblable domains |
| 70 | -public define Int32 _CXM_GANDI_CREATE_CONTACT = 0x33771D02. // 'CLASS' (String): | |
| 70 | +public define Int32 _CXM_GANDI_CREATE_CONTACT = 0x33771D02. // 'CLASS' (String): | |
| 71 | 71 | // 'FIRSTNAME', 'LASTNAME', 'ADDRESS', 'ZIPCODE', 'CITY', 'COUNTRY', 'PHONE', 'EMAIL' (String) |
| 72 | 72 | // --> CXM_ACK with 'CONTACT_HANDLE' (String): Created handle for this contact |
| 73 | -public define Int32 _CXM_GANDI_CREATE_DOMAIN = 0x33771D03. // 'DOMAIN' (String): Domain full name | |
| 73 | +public define Int32 _CXM_GANDI_CREATE_DOMAIN = 0x33771D03. // 'DOMAIN' (String): Domain full name | |
| 74 | 74 | // 'OWNER' (String): Owner handle |
| 75 | 75 | // --> CXM_ACK with 'DOMAIN_HANDLE' (String): Created handle for this domain | ... | ... |