summaryrefslogtreecommitdiffstats
path: root/bridge/mattermost/mattermost.go
Commit message (Expand)AuthorAgeFilesLines
* Add support for comments from slack file uploads (slack)Wim2017-11-131-2/+2
* Fix loop, make megacheck happyWim2017-09-211-11/+16
* Download files from slack and reupload to mattermost (slack/mattermost). Clos...Wim2017-09-211-3/+18
* Fix loop from webhook by adding matterbridge prop (mattermost). Closes #261Wim2017-09-181-0/+7
* Relay attachments from mattermost to slack (slack). Closes #260Wim2017-09-181-2/+8
* Use override username if specified (mattermost). #260Wim2017-09-181-0/+6
* Add support for deleting messages across bridges.Wim2017-09-111-2/+12
* Send images when text is empty regression. (mattermost). Closes #254Wim2017-09-081-0/+1
* Fix private channel joining bug (mattermost). Closes #248Wim2017-08-301-1/+6
* Add support for editing messages across bridges. Currently mattermost/discord.Wim2017-08-281-3/+7
* Modify Send() to return also a message idWim2017-08-271-4/+4
* Add support for personal access tokens (mattermost)Wim2017-08-231-5/+34
* 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-1/+18
* Ignore edited messages with reactions (mattermost)Wim2017-07-251-0/+4
* Fix webhookurl/webhookbindaddress panic (mattermost). Closes #221Wim2017-07-171-0/+3
* Use GetFileLinks. Also show links to non-public files (mattermost)Wim2017-07-151-1/+1
* Refactor connecting logic slack/mattermost. Fixes #216Wim2017-07-151-22/+56
* Fix megacheck / go vet issuesWim2017-07-141-4/+2
* Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1Wim2017-06-291-10/+17
* Add UserID to each message. Closes #200Wim2017-06-181-1/+4
* Fix incorrect behaviour of EditDisable (mattermost). Fixes #197Wim2017-06-151-0/+3
* Add support for edited messages (mattermost)Wim2017-04-151-1/+5
* Modify iconurl correctly (mattermost). Closes #145Wim2017-04-081-0/+1
* Reconnect on session removal (mattermost)Wim2017-04-071-0/+1
* Add support for showing/hiding join/leave messages from mattermost. Closes #147Wim2017-04-071-0/+8
* Remove space after nick (mattermost). Closes #142Wim2017-04-011-6/+1
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-0/+4
* Update public links to new API (mattermost)Wim2016-11-261-2/+2
* Merge branch 'refactor'Wim2016-11-131-29/+10
|\
| * RefactorWim2016-11-131-29/+10
* | Sync with mattermost 3.5.0Wim2016-11-121-1/+1
|/
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-051-4/+4
* Fix teamid bug (mattermost)Wim2016-10-291-1/+1
* Launch every account only once. Fixes #48Wim2016-10-231-4/+1
* Drop messages not from our mattermost team. Fixes #49Wim2016-10-231-1/+4
* Fix mattermost bridge channel joinWim2016-09-301-1/+1
* Remove newline splitting from outgoing mattermost messages. Should be handled...Wim2016-09-291-6/+2
* Add support for mattermost attachments. Shows public link on bridges. Closes #32Wim2016-09-201-0/+5
* Fix joining slack/mattermost channels using the webhookWim2016-09-201-1/+5
* Cleanup mattermost bridge debug/info messagesWim2016-09-191-32/+16
* Refactor for more flexibilityWim2016-09-181-29/+48
* Fix info messageWim2016-08-201-1/+1
* Remove unused codeWim2016-08-201-21/+0
* Move nickformatting into bridgeWim2016-08-201-5/+1
* Add Connect() to Bridger interfaceWim2016-08-201-6/+10
* Update code to mattermost 3.3.0 API changesWim2016-08-151-1/+2
* Refactor bridge. Allows bridging between every protocolWim2016-08-141-0/+194