diff options
author | mathieui <mathieui@mathieui.net> | 2014-02-13 00:48:19 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-02-13 00:48:19 +0100 |
commit | 7e3efccb537ae11e9550ddf14ea6ca4ba472804a (patch) | |
tree | 1d8dcd3a3ff9e4ff77fe31b305dba5a54fc4fedf /doc/source/configuration.rst | |
parent | f43f06214ef5bb16de616feb754fcdb56a208192 (diff) | |
download | poezio-7e3efccb537ae11e9550ddf14ea6ca4ba472804a.tar.gz poezio-7e3efccb537ae11e9550ddf14ea6ca4ba472804a.tar.bz2 poezio-7e3efccb537ae11e9550ddf14ea6ca4ba472804a.tar.xz poezio-7e3efccb537ae11e9550ddf14ea6ca4ba472804a.zip |
Fix #2407 (unencrypted connections)
Add a force_encryption option set to true by default.
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r-- | doc/source/configuration.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 7ca8cc59..7a48a286 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -167,6 +167,14 @@ section of this documentation. If set to true, notifications about the music your contacts listen to will be displayed in the info buffer as 'Tune' messages. + force_encryption + + **Default value:** ``true`` + + If set to true, all connections will use TLS by default. Only turn this to + false if you cannot connect to your server, and do not care about your password + or the pricacy of your communications. + display_mood_notifications **Default value:** ``false`` |