aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move store/prnt_message out of subprocess functionsTrygve Aaberge2020-05-301-13/+10
* Support only reprinting the buffer with /rehistoryTrygve Aaberge2020-05-301-11/+29
* Make sender and sender_plain into propertiesTrygve Aaberge2020-05-301-18/+28
* Set history_message in handle_conversationsrepliesTrygve Aaberge2020-05-301-1/+1
* Make sure last_read always is a SlackTSTrygve Aaberge2020-05-301-5/+4
* Move printing message into a methodTrygve Aaberge2020-05-301-62/+59
* Remove team parameter from store_messageTrygve Aaberge2020-05-301-7/+7
* Only fetch members for joined channels, when getting historyTrygve Aaberge2020-05-251-12/+7
* Show a colon between attachment fields title and valueTrygve Aaberge2020-05-251-7/+5
* Show typing indicators for dmsTrygve Aaberge2020-05-231-3/+8
* Remove kwargs from formatted_nameTrygve Aaberge2020-05-231-5/+5
* Combine channel rename methodsTrygve Aaberge2020-05-231-15/+6
* Use user instead of slack_name for users.infoTrygve Aaberge2020-05-221-1/+1
* Use name instead of slack_name for displayTrygve Aaberge2020-05-221-2/+2
* Only set typing indicator in short_nameTrygve Aaberge2020-05-221-1/+1