- Implemented sync over TLS.
- Obsoleted the Socket code, replacing it with TLSClient, TLSServer.
- Added task server details to the 'diagnostics' command output.
- 'rc.debug.tls' controls the GnuTLS log level.
- Removed redundant cmake diagnostics.
This commit is contained in:
Paul Beckingham
2013-05-12 01:05:58 -04:00
parent f15c9a1b7e
commit 1e9fb8eebc
13 changed files with 173 additions and 195 deletions

View File

@@ -405,6 +405,7 @@
#define STRING_CMD_SYNC_USAGE "Sincronizza i dati con il Task Server"
#define STRING_CMD_SYNC_NO_SERVER "Task Server non configurato."
#define STRING_CMD_SYNC_BAD_CRED "Credenziali del Task Server malformate."
#define STRING_CMD_SYNC_BAD_CERT "Task Server certificate missing."
#define STRING_CMD_SYNC_ADD " aggiunto {1} '{2}'"
#define STRING_CMD_SYNC_MOD "modificato {1} '{2}'"
#define STRING_CMD_SYNC_PROGRESS "Sincronizzazione con {1}"