diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-06 23:06:18 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-06 23:06:18 +0200 |
commit | 339d33181dbf61150817ea59bab673f1fc5b48b2 (patch) | |
tree | 823e50aaf11f2ceb074d65b730f4060cbb82225a /doc/en/autogen/user/weechat_commands.txt | |
parent | 6b4416042b610282690f39fa803b3af98a6bbca5 (diff) | |
download | weechat-339d33181dbf61150817ea59bab673f1fc5b48b2.zip |
core: add note about SSL connections in /help upgrade
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index feac6a80e..40a04d4bf 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -566,6 +566,8 @@ path_to_binary: path to WeeChat binary (default is current binary) This command run again a WeeChat binary, so it should have been compiled or installed with a package manager before running this command. +Note: SSL connections are lost during upgrade, because reload of SSL sessions is currently not possible with GnuTLS. There is automatic reconnection after upgrade). + Upgrade process has 4 steps: 1. save session into files for core and plugins (buffers, history, ..) 2. unload all plugins (configuration files (*.conf) are written on disk) |