diff options
Diffstat (limited to 'vchatrc.ex')
-rwxr-xr-x | vchatrc.ex | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -4,7 +4,7 @@ | |||
4 | #nick = noname | 4 | #nick = noname |
5 | 5 | ||
6 | # Auto-set from-tag during login | 6 | # Auto-set from-tag during login |
7 | #from = vc-alpha-0.15 | 7 | #from = vc-alpha-0.19 |
8 | 8 | ||
9 | # Server-host to connect to | 9 | # Server-host to connect to |
10 | #host = pulse.flatline.de | 10 | #host = pulse.flatline.de |
@@ -15,7 +15,10 @@ | |||
15 | # Type of ciphers at the SSL-handshake; | 15 | # Type of ciphers at the SSL-handshake; |
16 | # further information in the | 16 | # further information in the |
17 | # OpenSSL/mod_ssl/Apache-documentation | 17 | # OpenSSL/mod_ssl/Apache-documentation |
18 | #ciphers = HIGH:MEDIUM | 18 | # default used before OpenSSL 1.0.0: |
19 | #ciphers = DHE-RSA-AES256-SHA | ||
20 | # default used after OpenSSL 1.0.0: | ||
21 | #ciphers = ECDHE-RSA-AES256-GCM-SHA384 | ||
19 | 22 | ||
20 | # Location of the config-file | 23 | # Location of the config-file |
21 | #conffile = ~/.vchat/config | 24 | #conffile = ~/.vchat/config |
@@ -36,6 +39,9 @@ | |||
36 | # Use the certificate for connecting [0|1] | 39 | # Use the certificate for connecting [0|1] |
37 | #usecert = 1 | 40 | #usecert = 1 |
38 | 41 | ||
42 | # Verify depth for peer certificate | ||
43 | #verifyssl = 2 | ||
44 | |||
39 | # Show the time of the message at start of line [0|1] | 45 | # Show the time of the message at start of line [0|1] |
40 | #usetime = 1 | 46 | #usetime = 1 |
41 | 47 | ||