summaryrefslogtreecommitdiffstats
path: root/bridge/slack
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for file comments (slack). Closes #346Wim2018-02-021-1/+6
* Add ShowTopicChange option. Allow/disable topic change messages (currently on...Wim2018-02-021-0/+3
* 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 (slac...Wim2017-12-191-1/+1
* 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 sla...Wim2017-11-031-0/+19
* Allow slack messages with variables (eg. @here) to be formatted correctly. (s...Patrick Connolly2017-11-031-0/+14
* Resolve slack channel to human-readable name. (slack) (#282)Patrick Connolly2017-11-021-0/+9
* Use DisplayName instead of deprecated username (slack). Closes #276Wim2017-11-021-1/+7
* Allowed Slack bridge to extract simpler link format. (#287)Patrick Connolly2017-10-261-1/+1
* Use bot username if specified (slack). Closes #273Wim2017-10-121-0/+3
* Download files from slack and reupload to mattermost (slack/mattermost). Clos...Wim2017-09-211-3/+40
* Try to not forward slack unfurls. Closes #266Wim2017-09-191-0/+6
* Remove unnecessary check, make megacheck happyWim2017-09-191-19/+17
* Relay attachments from mattermost to slack (slack). Closes #260Wim2017-09-181-0/+27
* Add support for deleting messages across bridges.Wim2017-09-111-2/+18
* Do not break messages on newline (slack). Closes #258Wim2017-09-101-18/+16
* Send first message after connect (slack). Closes #252Wim2017-09-071-47/+42
* Replace mentions from other bridges. (slack). Closes #233Wim2017-08-291-0/+3
* Add support for editing messages (slack)Wim2017-08-281-9/+16
* Modify Send() to return also a message idWim2017-08-271-5/+5
* Handle leave/join events (slack). Closes #246Wim2017-08-271-0/+4
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-2/+2
* Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199Wim2017-07-301-0/+6
* Disable message from other bots when using webhooks (slack)Wim2017-07-221-1/+5
* Tag messages we send ourself using CallbackID hack (slack). Closes #219Wim2017-07-171-8/+8
* Suppress parent message when child message is received (slack) (#218)Jerry Heiselman2017-07-171-1/+1