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:
parent
7d45b8c408
commit
a81e5c5ad0
3 changed files with 63 additions and 5 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue