comparison src/core/constants.py @ 1088:b29452cab50b

core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified: - fix bug 3 - modify "Connection" params: - rename "Server" to "Force server" and "Port" to "Force port" - set the default value to empty string for both
author souliane <souliane@mailoo.org>
date Mon, 23 Jun 2014 00:44:10 +0200
parents 066308706dc6
children 8e0072754413
comparison
equal deleted inserted replaced
1087:b3b7a2863060 1088:b29452cab50b
38 38
39 ## Parameters ## 39 ## Parameters ##
40 NO_SECURITY_LIMIT = -1 40 NO_SECURITY_LIMIT = -1
41 INDIVIDUAL = "individual" 41 INDIVIDUAL = "individual"
42 GENERAL = "general" 42 GENERAL = "general"
43 # Parameters related to connection
44 FORCE_SERVER_PARAM = "Force server"
45 FORCE_PORT_PARAM = "Force port"
43 # Parameters related to encryption 46 # Parameters related to encryption
44 PROFILE_PASS_PATH = ('General', 'Password') 47 PROFILE_PASS_PATH = ('General', 'Password')
45 MEMORY_CRYPTO_NAMESPACE = 'crypto' # for the private persistent binary dict 48 MEMORY_CRYPTO_NAMESPACE = 'crypto' # for the private persistent binary dict
46 MEMORY_CRYPTO_KEY = 'personal_key' 49 MEMORY_CRYPTO_KEY = 'personal_key'
47 # Parameters for static blog pages 50 # Parameters for static blog pages