summaryrefslogtreecommitdiffstats
path: root/bridge/slack/handlers.go
Commit message (Expand)AuthorAgeFilesLines
* Do not use webhooks when token is configured (slack) (fixes #1123) (#1134)Wim2020-05-141-1/+1
* Prevent image/message looping (slack). Fixes #1088 (#1096)Wim2020-04-181-6/+10
* Don't transmit typing events from ourselves (slack/discord) (#1056)Qais Patankar2020-03-221-1/+10
* Use blocks not attachments (slack) (#1048)Qais Patankar2020-03-211-2/+8
* Ignore ConnectingEvent (slack) (#1041)Qais Patankar2020-03-181-1/+1
* Use upstream slack-go/slack again (#1018)Wim2020-03-011-1/+1
* Convert slack bold/strike to correct markdown (slack). Fixes #918 (#930)Wim2019-10-271-0/+1
* Suppress unhandled HelloEvent message (slack) (#913)Qais Patankar2019-10-041-2/+2
* Disable user lookups on delete messages (slack) (#812)Wim2019-04-231-11/+11
* Ignore message_replied and hidden messages (slack). Fixes #709 (#779)Wim2019-03-271-6/+12
* Refactor channel and user management (slack) (#766)Duco van Amstel2019-03-151-40/+8
* Add extra debug of SubMessage to empty messages error (slack). #709Wim2019-02-151-0/+3
* Optimize handling of very large slack teams. Fixes #695Wim2019-01-301-3/+0
* Add initial support for getting ChannelMember info of all bridges (#678)Wim2019-01-181-0/+52
* Ignore LatencyReport event (slack)Wim2019-01-021-0/+2
* Try downloading files again if slack is too slow (slack). Closes #655 (#656)Jerry Heiselman2018-12-191-2/+8
* Add wait option for populateUsers/Channels (slack) Fixes #579 (#653)Wim2018-12-151-5/+5
* Populate user on channel join (slack) (#644)David Hill2018-12-151-0/+3
* Sync channel topics between Slack bridges (#585)Patrick Connolly2018-11-261-1/+6
* Handle deleted/edited thread starting messages (slack). Fixes #600 (#605)Wim2018-11-251-0/+7
* Add protocol to msg.ID in cache (#596)Wim2018-11-191-1/+1
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-7/+7
* Fix regression in skip logic (slack). (#592)Patrick Connolly2018-11-151-1/+6
* Fix file caching issue (slack). #572 (#575)Patrick Connolly2018-11-141-7/+22
* Restore file comments coming from Slack (#583)Duco van Amstel2018-11-121-20/+9
* Make scopelint happyWim2018-11-081-0/+1
* Act only on UserTypingEvents when enabledWim2018-11-081-0/+3
* Add ability to show when user is typing across Slack bridges (#559)Patrick Connolly2018-11-081-1/+29
* Fix Slack edit usernames (#570)Duco van Amstel2018-11-081-10/+0
* Refactor and clean-up handlers. (slack) (#533)Duco van Amstel2018-11-071-193/+128
* Clean up various stuff (#508)David Hill2018-11-071-6/+5
* Preserve threading between Slack instances (#529)Patrick Connolly2018-11-071-0/+2
* Clean up user and channel information management (slack) (#521)Duco van Amstel2018-10-161-20/+4
* Clean up code and strengthening (slack) (#519)Duco van Amstel2018-10-131-56/+72
* Refactor slack bridge prelude (#517)Duco van Amstel2018-10-121-0/+337