From 11b43d15341325b122368016aeb9d2ec8a64eba5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 6 Nov 2015 23:32:52 -0500 Subject: weechat config updates --- weechat/alias.conf | 2 +- weechat/aspell.conf | 2 +- weechat/buffers.conf | 2 +- weechat/charset.conf | 2 +- weechat/exec.conf | 2 +- weechat/irc.conf | 10 +++++++++- weechat/logger.conf | 2 +- weechat/plugins.conf | 2 +- weechat/relay.conf | 2 +- weechat/script.conf | 4 ++-- weechat/sec.conf | 2 +- weechat/trigger.conf | 2 +- weechat/weechat.conf | 9 ++++++++- weechat/xfer.conf | 2 +- 14 files changed, 30 insertions(+), 15 deletions(-) (limited to 'weechat') diff --git a/weechat/alias.conf b/weechat/alias.conf index 72ba31c..992f1d7 100644 --- a/weechat/alias.conf +++ b/weechat/alias.conf @@ -1,5 +1,5 @@ # -# alias.conf -- weechat v1.1.1 +# weechat -- alias.conf # [cmd] diff --git a/weechat/aspell.conf b/weechat/aspell.conf index a73bf5e..d936385 100644 --- a/weechat/aspell.conf +++ b/weechat/aspell.conf @@ -1,5 +1,5 @@ # -# aspell.conf -- weechat v0.4.3 +# weechat -- aspell.conf # [color] diff --git a/weechat/buffers.conf b/weechat/buffers.conf index f7e25c4..16ce9c3 100644 --- a/weechat/buffers.conf +++ b/weechat/buffers.conf @@ -1,5 +1,5 @@ # -# buffers.conf -- weechat v1.1.1 +# weechat -- buffers.conf # [color] diff --git a/weechat/charset.conf b/weechat/charset.conf index c319dd3..99a90d5 100644 --- a/weechat/charset.conf +++ b/weechat/charset.conf @@ -1,5 +1,5 @@ # -# charset.conf -- weechat v1.1.1 +# weechat -- charset.conf # [default] diff --git a/weechat/exec.conf b/weechat/exec.conf index f7f6212..39f1929 100644 --- a/weechat/exec.conf +++ b/weechat/exec.conf @@ -1,5 +1,5 @@ # -# exec.conf -- weechat v1.1.1 +# weechat -- exec.conf # [command] diff --git a/weechat/irc.conf b/weechat/irc.conf index 7857d56..a4f2c10 100644 --- a/weechat/irc.conf +++ b/weechat/irc.conf @@ -1,5 +1,5 @@ # -# irc.conf -- weechat v1.1.1 +# weechat -- irc.conf # [look] @@ -76,6 +76,7 @@ mirc_remap = "1,-1:darkgray" nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue" notice = darkgray reason_quit = darkgray +topic_current = default topic_new = white topic_old = darkgray @@ -84,6 +85,7 @@ alternate_nick = on autoreconnect_delay_growing = 2 autoreconnect_delay_max = 1800 ban_mask_default = "*!$user@$host" +channel_encode = off colors_receive = on colors_send = on lag_check = 5 @@ -129,6 +131,7 @@ password = "" proxy = "" realname = "" sasl_fail = continue +sasl_key = "" sasl_mechanism = plain sasl_password = "" sasl_timeout = 15 @@ -156,6 +159,7 @@ mozilla.capabilities mozilla.sasl_mechanism mozilla.sasl_username mozilla.sasl_password +mozilla.sasl_key mozilla.sasl_timeout mozilla.sasl_fail mozilla.autoconnect @@ -193,6 +197,7 @@ freenode.capabilities freenode.sasl_mechanism freenode.sasl_username freenode.sasl_password +freenode.sasl_key freenode.sasl_timeout freenode.sasl_fail freenode.autoconnect = on @@ -230,6 +235,7 @@ bitlbee.capabilities bitlbee.sasl_mechanism bitlbee.sasl_username bitlbee.sasl_password +bitlbee.sasl_key bitlbee.sasl_timeout bitlbee.sasl_fail bitlbee.autoconnect = on @@ -267,6 +273,7 @@ twice.capabilities twice.sasl_mechanism twice.sasl_username twice.sasl_password +twice.sasl_key twice.sasl_timeout twice.sasl_fail twice.autoconnect @@ -304,6 +311,7 @@ hackerscool.capabilities hackerscool.sasl_mechanism hackerscool.sasl_username hackerscool.sasl_password +hackerscool.sasl_key hackerscool.sasl_timeout hackerscool.sasl_fail hackerscool.autoconnect diff --git a/weechat/logger.conf b/weechat/logger.conf index bd38f40..035a644 100644 --- a/weechat/logger.conf +++ b/weechat/logger.conf @@ -1,5 +1,5 @@ # -# logger.conf -- weechat v1.1.1 +# weechat -- logger.conf # [look] diff --git a/weechat/plugins.conf b/weechat/plugins.conf index 8a4621c..8c5fdea 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -1,5 +1,5 @@ # -# plugins.conf -- weechat v1.1.1 +# weechat -- plugins.conf # [var] diff --git a/weechat/relay.conf b/weechat/relay.conf index f5de350..e6de21c 100644 --- a/weechat/relay.conf +++ b/weechat/relay.conf @@ -1,5 +1,5 @@ # -# relay.conf -- weechat v1.1.1 +# weechat -- relay.conf # [look] diff --git a/weechat/script.conf b/weechat/script.conf index 8351912..03e68e8 100644 --- a/weechat/script.conf +++ b/weechat/script.conf @@ -1,5 +1,5 @@ # -# script.conf -- weechat v1.1.1 +# weechat -- script.conf # [look] @@ -43,7 +43,7 @@ text_version_selected = lightmagenta [scripts] autoload = on cache_expire = 60 -dir = "%h/script" hold = "" +path = "%h/script" url = "http://www.weechat.org/files/plugins.xml.gz" url_force_https = on diff --git a/weechat/sec.conf b/weechat/sec.conf index 53c1e2f..3672aa7 100644 --- a/weechat/sec.conf +++ b/weechat/sec.conf @@ -1,5 +1,5 @@ # -# sec.conf -- weechat v1.1.1 +# weechat -- sec.conf # [crypt] diff --git a/weechat/trigger.conf b/weechat/trigger.conf index 2f638e3..6d0c6d0 100644 --- a/weechat/trigger.conf +++ b/weechat/trigger.conf @@ -1,5 +1,5 @@ # -# trigger.conf -- weechat v1.1.1 +# weechat -- trigger.conf # [look] diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 58b1eba..2ff3534 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -1,5 +1,5 @@ # -# weechat.conf -- weechat v1.1.1 +# weechat -- weechat.conf # [debug] @@ -40,6 +40,7 @@ color_real_white = on command_chars = "" command_incomplete = off confirm_quit = on +confirm_upgrade = off day_change = on day_change_message_1date = "-- %a, %d %b %Y --" day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --" @@ -74,6 +75,7 @@ jump_current_to_previous_buffer = off jump_previous_buffer_when_closing = on jump_smart_back_to_buffer = on key_bind_safe = on +key_grab_delay = 800 mouse = off mouse_timer_delay = 100 nick_prefix = "<" @@ -97,6 +99,9 @@ prefix_network = "--" prefix_quit = "<--" prefix_same_nick = "" prefix_suffix = "" +quote_nick_prefix = "<" +quote_nick_suffix = ">" +quote_time_format = "%H:%M:%S" read_marker = line read_marker_always_show = off read_marker_string = "-" @@ -114,6 +119,8 @@ window_auto_zoom = off window_separator_horizontal = on window_separator_vertical = on window_title = "WeeChat ${info:version}" +word_chars_highlight = "!\u00A0,-,_,|,alnum" +word_chars_input = "!\u00A0,-,_,|,alnum" [palette] diff --git a/weechat/xfer.conf b/weechat/xfer.conf index 43d1444..39ac5bd 100644 --- a/weechat/xfer.conf +++ b/weechat/xfer.conf @@ -1,5 +1,5 @@ # -# xfer.conf -- weechat v1.1.1 +# weechat -- xfer.conf # [look] -- cgit v1.2.3-54-g00ecf