feat(weechat): new options
no idea what they do, here's a commit so push me maybe?
This commit is contained in:
parent
3cefaf6f28
commit
466af8ee65
3 changed files with 9 additions and 0 deletions
|
@ -139,6 +139,7 @@ sasl_mechanism = plain
|
||||||
sasl_password = ""
|
sasl_password = ""
|
||||||
sasl_timeout = 15
|
sasl_timeout = 15
|
||||||
sasl_username = ""
|
sasl_username = ""
|
||||||
|
split_msg_max_length = 512
|
||||||
ssl = off
|
ssl = off
|
||||||
ssl_cert = ""
|
ssl_cert = ""
|
||||||
ssl_dhkey_size = 2048
|
ssl_dhkey_size = 2048
|
||||||
|
@ -189,6 +190,7 @@ snoonet.msg_kick
|
||||||
snoonet.msg_part
|
snoonet.msg_part
|
||||||
snoonet.msg_quit
|
snoonet.msg_quit
|
||||||
snoonet.notify
|
snoonet.notify
|
||||||
|
snoonet.split_msg_max_length
|
||||||
freenode.addresses = "${sec.data.zncaddr}"
|
freenode.addresses = "${sec.data.zncaddr}"
|
||||||
freenode.proxy
|
freenode.proxy
|
||||||
freenode.ipv6
|
freenode.ipv6
|
||||||
|
@ -229,6 +231,7 @@ freenode.msg_kick
|
||||||
freenode.msg_part
|
freenode.msg_part
|
||||||
freenode.msg_quit
|
freenode.msg_quit
|
||||||
freenode.notify
|
freenode.notify
|
||||||
|
freenode.split_msg_max_length
|
||||||
synirc.addresses = "${sec.data.zncaddr}"
|
synirc.addresses = "${sec.data.zncaddr}"
|
||||||
synirc.proxy
|
synirc.proxy
|
||||||
synirc.ipv6
|
synirc.ipv6
|
||||||
|
@ -269,6 +272,7 @@ synirc.msg_kick
|
||||||
synirc.msg_part
|
synirc.msg_part
|
||||||
synirc.msg_quit
|
synirc.msg_quit
|
||||||
synirc.notify
|
synirc.notify
|
||||||
|
synirc.split_msg_max_length
|
||||||
rizon.addresses = "${sec.data.zncaddr}"
|
rizon.addresses = "${sec.data.zncaddr}"
|
||||||
rizon.proxy
|
rizon.proxy
|
||||||
rizon.ipv6
|
rizon.ipv6
|
||||||
|
@ -309,6 +313,7 @@ rizon.msg_kick
|
||||||
rizon.msg_part
|
rizon.msg_part
|
||||||
rizon.msg_quit
|
rizon.msg_quit
|
||||||
rizon.notify
|
rizon.notify
|
||||||
|
rizon.split_msg_max_length
|
||||||
mozilla.addresses = "${sec.data.zncaddr}"
|
mozilla.addresses = "${sec.data.zncaddr}"
|
||||||
mozilla.proxy
|
mozilla.proxy
|
||||||
mozilla.ipv6
|
mozilla.ipv6
|
||||||
|
@ -349,3 +354,4 @@ mozilla.msg_kick
|
||||||
mozilla.msg_part
|
mozilla.msg_part
|
||||||
mozilla.msg_quit
|
mozilla.msg_quit
|
||||||
mozilla.notify
|
mozilla.notify
|
||||||
|
mozilla.split_msg_max_length
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
backlog = 20
|
backlog = 20
|
||||||
|
backlog_conditions = ""
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
backlog_end = default
|
backlog_end = default
|
||||||
|
@ -19,6 +20,7 @@ backlog_line = default
|
||||||
[file]
|
[file]
|
||||||
auto_log = off
|
auto_log = off
|
||||||
flush_delay = 120
|
flush_delay = 120
|
||||||
|
fsync = off
|
||||||
info_lines = off
|
info_lines = off
|
||||||
mask = "%Y/%m/$plugin.$name.weechatlog"
|
mask = "%Y/%m/$plugin.$name.weechatlog"
|
||||||
name_lower_case = on
|
name_lower_case = on
|
||||||
|
|
|
@ -218,6 +218,7 @@ partial_completion_command = off
|
||||||
partial_completion_command_arg = off
|
partial_completion_command_arg = off
|
||||||
partial_completion_count = on
|
partial_completion_count = on
|
||||||
partial_completion_other = off
|
partial_completion_other = off
|
||||||
|
partial_completion_templates = "config_options"
|
||||||
|
|
||||||
[history]
|
[history]
|
||||||
display_default = 5
|
display_default = 5
|
||||||
|
|
Loading…
Reference in a new issue