Commit Graph

135 Commits (250b3bb5795240d5ebdab5416ab99dbc41be734b)

Author SHA1 Message Date
Wim 250b3bb579
Use upstream slack-go/slack again (#1018) 4 years ago
Qais Patankar 1d708ab351 Suppress unhandled HelloEvent message (slack) (#913) 5 years ago
Wim 5619a75b05
Fix regression in autojoining with legacy tokens (slack). Fixes #651 (#848) 5 years ago
Duco van Amstel fb2667631d Refactor channel and user management (slack) (#766) 5 years ago
Duco van Amstel b638f7037a Force Slack link unfurling (#763) 5 years ago
Duco van Amstel 74699a8262 Split-out Slack user and channel management (#762) 5 years ago
Wim 1f1634ea59 Add extra debug option (slack) 5 years ago
Wim 57f156be83
Hint at thread replies when messages are unthreaded (slack) (#684) 5 years ago
Wim fb713ed91b
Add initial support for getting ChannelMember info of all bridges (#678)
* 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
5 years ago
Qais Patankar 8522d8f29c Fix #668 strip lang in code fences sent to Slack (#673) 5 years ago
Wim 53c86702a3
Add wait option for populateUsers/Channels (slack) Fixes #579 (#653)
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.
6 years ago
Duco van Amstel a2754f15fc Enable errcheck linter (#646) 6 years ago
Wim 859ebad55d
Make slack-legacy change less restrictive (#626) 6 years ago
Patrick Connolly e538a4d304 Update nlopes/slack to 4.1-dev (#595) 6 years ago
Patrick Connolly f5659d455d Sync channel topics between Slack bridges (#585)
Added logic to allow for configurable synchronisation of topics and purposes of channels between Slack bridges.
6 years ago
Wim f716b8fc0f
Merge pull request #606 from 42wim/fix-590 6 years ago
Wim f00d4d7d3f Make sure threaded files stay in thread (slack). Fixes #590 6 years ago
Wim 0929535b2e Do not post empty messages (slack). Fixes #574 6 years ago
Wim 8869e253ca Handle deleted/edited thread starting messages (slack). Fixes #600 (#605) 6 years ago
Wim ae32bae791
Add protocol to msg.ID in cache (#596) 6 years ago
Wim 32f57b7c26 Add links to slack bot and legacy config in error message (slack) 6 years ago
Duco van Amstel ce21ba1545 Fix golint linter issues and enable it in CI (#593) 6 years ago
Patrick Connolly 09713d40ba Fix file caching issue (slack). #572 (#575) 6 years ago
Duco van Amstel e19ba5a06a Add new Slack connection and forked legacy Slack bridge (#582) 6 years ago
Duco van Amstel e9419f10d3 Restore file comments coming from Slack (#583) 6 years ago
Duco van Amstel 2f042ad915 Add more rate-limit handling (slack) (#581) 6 years ago
Wim 78401214b0 Make scopelint happy 6 years ago
Wim 1e0bb3da95 Make gocritic linter happier 6 years ago
Patrick Connolly 3d281b3316 Add ability to show when user is typing across Slack bridges (#559) 6 years ago
Duco van Amstel d2a1dc792f Refactor and clean-up handlers. (slack) (#533) 6 years ago
David Hill 0e2522279e Clean up various stuff (#508)
* various cleanups
6 years ago
Duco van Amstel a1bf37e457 Do not join Slack channel without API access (slack) (#563) 6 years ago
Patrick Connolly a20b7895a9 Preserve threading between Slack instances (#529)
* Opportunistically preserve Slack threading when parent thread in cache. [#529]

* Removed slack-specific processing from gateway.

* Added docs.

* Add option to enable threading, with default to off.

* Did cleanup on @42wim's comments.

* Update gateway/gateway.go

Co-Authored-By: patcon <patrick.c.connolly@gmail.com>

* Suggestion from @42wim :)

* Suggestions from @42wim.

* More suggestions.
6 years ago
Duco van Amstel 6911458d15 Clean up message send logic (slack). (#531) 6 years ago
Duco van Amstel 6238effdc2 Clean up user and channel information management (slack) (#521) 6 years ago
Duco van Amstel 498377a230 Clean up code and strengthening (slack) (#519)
Changes include:
- Refactor of strings into package-wide constants.
- Predeclaration of regexps to be instantiated at package load time.
- Checking of unchecked errors.
- Structural changes:
  - Adding verifications to type-casting code.
  - Remove unnecessary 'len(X) > 0' checks before iterating over X.
  - Remove unnecessary 'else' clause after 'if' with 'return'.
  - Unexporting of public fields of Bridge struct.
- Formatting:
  - One-field-per-line struct definitions.
6 years ago
Duco van Amstel e15b0e04b8 Refactor slack bridge prelude (#517)
Distributing the source of the Slack bridge across multiple files to
increase readability and as a prelude to various refactors and
clean-ups.
6 years ago
Wim 52dbd702ad Get up to 1000 channels and private/mp/im channels (slack). Related to #489 6 years ago
Wim b51fdbce9f Add caching to fix issue with slack API changes (slack). #481 6 years ago
Wim 7690be1647 Fix slack file/image downloads after api changes (slack) 6 years ago
Wim d71850cef6 Use UserID to look for avatar instead of username (slack). Closes #472 6 years ago
Wim 618953c865 Remove ununsed function (slack) 6 years ago
Wim e04dd78624 Add support for slack channels by ID. Closes #436 6 years ago
Maxim 594492fbdd Add Title from attachment slack message (#446) 6 years ago
Patrick Connolly 045cb2058c Fix regexp in replaceMention (slack). (#435) 6 years ago
Wim 07885f5810 Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 6 years ago
Wim 696c518550 Add error message about webhook (slack) 6 years ago
Wim 411ef2691c Use uuid instead of userid. Fixes #429 6 years ago
OyyoDams f6eefa4ecc Fix issue #432 - Avatar spoofing from Slack to Discord with uppercase in nick doesn't work (#433) 6 years ago
Jerry Heiselman 76af9cba5a Properly set Slack user who initiated slash command (#394)
* Properly set Slack user who initiated slash command
6 years ago