From f484ce04dc7f37cfe57981d6bcb495fb81644196 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Sep 2014 12:38:28 -0400 Subject: weechat config updates --- weechat/alias.conf | 2 +- weechat/buffers.conf | 2 +- weechat/charset.conf | 2 +- weechat/irc.conf | 6 ++++-- weechat/logger.conf | 2 +- weechat/plugins.conf | 2 +- weechat/relay.conf | 3 ++- weechat/script.conf | 2 +- weechat/sec.conf | 2 +- weechat/trigger.conf | 32 ++++++++++++++++---------------- weechat/weechat.conf | 10 +++++++--- weechat/xfer.conf | 2 +- 12 files changed, 37 insertions(+), 30 deletions(-) (limited to 'weechat') diff --git a/weechat/alias.conf b/weechat/alias.conf index b16b056..e6b1da6 100644 --- a/weechat/alias.conf +++ b/weechat/alias.conf @@ -1,5 +1,5 @@ # -# alias.conf -- weechat v0.4.3 +# alias.conf -- weechat v1.0 # [cmd] diff --git a/weechat/buffers.conf b/weechat/buffers.conf index 463b376..59e77b7 100644 --- a/weechat/buffers.conf +++ b/weechat/buffers.conf @@ -1,5 +1,5 @@ # -# buffers.conf -- weechat v0.4.3 +# buffers.conf -- weechat v1.0 # [color] diff --git a/weechat/charset.conf b/weechat/charset.conf index 54dc741..884f8de 100644 --- a/weechat/charset.conf +++ b/weechat/charset.conf @@ -1,5 +1,5 @@ # -# charset.conf -- weechat v0.4.3 +# charset.conf -- weechat v1.0 # [default] diff --git a/weechat/irc.conf b/weechat/irc.conf index c0a9786..cbbfc11 100644 --- a/weechat/irc.conf +++ b/weechat/irc.conf @@ -1,5 +1,5 @@ # -# irc.conf -- weechat v0.4.3 +# irc.conf -- weechat v1.0 # [look] @@ -26,10 +26,11 @@ highlight_pv = "" highlight_server = "$nick" highlight_tags_restrict = "irc_privmsg,irc_notice" item_away_message = on -item_channel_modes_hide_key = off +item_channel_modes_hide_args = "k" item_display_server = buffer_plugin item_nick_modes = on item_nick_prefix = on +join_auto_add_chantype = off msgbuffer_fallback = current new_channel_position = none new_pv_position = none @@ -65,6 +66,7 @@ item_away = yellow item_channel_modes = darkgray item_lag_counting = default item_lag_finished = yellow +item_nick_modes = default message_join = darkgray message_quit = darkgray mirc_remap = "1,-1:darkgray" diff --git a/weechat/logger.conf b/weechat/logger.conf index cb1f696..8b629af 100644 --- a/weechat/logger.conf +++ b/weechat/logger.conf @@ -1,5 +1,5 @@ # -# logger.conf -- weechat v0.4.3 +# logger.conf -- weechat v1.0 # [look] diff --git a/weechat/plugins.conf b/weechat/plugins.conf index e68df14..92c0f19 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -1,5 +1,5 @@ # -# plugins.conf -- weechat v0.4.3 +# plugins.conf -- weechat v1.0 # [var] diff --git a/weechat/relay.conf b/weechat/relay.conf index e5c404c..d71376a 100644 --- a/weechat/relay.conf +++ b/weechat/relay.conf @@ -1,5 +1,5 @@ # -# relay.conf -- weechat v0.4.3 +# relay.conf -- weechat v1.0 # [look] @@ -20,6 +20,7 @@ text_selected = white [network] allowed_ips = "" bind_address = "" +clients_purge_delay = 0 compression_level = 6 ipv6 = on max_clients = 5 diff --git a/weechat/script.conf b/weechat/script.conf index 23f9320..6e94f7a 100644 --- a/weechat/script.conf +++ b/weechat/script.conf @@ -1,5 +1,5 @@ # -# script.conf -- weechat v0.4.3 +# script.conf -- weechat v1.0 # [look] diff --git a/weechat/sec.conf b/weechat/sec.conf index 527627f..c5e5a53 100644 --- a/weechat/sec.conf +++ b/weechat/sec.conf @@ -1,5 +1,5 @@ # -# sec.conf -- weechat v0.4.3 +# sec.conf -- weechat v1.0 # [crypt] diff --git a/weechat/trigger.conf b/weechat/trigger.conf index e479c78..60f6f82 100644 --- a/weechat/trigger.conf +++ b/weechat/trigger.conf @@ -17,31 +17,31 @@ trigger = green trigger_disabled = red [trigger] -beep.enabled = on -beep.hook = "print" beep.arguments = "" +beep.command = "/print -beep" beep.conditions = "${tg_highlight} || ${tg_msg_pv}" +beep.enabled = on +beep.hook = print beep.regex = "" -beep.command = "/print -beep" -beep.return_code = "ok" -cmd_pass.enabled = on -cmd_pass.hook = "modifier" +beep.return_code = ok cmd_pass.arguments = "5000|input_text_display;5000|history_add;5000|irc_command_auth" +cmd_pass.command = "" cmd_pass.conditions = "" +cmd_pass.enabled = on +cmd_pass.hook = modifier cmd_pass.regex = "==^((/(msg|quote) +nickserv +(id|identify|register|ghost +\S+|release +\S+|regain +\S+) +)|/oper +\S+ +|/quote +pass +|/set +\S*password\S* +|/secure +(passphrase|decrypt|set +\S+) +)(.*)==$1$.*+" -cmd_pass.command = "" -cmd_pass.return_code = "" -msg_auth.enabled = on -msg_auth.hook = "modifier" +cmd_pass.return_code = ok msg_auth.arguments = "5000|irc_message_auth" +msg_auth.command = "" msg_auth.conditions = "" +msg_auth.enabled = on +msg_auth.hook = modifier msg_auth.regex = "==^(.*(id|identify|register|ghost +\S+|release +\S+) +)(.*)==$1$.*+" -msg_auth.command = "" -msg_auth.return_code = "" -server_pass.enabled = on -server_pass.hook = "modifier" +msg_auth.return_code = ok server_pass.arguments = "5000|input_text_display;5000|history_add" +server_pass.command = "" server_pass.conditions = "" +server_pass.enabled = on +server_pass.hook = modifier server_pass.regex = "==^(/(server|connect) .*-(sasl_)?password=)(\S+)(.*)==$1$.*4$5" -server_pass.command = "" -server_pass.return_code = "(null)" +server_pass.return_code = ok diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 03276bf..98676a0 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -1,5 +1,5 @@ # -# weechat.conf -- weechat v0.4.3 +# weechat.conf -- weechat v1.0 # [debug] @@ -17,6 +17,8 @@ bar_more_down = "++" bar_more_left = "<<" bar_more_right = ">>" bar_more_up = "--" +bare_display_exit_on_input = on +bare_display_time_format = "%H:%M" buffer_auto_renumber = on buffer_notify_default = message buffer_position = end @@ -45,7 +47,7 @@ emphasized_attributes = "" highlight = "doy*" highlight_regex = "" highlight_tags = "notify_private" -hotlist_add_buffer_if_away = on +hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0" hotlist_buffer_separator = ", " hotlist_count_max = 2 hotlist_count_min_msg = 2 @@ -54,6 +56,7 @@ hotlist_names_length = 0 hotlist_names_level = 14 hotlist_names_merged_buffers = off hotlist_prefix = "H: " +hotlist_remove = merged hotlist_short_names = on hotlist_sort = group_time_asc hotlist_suffix = "" @@ -172,6 +175,7 @@ status_filter = green status_more = yellow status_name = white status_name_ssl = lightgreen +status_nicklist_count = default status_number = yellow status_time = default @@ -217,7 +221,7 @@ buffers.color_fg = default buffers.conditions = "" buffers.filling_left_right = vertical buffers.filling_top_bottom = horizontal -buffers.hidden = off +buffers.hidden = on buffers.items = "buffers" buffers.position = left buffers.priority = 0 diff --git a/weechat/xfer.conf b/weechat/xfer.conf index 29e6680..e08555a 100644 --- a/weechat/xfer.conf +++ b/weechat/xfer.conf @@ -1,5 +1,5 @@ # -# xfer.conf -- weechat v0.4.3 +# xfer.conf -- weechat v1.0 # [look] -- cgit v1.2.3-54-g00ecf