From: Samir Benmendil Date: Thu, 13 Feb 2020 13:32:41 +0000 (+0000) Subject: weechat: update wee-slack X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c2bffc001def9a65b0b1749472771e8fc65f39a9 weechat: update wee-slack --- diff --git a/weechat/plugins.conf b/weechat/plugins.conf index b27e9bd..c00f548 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -109,6 +109,7 @@ python.slack.never_away = "false" python.slack.notify_usergroup_handle_updated = "false" python.slack.record_events = "false" python.slack.render_bold_as = "bold" +python.slack.render_emoji_as_string = "true" python.slack.render_italic_as = "italic" python.slack.send_typing_notice = "false" python.slack.server_aliases = "" @@ -197,7 +198,7 @@ python.slack.channel_name_typing_indicator = "Change the prefix of a channel fro python.slack.color_buflist_muted_channels = "Color to use for muted channels in the buflist" python.slack.color_edited_suffix = "Color to use for (edited) suffix on messages that have been edited." python.slack.color_reaction_suffix = "Color to use for the [:wave:(@user)] suffix on messages that have reactions attached to them." -python.slack.color_thread_suffix = "Color to use for the [thread: XXX] suffix on messages that have threads attached to them." +python.slack.color_thread_suffix = "Color to use for the [thread: XXX] suffix on messages that have threads attached to them. The special value "multiple" can be used to use a different color for each thread." python.slack.colorize_private_chats = "Whether to use nick-colors in DM windows." python.slack.debug_level = "Show only this level of debug info (or higher) when debug_mode is on. Lower levels -> more messages." python.slack.debug_mode = "Open a dedicated buffer for debug messages and start logging to it. How verbose the logging is depends on log_level." @@ -211,6 +212,7 @@ python.slack.never_away = "Poke Slack every five minutes so that it never marks python.slack.notify_usergroup_handle_updated = "Control if you want to see notification when a usergroup's handle has changed, either true or false." python.slack.record_events = "Log all traffic from Slack to disk as JSON." python.slack.render_bold_as = "When receiving bold text from Slack, render it as this in weechat." +python.slack.render_emoji_as_string = "Render emojis as :emoji_name: instead of emoji characters. Enable this if your terminal doesn't support emojis. Note that even though this is disabled by default, you need to place https://github.com/wee-slack/wee-slack/blob/master/weemoji.json in your weechat directory to enable rendering emojis as emoji characters." python.slack.render_italic_as = "When receiving bold text from Slack, render it as this in weechat. If your terminal lacks italic support, consider using "underline" instead." python.slack.send_typing_notice = "Alert Slack users when you are typing a message in the input bar (Requires reload)" python.slack.server_aliases = "A comma separated list of `subdomain:alias` pairs. The alias will be used instead of the actual name of the slack (in buffer names, logging, etc). E.g `work:no_fun_allowed` would make your work slack show up as `no_fun_allowed` rather than `work.slack.com`." diff --git a/weechat/python/wee-slack b/weechat/python/wee-slack index d3da855..85426cb 160000 --- a/weechat/python/wee-slack +++ b/weechat/python/wee-slack @@ -1 +1 @@ -Subproject commit d3da855bb57f9cf795cab8626dd7f9b089232212 +Subproject commit 85426cbcb110f155ff60688a6ce72e49d559dc5d diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 67cabdb..2308926 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -90,6 +90,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 = "" diff --git a/weechat/xfer.conf b/weechat/xfer.conf index d1dea52..551316f 100644 --- a/weechat/xfer.conf +++ b/weechat/xfer.conf @@ -44,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