aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check if channel_buffer exists in reprint_messagesTrygve Aaberge2020-05-301-3/+4
* Include parent_message in SlackThreadChannel.messagesTrygve Aaberge2020-05-301-18/+18
* Fix the parent message in a thread buffer not being changedTrygve Aaberge2020-05-301-2/+3
* Set hashed_messages[message.hash] if not present in hash_messageTrygve Aaberge2020-05-301-31/+34
* Load history for current buffer after connectingTrygve Aaberge2020-05-301-9/+9
* Support slow_queue in SlackThreadChannel.get_historyTrygve Aaberge2020-05-301-2/+5
* In connect, don't catch exceptions from set_connectedTrygve Aaberge2020-05-301-5/+5
* Sort submessages after appending to itTrygve Aaberge2020-05-301-0/+1
* Only append to submessages if ts isn't thereTrygve Aaberge2020-05-301-1/+2
* Only return the thread messages from SlackThreadMessage.messagesTrygve Aaberge2020-05-301-8/+60
* Only store ts in submessagesTrygve Aaberge2020-05-301-3/+4
* Don't store parent_message in SlackThreadChannelTrygve Aaberge2020-05-301-20/+24
* Rerender messages when running /rehistoryTrygve Aaberge2020-05-301-9/+9
* Don't clear the old messages when getting the historyTrygve Aaberge2020-05-301-26/+30
* Reload history in current channel on reconnect if background_load_all_history...Trygve Aaberge2020-05-301-4/+9
* Load new history after reconnect immediately when background_load_all_history...Trygve Aaberge2020-05-301-10/+14
* Only load history after latest message after reconnectTrygve Aaberge2020-05-301-2/+7
* Support getting only new messages in get_historyTrygve Aaberge2020-05-301-10/+18
* Don't clear messages before getting the historyTrygve Aaberge2020-05-301-3/+0
* Remove unused argument from_me in store_messageTrygve Aaberge2020-05-301-3/+1