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:
committed by
Håvard Pettersson
parent
7d45b8c408
commit
a81e5c5ad0
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user