]> git.rmz.io Git - dotfiles.git/commitdiff
weechat: update wee-slack and config
authorSamir Benmendil <me@rmz.io>
Thu, 6 Aug 2020 17:48:19 +0000 (18:48 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 9 Aug 2020 17:50:11 +0000 (18:50 +0100)
weechat/plugins.conf
weechat/python/wee-slack

index c111ae6c9f5bcdadd0da3d480a03b8c4c791b9ee..a9ecb1a3a62509c009512ffc20dea3fbcc48cc11 100644 (file)
@@ -97,6 +97,7 @@ 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_attachments = "prefix"
 python.slack.colorize_messages = "0"
 python.slack.colorize_private_chats = "0"
 python.slack.debug_level = "3"
@@ -105,6 +106,7 @@ python.slack.distracting_channels = "lunch"
 python.slack.external_user_suffix = "*"
 python.slack.files_download_location = ""
 python.slack.group_name_prefix = "&"
+python.slack.history_fetch_count = "200"
 python.slack.map_underline_to = "_"
 python.slack.migrated = "true"
 python.slack.muted_channels_activity = "personal_highlights"
@@ -197,7 +199,7 @@ python.screen_away.set_away = "Set user as away."
 python.screen_away.socket_file = "Socket file to use (leave blank to auto-detect)"
 python.screen_away.time_format = "time format append to away message"
 python.slack.auto_open_threads = "Automatically open threads when mentioned or inresponse to own messages."
-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.background_load_all_history = "Load the history for all channels in the background when the script is loaded, rather than waiting until the buffer is switched to. You can set this to false if you experience performance issues, however that causes some loss of functionality, see known issues in the readme."
 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."
@@ -206,6 +208,7 @@ python.slack.color_reaction_suffix = "Color to use for the [:wave:(@user)] suffi
 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_attachments = "Whether to colorize attachment lines. Values: "prefix": Only colorize the prefix, "all": Colorize the whole line, "none": Don't colorize."
 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."
@@ -213,6 +216,7 @@ python.slack.distracting_channels = "List of channels to hide."
 python.slack.external_user_suffix = "The suffix appended to nicks to indicate external users."
 python.slack.files_download_location = "If set, file attachments will be automatically downloaded to this location. "%h" will be replaced by WeeChat home, "~/.weechat" by default. Requires WeeChat 2.2 or newer."
 python.slack.group_name_prefix = "The prefix of buffer names for groups (private channels)."
+python.slack.history_fetch_count = "The number of messages to fetch for each channel when fetching history, between 1 and 1000."
 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"."
index e5c5d16cf86bc460fc3d3d47412230f9a612e67b..d427501e988d20b9ff80d55ae18a0ed888d515e4 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e5c5d16cf86bc460fc3d3d47412230f9a612e67b
+Subproject commit d427501e988d20b9ff80d55ae18a0ed888d515e4