summaryrefslogtreecommitdiffstats
path: root/.weechat
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2021-12-19 02:54:26 +0100
committerTharre <tharre3@gmail.com>2021-12-19 03:27:14 +0100
commit80db06c711d69e661d34d0b4b4746cd54fe2337f (patch)
treef2a1458795db711c7c67aaa0b2234ba5991d6102 /.weechat
parent06b51a878841b9bcdbda859aec64b028825a9059 (diff)
downloaddotfiles-80db06c711d69e661d34d0b4b4746cd54fe2337f.tar.gz
dotfiles-80db06c711d69e661d34d0b4b4746cd54fe2337f.tar.xz
dotfiles-80db06c711d69e661d34d0b4b4746cd54fe2337f.zip
weechat: update default config (version 3.3)
Diffstat (limited to '.weechat')
-rw-r--r--.weechat/alias.conf2
-rw-r--r--.weechat/buflist.conf4
-rw-r--r--.weechat/charset.conf2
-rw-r--r--.weechat/exec.conf2
-rw-r--r--.weechat/fifo.conf2
-rw-r--r--.weechat/fset.conf3
-rw-r--r--.weechat/guile.conf2
-rw-r--r--.weechat/irc.conf24
-rw-r--r--.weechat/logger.conf3
-rw-r--r--.weechat/lua.conf2
-rw-r--r--.weechat/perl.conf2
-rw-r--r--.weechat/plugins.conf2
-rw-r--r--.weechat/python.conf2
-rw-r--r--.weechat/relay.conf11
-rw-r--r--.weechat/ruby.conf2
-rw-r--r--.weechat/script.conf3
-rw-r--r--.weechat/sec.conf4
-rw-r--r--.weechat/spell.conf33
-rw-r--r--.weechat/tcl.conf2
-rw-r--r--.weechat/trigger.conf2
-rw-r--r--.weechat/typing.conf19
-rw-r--r--.weechat/weechat.conf24
-rw-r--r--.weechat/xfer.conf6
23 files changed, 133 insertions, 25 deletions
diff --git a/.weechat/alias.conf b/.weechat/alias.conf
index 6252f23..b0c7eca 100644
--- a/.weechat/alias.conf
+++ b/.weechat/alias.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/buflist.conf b/.weechat/buflist.conf
index d285f89..3651cdd 100644
--- a/.weechat/buflist.conf
+++ b/.weechat/buflist.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
@@ -21,6 +21,7 @@ nick_prefix = off
nick_prefix_empty = on
signals_refresh = ""
sort = "number,-active"
+use_items = 1
[format]
buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"
@@ -37,3 +38,4 @@ lag = " ${color:green}[${color:brown}${lag}${color:green}]"
name = "${name}"
nick_prefix = "${color_nick_prefix}${nick_prefix}"
number = "${color:green}${number}${if:${number_displayed}?.: }"
+tls_version = " ${color:default}(${if:${tls_version}==TLS1.3?${color:green}:${if:${tls_version}==TLS1.2?${color:yellow}:${color:red}}}${translate:${tls_version}}${color:default})"
diff --git a/.weechat/charset.conf b/.weechat/charset.conf
index 00d304c..3fed54d 100644
--- a/.weechat/charset.conf
+++ b/.weechat/charset.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/exec.conf b/.weechat/exec.conf
index db02a5b..dbb99e6 100644
--- a/.weechat/exec.conf
+++ b/.weechat/exec.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/fifo.conf b/.weechat/fifo.conf
index 904985d..c3696da 100644
--- a/.weechat/fifo.conf
+++ b/.weechat/fifo.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/fset.conf b/.weechat/fset.conf
index 668266c..3d7a814 100644
--- a/.weechat/fset.conf
+++ b/.weechat/fset.conf
@@ -4,12 +4,13 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
+auto_refresh = "*"
auto_unmark = off
condition_catch_set = "${count} >= 1"
export_help_default = on
diff --git a/.weechat/guile.conf b/.weechat/guile.conf
index 07a4910..5d4c3a4 100644
--- a/.weechat/guile.conf
+++ b/.weechat/guile.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/irc.conf b/.weechat/irc.conf
index 8e8de99..cc7cba7 100644
--- a/.weechat/irc.conf
+++ b/.weechat/irc.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
@@ -19,10 +19,12 @@ color_nicks_in_nicklist = off
color_nicks_in_server_messages = on
color_pv_nick_like_channel = on
ctcp_time_format = "%a, %d %b %Y %T %z"
+display_account_message = on
display_away = local
display_ctcp_blocked = on
display_ctcp_reply = on
display_ctcp_unknown = on
+display_extended_join = on
display_host_join = on
display_host_join_local = on
display_host_quit = on
@@ -30,6 +32,7 @@ display_join_message = "329,332,333,366"
display_old_topic = on
display_pv_away_once = on
display_pv_back = on
+display_pv_warning_address = off
highlight_channel = "$nick"
highlight_pv = "$nick"
highlight_server = "$nick"
@@ -57,6 +60,7 @@ pv_tags = "notify_private"
raw_messages = 256
server_buffer = merge_with_core
smart_filter = on
+smart_filter_account = on
smart_filter_chghost = on
smart_filter_delay = 5
smart_filter_join = on
@@ -66,6 +70,8 @@ smart_filter_nick = on
smart_filter_quit = on
temporary_servers = off
topic_strip_colors = off
+typing_status_nicks = off
+typing_status_self = off
[color]
input_nick = lightcyan
@@ -73,12 +79,18 @@ item_channel_modes = default
item_lag_counting = default
item_lag_finished = yellow
item_nick_modes = default
+item_tls_version_deprecated = yellow
+item_tls_version_insecure = red
+item_tls_version_ok = green
+message_account = cyan
message_chghost = brown
message_join = green
+message_kick = red
message_quit = red
mirc_remap = "1,-1:darkgray"
nick_prefixes = "y:lightred;q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
notice = green
+reason_kick = default
reason_quit = default
topic_current = default
topic_new = white
@@ -88,7 +100,6 @@ topic_old = default
autoreconnect_delay_growing = 1
autoreconnect_delay_max = 30
ban_mask_default = "*!$ident@$host"
-channel_encode = off
colors_receive = on
colors_send = on
lag_check = 60
@@ -121,9 +132,11 @@ autorejoin_delay = 30
away_check = 0
away_check_max_nicks = 25
capabilities = ""
+charset_message = message
command = ""
command_delay = 0
connection_timeout = 60
+default_chantypes = "#&"
ipv6 = on
local_hostname = ""
msg_kick = ""
@@ -146,6 +159,7 @@ ssl = off
ssl_cert = ""
ssl_dhkey_size = 2048
ssl_fingerprint = ""
+ssl_password = ""
ssl_priorities = "NORMAL:-VERS-SSL3.0"
ssl_verify = on
usermode = ""
@@ -157,6 +171,7 @@ freenode.proxy
freenode.ipv6
freenode.ssl = on
freenode.ssl_cert
+freenode.ssl_password
freenode.ssl_priorities
freenode.ssl_dhkey_size
freenode.ssl_fingerprint
@@ -193,11 +208,14 @@ freenode.msg_part
freenode.msg_quit
freenode.notify
freenode.split_msg_max_length
+freenode.charset_message
+freenode.default_chantypes
twitch.addresses = "znc.th73.ovh/7777"
twitch.proxy
twitch.ipv6
twitch.ssl = on
twitch.ssl_cert
+twitch.ssl_password
twitch.ssl_priorities
twitch.ssl_dhkey_size
twitch.ssl_fingerprint
@@ -234,3 +252,5 @@ twitch.msg_part
twitch.msg_quit
twitch.notify
twitch.split_msg_max_length
+twitch.charset_message
+twitch.default_chantypes
diff --git a/.weechat/logger.conf b/.weechat/logger.conf
index 8acc79f..c49d8cc 100644
--- a/.weechat/logger.conf
+++ b/.weechat/logger.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
@@ -19,6 +19,7 @@ backlog_line = default
[file]
auto_log = on
+color_lines = off
flush_delay = 120
fsync = off
info_lines = off
diff --git a/.weechat/lua.conf b/.weechat/lua.conf
index fa4966b..6b41572 100644
--- a/.weechat/lua.conf
+++ b/.weechat/lua.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/perl.conf b/.weechat/perl.conf
index 31924b9..21ccaf8 100644
--- a/.weechat/perl.conf
+++ b/.weechat/perl.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/plugins.conf b/.weechat/plugins.conf
index 9f3aa9f..0685c80 100644
--- a/.weechat/plugins.conf
+++ b/.weechat/plugins.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/python.conf b/.weechat/python.conf
index 187b778..febee01 100644
--- a/.weechat/python.conf
+++ b/.weechat/python.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/relay.conf b/.weechat/relay.conf
index ef5619a..a0337aa 100644
--- a/.weechat/relay.conf
+++ b/.weechat/relay.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
@@ -27,12 +27,16 @@ text_selected = white
[network]
allow_empty_password = off
allowed_ips = ""
+auth_timeout = 60
bind_address = ""
clients_purge_delay = 0
compression_level = 6
ipv6 = on
max_clients = 5
+nonce_size = 16
password = ""
+password_hash_algo = "*"
+password_hash_iterations = 100000
ssl_cert_key = "%h/ssl/relay.pem"
ssl_priorities = "NORMAL:-VERS-SSL3.0"
totp_secret = ""
@@ -47,4 +51,9 @@ backlog_since_last_message = off
backlog_tags = "irc_privmsg"
backlog_time_format = "[%H:%M] "
+[weechat]
+commands = ""
+
[port]
+
+[path]
diff --git a/.weechat/ruby.conf b/.weechat/ruby.conf
index f6de7fb..cf78cf8 100644
--- a/.weechat/ruby.conf
+++ b/.weechat/ruby.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/script.conf b/.weechat/script.conf
index 121f189..6453fc3 100644
--- a/.weechat/script.conf
+++ b/.weechat/script.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
@@ -50,6 +50,7 @@ text_version_selected = lightmagenta
[scripts]
autoload = on
cache_expire = 1440
+download_enabled = off
download_timeout = 30
hold = ""
path = "%h/script"
diff --git a/.weechat/sec.conf b/.weechat/sec.conf
index 3eb61f8..2e4226a 100644
--- a/.weechat/sec.conf
+++ b/.weechat/sec.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
@@ -12,7 +12,7 @@
[crypt]
cipher = aes256
hash_algo = sha256
-passphrase_file = ""
+passphrase_command = ""
salt = off
[data]
diff --git a/.weechat/spell.conf b/.weechat/spell.conf
new file mode 100644
index 0000000..d837b22
--- /dev/null
+++ b/.weechat/spell.conf
@@ -0,0 +1,33 @@
+#
+# weechat -- spell.conf
+#
+# WARNING: It is NOT recommended to edit this file by hand,
+# especially if WeeChat is running.
+#
+# Use commands like /set or /fset to change settings in WeeChat.
+#
+# For more info, see: https://weechat.org/doc/quickstart
+#
+
+[color]
+misspelled = lightred
+suggestion = default
+suggestion_delimiter_dict = cyan
+suggestion_delimiter_word = cyan
+
+[check]
+commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
+default_dict = ""
+during_search = off
+enabled = off
+real_time = off
+suggestions = -1
+word_min_length = 2
+
+[dict]
+
+[look]
+suggestion_delimiter_dict = " / "
+suggestion_delimiter_word = ","
+
+[option]
diff --git a/.weechat/tcl.conf b/.weechat/tcl.conf
index 4c0e389..a777706 100644
--- a/.weechat/tcl.conf
+++ b/.weechat/tcl.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/trigger.conf b/.weechat/trigger.conf
index 2ff585a..28471ac 100644
--- a/.weechat/trigger.conf
+++ b/.weechat/trigger.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
diff --git a/.weechat/typing.conf b/.weechat/typing.conf
new file mode 100644
index 0000000..4236485
--- /dev/null
+++ b/.weechat/typing.conf
@@ -0,0 +1,19 @@
+#
+# weechat -- typing.conf
+#
+# WARNING: It is NOT recommended to edit this file by hand,
+# especially if WeeChat is running.
+#
+# Use commands like /set or /fset to change settings in WeeChat.
+#
+# For more info, see: https://weechat.org/doc/quickstart
+#
+
+[look]
+delay_purge_paused = 30
+delay_purge_typing = 6
+delay_set_paused = 10
+enabled_nicks = off
+enabled_self = off
+input_min_chars = 4
+item_max_length = 0
diff --git a/.weechat/weechat.conf b/.weechat/weechat.conf
index ce5802e..fbacab7 100644
--- a/.weechat/weechat.conf
+++ b/.weechat/weechat.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
@@ -35,6 +35,7 @@ buffer_search_force_default = off
buffer_search_regex = off
buffer_search_where = prefix_message
buffer_time_format = "%H:%M:%S"
+buffer_time_same = ""
color_basic_force_bold = off
color_inactive_buffer = on
color_inactive_message = on
@@ -71,6 +72,7 @@ hotlist_short_names = on
hotlist_sort = group_time_asc
hotlist_suffix = ""
hotlist_unique_numbers = on
+hotlist_update_on_buffer_switch = on
input_cursor_scroll = 20
input_share = none
input_share_overwrite = off
@@ -89,6 +91,7 @@ mouse = on
mouse_timer_delay = 100
nick_color_force = ""
nick_color_hash = djb2
+nick_color_hash_salt = ""
nick_color_stop_chars = "_|["
nick_prefix = ""
nick_suffix = ""
@@ -111,6 +114,7 @@ prefix_join = "-->"
prefix_network = "--"
prefix_quit = "<--"
prefix_same_nick = ""
+prefix_same_nick_middle = ""
prefix_suffix = "|"
quote_nick_prefix = "<"
quote_nick_suffix = ">"
@@ -118,6 +122,7 @@ quote_time_format = "%H:%M:%S"
read_marker = line
read_marker_always_show = off
read_marker_string = "- "
+read_marker_update_on_buffer_switch = on
save_config_on_exit = on
save_config_with_fsync = off
save_layout_on_exit = none
@@ -231,7 +236,8 @@ max_visited_buffers = 50
[network]
connection_timeout = 60
-gnutls_ca_file = "/etc/ssl/certs/ca-certificates.crt"
+gnutls_ca_system = on
+gnutls_ca_user = ""
gnutls_handshake_timeout = 30
proxy_curl = ""
@@ -242,8 +248,16 @@ extension = ".so,.dll"
path = "%h/plugins"
save_config_on_unload = on
+[signal]
+sighup = "${if:${info:weechat_headless}?/reload:/quit -yes}"
+sigquit = "/quit -yes"
+sigterm = "/quit -yes"
+sigusr1 = ""
+sigusr2 = ""
+
[bar]
buflist.color_bg = default
+buflist.color_bg_inactive = default
buflist.color_delim = default
buflist.color_fg = default
buflist.conditions = ""
@@ -258,6 +272,7 @@ buflist.size = 0
buflist.size_max = 0
buflist.type = root
fset.color_bg = default
+fset.color_bg_inactive = default
fset.color_delim = cyan
fset.color_fg = default
fset.conditions = "${buffer.full_name} == fset.fset"
@@ -272,6 +287,7 @@ fset.size = 3
fset.size_max = 3
fset.type = window
input.color_bg = default
+input.color_bg_inactive = default
input.color_delim = cyan
input.color_fg = default
input.conditions = ""
@@ -286,6 +302,7 @@ input.size = 1
input.size_max = 0
input.type = window
nicklist.color_bg = default
+nicklist.color_bg_inactive = default
nicklist.color_delim = cyan
nicklist.color_fg = default
nicklist.conditions = "${nicklist}"
@@ -300,6 +317,7 @@ nicklist.size = 0
nicklist.size_max = 0
nicklist.type = window
status.color_bg = blue
+status.color_bg_inactive = default
status.color_delim = cyan
status.color_fg = default
status.conditions = ""
@@ -314,6 +332,7 @@ status.size = 1
status.size_max = 0
status.type = window
title.color_bg = blue
+title.color_bg_inactive = default
title.color_delim = cyan
title.color_fg = default
title.conditions = ""
@@ -395,6 +414,7 @@ meta-9 = "/buffer *9"
meta-< = "/input jump_previously_visited_buffer"
meta-= = "/filter toggle"
meta-> = "/input jump_next_visited_buffer"
+meta-B = "/buflist toggle"
meta-OA = "/input history_global_previous"
meta-OB = "/input history_global_next"
meta-OC = "/input move_next_word"
diff --git a/.weechat/xfer.conf b/.weechat/xfer.conf
index fd8b814..dc2fb1d 100644
--- a/.weechat/xfer.conf
+++ b/.weechat/xfer.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
@@ -31,7 +31,8 @@ fast_send = on
own_ip = ""
port_range = ""
send_ack = on
-speed_limit = 0
+speed_limit_recv = 0
+speed_limit_send = 0
timeout = 300
[file]
@@ -43,5 +44,6 @@ auto_rename = on
auto_resume = on
convert_spaces = on
download_path = "%h/xfer"
+download_temporary_suffix = ".part"
upload_path = "~"
use_nick_in_filename = on