From 34846014399f8756962051df02d251b91b65bb0c Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sat, 18 Apr 2015 21:12:03 +0200 Subject: Update documentation changelog and examples. Final touches --- beinc_config_sample.json.readme | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'beinc_config_sample.json.readme') diff --git a/beinc_config_sample.json.readme b/beinc_config_sample.json.readme index 9c5aecc..edf5845 100644 --- a/beinc_config_sample.json.readme +++ b/beinc_config_sample.json.readme @@ -30,7 +30,7 @@ documentation to better illustrate the comments. # Encryption method for the BEINC server # Possible values: - # "auto" - Let Twisted decide (use the newest possible method) + # "" or "auto" - Let Twisted decide (use the newest possible method) # "SSLv3" - SSLv3 (weak) # "TLSv1" - TLSv1.0 # "TLSv1_1" - TLSv1.1 @@ -98,16 +98,17 @@ documentation to better illustrate the comments. "targets": [ { # Unique name for the defined target - # Default: 4 characters random string - # Defining your own name will make life easier for you + # Default: "" (making the target useless) + # The name should match the name of the server instance you + # want to connect to "name": "weechat_main", # Target URL. - # Default: None (making the target useless) + # Default: "" (making the target useless) "target_url": "https://10.0.0.2:9998", # Password corresponding to the target BEINC instance - # Default: None + # Default: "" "target_password": "beincpasswd", # The filename of the SSL certificate authority (CA) used to @@ -118,11 +119,11 @@ documentation to better illustrate the comments. "target_cert_file": "", # A list of preferred ciphers for this target - # Default: "" (use the OpenSSL default ciphers) + # Default: "auto" or "" (use the OpenSSL default ciphers) "ssl_ciphers": "ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384", # Don't check whether the target's hostname matches the server's - # certificate. (Only Python >= 2.7.9) + # certificate. (Only for Python >= 2.7.9) # Default: 0 "disable-hostname-check": 0, @@ -168,9 +169,9 @@ documentation to better illustrate the comments. # Channel list # Default: [] (empty) - "channel_list": ["RedpillLinpro.#python", + "channel_list": ["Freenode.#python", "Exile.#test", - "RedpillLinpro.#adult", + "Freenode.#gentoo", "Exile.#pichove"], # Nick list -- cgit v1.3