Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dependencies (#1951) | Wim | 2023-01-28 | 1 | -2/+2 |
| | |||||
* | Remove mattermost 5 support (#1936) | Wim | 2023-01-28 | 1 | -159/+24 |
| | |||||
* | Add KeepQuotedReply option for matrix to fix regression (#1823) | Wim | 2022-05-06 | 1 | -0/+1 |
| | | | | | | | | | | | | Matrix quotes replies and as of matterbridge 1.24.0 we strip those as this causes issues with bridges support threading and have PreserveThreading enabled. Introduced via https://github.com/42wim/matterbridge/commit/9a8ce9b17e560433731eb5efa3cee7ced0b93605 But if you for example use mattermost or discord with webhooks you'll need to enable this if you want something that looks like a reply from matrix. See issues: - https://github.com/42wim/matterbridge/issues/1819 - https://github.com/42wim/matterbridge/issues/1780 | ||||
* | Add space between filename and URL (mattermost). Fixes #1820 | Wim | 2022-05-01 | 1 | -1/+1 |
| | |||||
* | Add support for using ID in channel config (mattermost) (#1715) | Wim | 2022-02-06 | 1 | -2/+41 |
| | |||||
* | Add more ignore debug messages (mattermost) (#1678) | Wim | 2022-01-10 | 1 | -1/+3 |
| | |||||
* | Add support for mattermost v6 | Wim | 2021-10-16 | 1 | -18/+169 |
| | |||||
* | Use mattermost v5 module (#1192) | Wim | 2020-08-10 | 1 | -1/+1 |
| | |||||
* | Add an option to skip the Mattermost server version check (#849) | Joona Hoikkala | 2019-06-16 | 1 | -0/+1 |
| | | | Adds SkipVersionCheck bool option for mattermost | ||||
* | Fix panic on nil message.Post (mattermost). Fixes #804 | Wim | 2019-04-19 | 1 | -0/+6 |
| | |||||
* | Refactor mattermost bridge (#622) | Wim | 2018-12-01 | 1 | -0/+218 |
* Split up in different files * Decrease complexity * Fix linting issues |