aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-112-15/+19
* 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-072-41/+28
* Rename buffers from team.slack.com to slack.teamTrygve Aaberge2020-06-071-1/+1
* Refactor setting team nameTrygve Aaberge2020-06-071-18/+19
* Remove fixed issue from known issuesTrygve Aaberge2020-06-061-4/+0
* Merge pull request #774 from trygveaa/history-after-reconnectTrygve Aaberge2020-06-066-388/+663
|\
| * 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-042-3/+14
| * 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-042-2/+4
| * 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-302-52/+50
| * 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-303-12/+19
| * 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