summaryrefslogtreecommitdiffstats
path: root/bridge/slack
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bridge no longer POSTing username and avatar (slack) (#536)Patrick Connolly2018-10-241-2/+4
| | | | | | | | | | | | * 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
* Clean up message send logic (slack). (#531)Duco van Amstel2018-10-221-87/+94
|
* Clean up user and channel information management (slack) (#521)Duco van Amstel2018-10-163-72/+99
|
* Clean up code and strengthening (slack) (#519)Duco van Amstel2018-10-133-172/+243
| | | | | | | | | | | | | 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.
* Refactor slack bridge prelude (#517)Duco van Amstel2018-10-123-447/+453
| | | | | Distributing the source of the Slack bridge across multiple files to increase readability and as a prelude to various refactors and clean-ups.
* Get up to 1000 channels and private/mp/im channels (slack). Related to #489Wim2018-08-281-1/+1
|
* Add caching to fix issue with slack API changes (slack). #481Wim2018-08-181-3/+36
|
* Fix slack file/image downloads after api changes (slack)Wim2018-08-101-15/+12
|
* Use UserID to look for avatar instead of username (slack). Closes #472Wim2018-08-061-3/+3
|
* Remove ununsed function (slack)Wim2018-07-131-0/+2
|
* Add support for slack channels by ID. Closes #436Wim2018-07-131-18/+46
|
* Add Title from attachment slack message (#446)Maxim2018-06-131-1/+4
|
* Fix regexp in replaceMention (slack). (#435)Patrick Connolly2018-05-291-1/+1
|
* Fix iconurl regression (mattermost,slack,rocketchat). Closes #430Wim2018-05-271-2/+4
|
* Add error message about webhook (slack)Wim2018-05-271-0/+4
|
* Use uuid instead of userid. Fixes #429Wim2018-05-271-3/+5
|
* Fix issue #432 - Avatar spoofing from Slack to Discord with uppercase in ↵OyyoDams2018-05-261-1/+1
| | | | nick doesn't work (#433)
* Properly set Slack user who initiated slash command (#394)Jerry Heiselman2018-04-251-2/+2
| | | * Properly set Slack user who initiated slash command
* Use username if bot name is Slack API Tester (slack)Wim2018-04-201-0/+13
|
* Make our callbackid more unique. Fixes issue with running multiple ↵Wim2018-04-131-2/+2
| | | | matterbridge on the same channel (slack,mattermost)
* Strip markdown URLs with blank text (slack) (#392)Jerry Heiselman2018-03-221-6/+11
|
* Ignore restricted_acton on channel join (slack). Closes #387Wim2018-03-121-2/+6
|
* Add support for NoSendJoinPart. Closes #382Wim2018-03-061-0/+4
|
* Update regex for usergroup matching. Closes #379Wim2018-03-051-1/+1
|
* Fix regression (slack). Closes #384Wim2018-03-051-2/+2
|
* Use viper (github.com/spf13/viper) for configurationWim2018-03-041-41/+48
|
* Remove unused functionWim2018-03-031-0/+2
|
* Use replaceVariable for usergroups (slack) #379Wim2018-03-021-5/+6
|
* Add usergroup support (slack). Closes #379Wim2018-02-281-6/+21
|
* Improve debug messagesWim2018-02-281-5/+4
|
* Refactor using factoryWim2018-02-271-36/+30
|
* Refactor slackWim2018-02-271-241/+300
|
* Add share support between slack instances. Closes #369Wim2018-02-231-3/+19
|
* Fix Update userlist on join (slack). Closes #372Wim2018-02-221-1/+1
|
* Update userlist on join (slack). Closes #372Wim2018-02-221-1/+5
|
* Use prefixed-formatter for better loggingWim2018-02-211-1/+1
|
* Move Sirupsen => sirupsenWim2018-02-201-1/+1
|
* Add channel_purpose to ShowTopicChange. Ignore (un)pinned_item (slack). #353Wim2018-02-031-1/+4
|
* Send chat notification if media is too big to be re-uploaded to MediaServer. ↵Wim2018-02-031-6/+31
| | | | See #359
* Add support for file comments (slack). Closes #346Wim2018-02-021-1/+6
|
* Add ShowTopicChange option. Allow/disable topic change messages (currently ↵Wim2018-02-021-0/+3
| | | | only from slack). Closes #353
* Use upstream again (slack)Wim2018-01-081-1/+1
|
* Log ConnectionErrorEvent (slack)Wim2018-01-031-0/+2
|
* Increase debug logging (slack)Wim2018-01-021-1/+3
|
* Use a better check to join channel (slack)Wim2018-01-021-1/+1
|
* Allow specifying maximum download size of media using MediaDownloadSize ↵Wim2017-12-191-1/+1
| | | | (slack,telegram,matrix)
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-10/+4
|
* Fix message sending (slack)Wim2017-11-131-2/+2
|
* Add support for comments from slack file uploads (slack)Wim2017-11-131-6/+12
|
* Add support to upload files to slack, from bridges with private urls like ↵Wim2017-11-031-0/+19
| | | | slack/mattermost/telegram. (slack)