summaryrefslogtreecommitdiffstats
path: root/bridge/slack
Commit message (Collapse)AuthorAgeFilesLines
* Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347)Qais Patankar2020-12-311-1/+1
|
* Do not use webhooks when token is configured (slack) (fixes #1123) (#1134)Wim2020-05-142-2/+2
|
* Clip too long messages on 3000 length (slack). Fixes #1081 (#1102)Wim2020-04-191-0/+2
|
* Prevent image/message looping (slack). Fixes #1088 (#1096)Wim2020-04-181-6/+10
| | | Also check for our matterbridge ID in Blocks set in SubMessages.
* 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-212-11/+21
| | | | This removes the extra space below messages, as shown in https://user-images.githubusercontent.com/923242/77235190-a3359980-6bab-11ea-8b7b-697d730ae5c1.png
* Fix #1039: messages sent to Slack being synced back (#1046)Qais Patankar2020-03-211-1/+2
| | | | | This is a regression from https://github.com/42wim/matterbridge/pull/581#issuecomment-562937576 Behaves the same as https://github.com/matterbridge/slack/commit/95190f11bfb6405b0394b75a29bd1c1bb91f553e
* Ignore ConnectingEvent (slack) (#1041)Qais Patankar2020-03-181-1/+1
|
* Use upstream slack-go/slack again (#1018)Wim2020-03-015-5/+5
|
* Convert slack bold/strike to correct markdown (slack). Fixes #918 (#930)Wim2019-10-272-0/+31
|
* Suppress unhandled HelloEvent message (slack) (#913)Qais Patankar2019-10-042-3/+4
|
* Fix regression in autojoining with legacy tokens (slack). Fixes #651 (#848)Wim2019-06-142-2/+18
|
* Disable user lookups on delete messages (slack) (#812)Wim2019-04-231-11/+11
|
* Add lacking clean-up in Slack synchronisation (#811)Duco van Amstel2019-04-231-4/+5
|
* Ignore message_replied and hidden messages (slack). Fixes #709 (#779)Wim2019-03-271-6/+12
|
* Fix double unlock (slack) (#771)David Hill2019-03-211-1/+0
|
* Fix race-condition in populateUser() (#767)Duco van Amstel2019-03-201-12/+38
| | | | Fix the root-cause of #759 by introducing synchronisation points for individual user fetches.
* Fix regression for legacy slack by #766 (#768)Wim2019-03-201-2/+6
|
* Refactor channel and user management (slack) (#766)Duco van Amstel2019-03-154-94/+138
|
* Force Slack link unfurling (#763)Duco van Amstel2019-03-121-1/+5
|
* Split-out Slack user and channel management (#762)Duco van Amstel2019-03-123-229/+239
|
* Make all loggers derive from non-default instance (#728)Wim2019-02-231-1/+1
|
* Add extra debug option (slack)Wim2019-02-221-1/+1
|
* Add extra debug of SubMessage to empty messages error (slack). #709Wim2019-02-151-0/+3
|
* Hint at thread replies when messages are unthreaded (slack) (#684)Wim2019-02-102-0/+13
|
* Optimize handling of very large slack teams. Fixes #695Wim2019-01-302-11/+27
| | | | | | | | | | Stop getting users if we reach 2000 users. Slack will rate-limit us even if we follow their limits. This means that we now have to lookup every user that says a message for the first time. This should be less intensive on the API. This also disables partly fb713ed91bfb48c0037e489f80be85c54e69953a for now. ChannelMembers will not be filled.
* Add initial support for getting ChannelMember info of all bridges (#678)Wim2019-01-183-0/+106
| | | | | | | | | | | | | | * Add initial support for getting ChannelMember info of all bridges. Adds an EventGetChannelMembers event, which gets send every x time to all bridges. Bridges should respond on this event with a Message containing ChannelMembers in the EventGetChannelMembers key in the Extra field. handleEventGetChannelMembers will handle this Message and sets the contained ChannelMembers to the Bridge struct. * Add ChannelMembers support to the slack bridge
* Fix #668 strip lang in code fences sent to Slack (#673)Qais Patankar2019-01-042-0/+7
|
* 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-153-10/+16
| | | | | When setting wait to true, we wait until the populating isn't in progress anymore. This is used on startup connections where we really need the initial information which could take a long time on big servers.
* Populate user on channel join (slack) (#644)David Hill2018-12-152-0/+23
|
* Fix bot (legacy token) messages not being send. Closes #571Wim2018-12-131-1/+1
|
* Add bot debug info (slack)Wim2018-12-121-0/+1
|
* Enable errcheck linter (#646)Duco van Amstel2018-12-081-10/+10
|
* Make slack-legacy change less restrictive (#626)Wim2018-12-021-8/+3
|
* Update nlopes/slack to 4.1-dev (#595)Patrick Connolly2018-12-011-14/+24
|
* Create getChannelsByX functions to make codeclimate happy (slack) (#610)Patrick Connolly2018-11-281-9/+7
|
* Sync channel topics between Slack bridges (#585)Patrick Connolly2018-11-264-6/+112
| | | Added logic to allow for configurable synchronisation of topics and purposes of channels between Slack bridges.
* Merge pull request #606 from 42wim/fix-590Wim2018-11-251-4/+13
|\
| * Make sure threaded files stay in thread (slack). Fixes #590Wim2018-11-251-4/+9
| |
| * Do not post empty messages (slack). Fixes #574Wim2018-11-251-0/+4
| |
* | Handle deleted/edited thread starting messages (slack). Fixes #600 (#605)Wim2018-11-252-0/+8
|/
* Add protocol to msg.ID in cache (#596)Wim2018-11-193-13/+8
|
* Add links to slack bot and legacy config in error message (slack)Wim2018-11-181-0/+3
|
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-153-14/+14
|
* Fix regression in skip logic (slack). (#592)Patrick Connolly2018-11-151-1/+6
|
* Fix file caching issue (slack). #572 (#575)Patrick Connolly2018-11-142-13/+24
|
* Add new Slack connection and forked legacy Slack bridge (#582)Duco van Amstel2018-11-132-45/+115
|
* Restore file comments coming from Slack (#583)Duco van Amstel2018-11-122-29/+25
|