Added encrypted profile storage.

New profile string config option .passphrase. Can contain valid weechat
 expressions such as references to secure data storage, e.g.
 "${sec.data.}", or the environment "${env:*}". Uses
 libtoxencryptsave.so for full interoperability with other clients.
This commit is contained in:
Michael Raitza 2015-09-05 22:04:10 +02:00 committed by Håvard Pettersson
parent 7d45b8c408
commit a81e5c5ad0
3 changed files with 63 additions and 5 deletions

View file

@ -36,6 +36,7 @@ enum t_twc_profile_option
TWC_PROFILE_OPTION_PROXY_TYPE,
TWC_PROFILE_OPTION_UDP,
TWC_PROFILE_OPTION_IPV6,
TWC_PROFILE_OPTION_PASSPHRASE,
TWC_PROFILE_NUM_OPTIONS,
};