aboutsummaryrefslogtreecommitdiff
path: root/weechat/otr.conf
blob: 0206cb8477d06dc472f575339a0badf11afa275c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# weechat -- otr.conf
#

[general]
debug = off
defaultkey = ""
hints = on
no_send_tag_regex = "^(alis|chanfix|global|.+serv|\*.+)$"

[color]
buffer.error = lightred
buffer.hint = lightblue
buffer.info = default
buffer.success = lightgreen
buffer.warning = yellow
status.authenticated = green
status.default = default
status.encrypted = green
status.logged = lightred
status.notlogged = green
status.unauthenticated = lightred
status.unencrypted = lightred

[look]
bar.prefix = "OTR:"
bar.state.authenticated = "AUTH"
bar.state.encrypted = "SEC"
bar.state.logged = "LOG"
bar.state.notlogged = "!LOG"
bar.state.separator = ","
bar.state.unauthenticated = "!AUTH"
bar.state.unencrypted = "!SEC"
prefix = "${color:default}:! ${color:brown}otr${color:default} !:"

[policy]
default.allow_v2 = on
default.html_escape = off
default.html_filter = on
default.log = off
default.require_encryption = off
default.send_tag = off