Commit Graph

103 Commits (d379118772aa68d0b35bb5a98b5600dc81a89197)

Author SHA1 Message Date
Patrick Connolly d379118772 Fix bridge no longer POSTing username and avatar (slack) (#536)
* Fixed pointer/reference issue in populateUsers. [#536]

* Accepted codestyle suggestion.

* Update bridge/slack/helpers.go

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

* Update helpers.go
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
Wim 99ce68e9ba Use username if bot name is Slack API Tester (slack) 6 years ago
Wim 68fbed9281 Make our callbackid more unique. Fixes issue with running multiple matterbridge on the same channel (slack,mattermost) 7 years ago
Jerry Heiselman 76360f89c1 Strip markdown URLs with blank text (slack) (#392) 7 years ago
Wim 8c0b04b995 Ignore restricted_acton on channel join (slack). Closes #387 7 years ago
Wim e5989adf92 Add support for NoSendJoinPart. Closes #382 7 years ago
Wim ab94b5ca7a Update regex for usergroup matching. Closes #379 7 years ago
Wim 8d2ce56c37 Fix regression (slack). Closes #384 7 years ago
Wim f2f1d874e1 Use viper (github.com/spf13/viper) for configuration 7 years ago
Wim 79c4ad5015 Remove unused function 7 years ago
Wim e24f1c7c87 Use replaceVariable for usergroups (slack) #379 7 years ago
Wim 0bc9c70c66 Add usergroup support (slack). Closes #379 7 years ago
Wim 594d2155e3 Improve debug messages 7 years ago
Wim 2bac867382 Refactor using factory 7 years ago
Wim 1578ebb0e2 Refactor slack 7 years ago
Wim 78238c85d4 Add share support between slack instances. Closes #369 7 years ago
Wim f82a9cc7ac Fix Update userlist on join (slack). Closes #372 7 years ago
Wim cce7624ab8 Update userlist on join (slack). Closes #372 7 years ago
Wim d1227b5fc9 Use prefixed-formatter for better logging 7 years ago
Wim 6ea368c383 Move Sirupsen => sirupsen 7 years ago
Wim 0bcd1e62f3 Add channel_purpose to ShowTopicChange. Ignore (un)pinned_item (slack). #353 7 years ago
Wim 80822b7fff Send chat notification if media is too big to be re-uploaded to MediaServer. See #359 7 years ago
Wim 78f1011f52 Add support for file comments (slack). Closes #346 7 years ago
Wim 67f6257617 Add ShowTopicChange option. Allow/disable topic change messages (currently only from slack). Closes #353 7 years ago
Wim 9f15d38c1c Use upstream again (slack) 7 years ago
Wim 0b3a06d263 Log ConnectionErrorEvent (slack) 7 years ago
Wim 9a6249c4f5 Increase debug logging (slack) 7 years ago
Wim 50bd51e461 Use a better check to join channel (slack) 7 years ago
Wim d0c4fe78ee Allow specifying maximum download size of media using MediaDownloadSize (slack,telegram,matrix) 7 years ago
Wim 265457b451 Refactor and add MediaDownloadSize to General 7 years ago
Wim 0578b21270 Fix message sending (slack) 7 years ago
Wim 36a800c3f5 Add support for comments from slack file uploads (slack) 7 years ago
Wim 6f18790352 Add support to upload files to slack, from bridges with private urls like slack/mattermost/telegram. (slack) 7 years ago