summaryrefslogtreecommitdiffstats
path: root/bridge/matrix
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for deleting messages across bridges.Wim2017-09-111-0/+4
| | | | | | | | | | | | Currently fully support mattermost,slack and discord. Message deleted on the bridge or received from other bridges will be deleted. Partially support for Gitter. Gitter bridge will delete messages received from other bridges. But if you delete a message on gitter, this deletion will not be sent to other bridges (this is a gitter API limitation, it doesn't propogate edits or deletes via the API)
* Modify Send() to return also a message idWim2017-08-271-3/+3
|
* Relay notices (matrix). Closes #243Wim2017-08-271-1/+1
|
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-3/+3
|
* Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199Wim2017-07-301-2/+11
|
* Add UserID to each message. Closes #200Wim2017-06-181-1/+1
|
* Add NoHomeServerSuffix. Option to disable homeserver on username (matrix). ↵Wim2017-05-121-2/+9
| | | | Closes #160.
* Use roomalias instead of internal ID (matrix)Wim2017-02-241-7/+32
|
* Add matrix supportWim2017-02-201-0/+92