aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
...
* Change thread short name prefix to $Trygve Aaberge2020-06-141-1/+1
* Use buflist.format.indent for thread short name indentTrygve Aaberge2020-06-141-1/+2
* Refactor to if/else for SlackThreadChannel.formatted_nameTrygve Aaberge2020-06-141-6/+8
* Include channel name in thread localvar channelTrygve Aaberge2020-06-141-1/+1
* Set label to short_name when short_name is setTrygve Aaberge2020-06-141-0/+19
* Move common destroy_buffer code to SlackChannelCommonTrygve Aaberge2020-06-121-6/+7
* Fix parameter names for signal hooksTrygve Aaberge2020-06-121-12/+10
* Support /label for channelsTrygve Aaberge2020-06-111-13/+16
* Rename thread full name even when label is setTrygve Aaberge2020-06-111-2/+3
* Simplify message type check in prnt_messageTrygve Aaberge2020-06-101-2/+2
* Fix thread broadcasts not being reprinted in channelTrygve Aaberge2020-06-101-2/+3
* Fix broken tests on Python 2Trygve Aaberge2020-06-071-0/+3
* Fix parameters for SlackPrivateChannel.get_historyTrygve Aaberge2020-06-071-2/+2
* Set history_needs_update when receiving historyTrygve Aaberge2020-06-071-0/+3
* On load, fetch history after connected to websocketTrygve Aaberge2020-06-071-9/+7
* Disable print hooks when printing old/debug messagesTrygve Aaberge2020-06-071-0/+11
* Remove try/except in buffer_prntTrygve Aaberge2020-06-071-10/+7
* Set tags in deterministic order with slack_ts firstTrygve Aaberge2020-06-071-19/+19
* Store message ts in line tags instead of misusing date_printedTrygve Aaberge2020-06-071-41/+26
* Rename buffers from team.slack.com to slack.teamTrygve Aaberge2020-06-071-1/+1
* Refactor setting team nameTrygve Aaberge2020-06-071-18/+19
* Prevent multiple thread notifications when mentionedTrygve Aaberge2020-06-041-1/+1
* Fetch message replies if subscribed latest_reply > last_readTrygve Aaberge2020-06-041-2/+3
* Set last_read when (un)subscribing to a threadTrygve Aaberge2020-06-041-2/+3
* Only mark subscribed threads as readTrygve Aaberge2020-06-041-0/+2
* Make history fetch count configurableTrygve Aaberge2020-06-041-3/+8
* Don't call buffer_clear on destroy_bufferTrygve Aaberge2020-06-041-5/+1
* Mark thread as read when closing bufferTrygve Aaberge2020-06-041-0/+2
* Use max_buffer_lines_number instead of hard codingTrygve Aaberge2020-06-041-2/+2
* Refactor message id handlingTrygve Aaberge2020-06-041-91/+93
* Include thread messages in command countsTrygve Aaberge2020-05-301-14/+16
* Fetch thread when receiving a thread message and parent is not foundTrygve Aaberge2020-05-301-15/+24
* Use ts instead of count to limit visible_messagesTrygve Aaberge2020-05-301-10/+20
* Rerender thread messages when hash changesTrygve Aaberge2020-05-301-0/+2
* Fix broadcast messages not being changed in parent channelTrygve Aaberge2020-05-301-1/+2
* Don't fall back to ts for thread hashTrygve Aaberge2020-05-301-6/+8
* Use parent channels hashed_messages in SlackThreadChannelTrygve Aaberge2020-05-301-1/+4
* Store ts -> hash mapping in hashed_messagesTrygve Aaberge2020-05-301-51/+49
* Notify for newly subscribed threadsTrygve Aaberge2020-05-301-2/+12
* Refactor notify_thread methodTrygve Aaberge2020-05-301-15/+18
* Set last_read to SlackTS(0) when missingTrygve Aaberge2020-05-301-3/+6
* Use last_read for parent message when checking mentions notifyTrygve Aaberge2020-05-301-4/+5
* Support old messages in thread (un)subscribeTrygve Aaberge2020-05-301-6/+12
* Keep submessages from old message when storing newTrygve Aaberge2020-05-301-0/+5
* Keep "getting channel history" until thread messages are fetchedTrygve Aaberge2020-05-301-7/+29
* Fetch thread messages when loading channel history if necessaryTrygve Aaberge2020-05-301-10/+24
* Combine receive and receive_slowTrygve Aaberge2020-05-301-21/+7
* Default background_load_all_history to trueTrygve Aaberge2020-05-301-3/+5
* Keep necessary messages beyond SCROLLBACK_SIZETrygve Aaberge2020-05-301-48/+109
* Move store_message back into subprocess functionsTrygve Aaberge2020-05-301-4/+7