]> git.rmz.io Git - dotfiles.git/commitdiff
weechat: update wee-slack
authorSamir Benmendil <me@rmz.io>
Wed, 15 Apr 2020 09:58:45 +0000 (10:58 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 15 Apr 2020 09:58:45 +0000 (10:58 +0100)
weechat/logger.conf
weechat/plugins.conf
weechat/python/wee-slack

index 5da98c27b64b928a32080780a14fce3e695c771c..28b17393b833761ab7779ee72d6c43da4f60dcdf 100644 (file)
@@ -19,6 +19,7 @@ backlog_line = 245
 
 [file]
 auto_log = on
+color_lines = on
 flush_delay = 120
 fsync = off
 info_lines = off
index c00f5484d5a87c93cbc8325394f959f8ffb2a927..a89ee43a8f80013af9e4ec9f46f2f3b638848157 100644 (file)
@@ -91,9 +91,12 @@ python.slack.background_load_all_history = "false"
 python.slack.cache_messages = "true"
 python.slack.channel_name_typing_indicator = "true"
 python.slack.color_buflist_muted_channels = "darkgray"
+python.slack.color_deleted = "red"
 python.slack.color_edited_suffix = "095"
 python.slack.color_reaction_suffix = "darkgray"
+python.slack.color_reaction_suffix_added_by_you = "blue"
 python.slack.color_thread_suffix = "lightcyan"
+python.slack.color_typing_notice = "yellow"
 python.slack.colorize_messages = "0"
 python.slack.colorize_private_chats = "0"
 python.slack.debug_level = "3"
@@ -106,6 +109,7 @@ python.slack.map_underline_to = "_"
 python.slack.migrated = "true"
 python.slack.muted_channels_activity = "personal_highlights"
 python.slack.never_away = "false"
+python.slack.notify_subscribed_threads = "auto"
 python.slack.notify_usergroup_handle_updated = "false"
 python.slack.record_events = "false"
 python.slack.render_bold_as = "bold"
@@ -196,9 +200,12 @@ python.slack.auto_open_threads = "Automatically open threads when mentioned or i
 python.slack.background_load_all_history = "Load history for each channel in the background as soon as it opens, rather than waiting for the user to look at it."
 python.slack.channel_name_typing_indicator = "Change the prefix of a channel from # to > when someone is typing in it. Note that this will (temporarily) affect the sort order if you sort buffers by name rather than by number."
 python.slack.color_buflist_muted_channels = "Color to use for muted channels in the buflist"
+python.slack.color_deleted = "Color to use for deleted messages and files."
 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_reaction_suffix_added_by_you = "Color to use for reactions that you have added."
 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.color_typing_notice = "Color to use for the typing notice."
 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."
@@ -209,10 +216,11 @@ python.slack.group_name_prefix = "The prefix of buffer names for groups (private
 python.slack.map_underline_to = "When sending underlined text to slack, use this formatting character for it. The default ("_") sends it as italics. Use "*" to send bold instead."
 python.slack.muted_channels_activity = "Control which activity you see from muted channels, either none, personal_highlights, all_highlights or all. none: Don't show any activity. personal_highlights: Only show personal highlights, i.e. not @channel and @here. all_highlights: Show all highlights, but not other messages. all: Show all activity, like other channels."
 python.slack.never_away = "Poke Slack every five minutes so that it never marks you "away"."
-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.notify_subscribed_threads = "Control if you want to see a notification in the team buffer when a thread you're subscribed to receives a new message, either auto, true or false. auto means that you only get a notification if auto_open_threads and thread_messages_in_channel both are false. Defaults to auto."
+python.slack.notify_usergroup_handle_updated = "Control if you want to see a notification in the team buffer 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_emoji_as_string = "Render emojis as :emoji_name: instead of emoji characters. Enable this if your terminal doesn't support emojis, or set to 'both' if you want to see both renderings. 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`."
index 85426cbcb110f155ff60688a6ce72e49d559dc5d..7e06c3457e9be199c6cad359a0b5b4c0f7447fc9 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 85426cbcb110f155ff60688a6ce72e49d559dc5d
+Subproject commit 7e06c3457e9be199c6cad359a0b5b4c0f7447fc9