1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

core: add secured data with optional encryption in file sec.conf

This commit is contained in:
Sebastien Helleu
2013-07-27 12:57:08 +02:00
parent 50ab62b75d
commit a490195032
23 changed files with 1632 additions and 93 deletions
+3
View File
@@ -54,6 +54,9 @@ char *rmodifier_config_default_list[][4] =
{ "set_pass", "history_add",
"^(/set +\\S*password\\S* +)(.*)", "1,2*"
},
{ "secure", "history_add,input_text_display",
"^(/secure +(passphrase|set \\S+) +)(.*)", "1,3*"
},
{ NULL, NULL, NULL, NULL },
};