Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support mattermost v7 (#1852) | Wim | 2022-06-25 | 1 | -1/+1 |
| | | | | Mattermost api (almost) didn't change between v6.7.x and v7.0 Everything should just work | ||||
* | 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 | 3 | -20/+78 |
| | |||||
* | Add UseUsername option (mattermost). Fixes #1665 (#1714) | Wim | 2022-02-06 | 1 | -4/+8 |
| | |||||
* | Add more ignore debug messages (mattermost) (#1678) | Wim | 2022-01-10 | 1 | -1/+3 |
| | |||||
* | Log eventtype in debug (mattermost) (#1676) | Wim | 2022-01-10 | 1 | -1/+1 |
| | |||||
* | Use current parentID if rootId is not set (mattermost) (#1675) | Wim | 2022-01-10 | 1 | -2/+6 |
| | |||||
* | Add support for mattermost v6 | Wim | 2021-10-16 | 3 | -36/+407 |
| | |||||
* | Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347) | Qais Patankar | 2020-12-31 | 1 | -1/+1 |
| | |||||
* | Add threading support with token (discord) (#1342) | Wim | 2020-12-31 | 2 | -1/+10 |
| | | | | | | | | Webhooks don't support the threading yet, so this is token only. In discord you can reply on each message of a thread, but this is not possible in mattermost (so some changes added there to make sure we always answer on the rootID of the thread). Also needs some more testing with slack. update : It now also uses the token when replying to a thread (even if webhooks are enabled), until webhooks have support for threads. | ||||
* | Use mattermost v5 module (#1192) | Wim | 2020-08-10 | 2 | -2/+2 |
| | |||||
* | Return when we have only WebhookURL (mattermost). Fixes #954 (#960) | Wim | 2019-12-15 | 1 | -2/+1 |
| | |||||
* | Fix panic on WebhookURL only setting (mattermost). Closes #916 (#917) | Wim | 2019-10-04 | 1 | -0/+5 |
| | |||||
* | 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 | ||||
* | Handle unthreaded messages (mattermost). Fixes #803 | Wim | 2019-04-19 | 1 | -0/+6 |
| | |||||
* | Fix panic on nil message.Post (mattermost). Fixes #804 | Wim | 2019-04-19 | 1 | -0/+6 |
| | |||||
* | Add support for mattermost threading (#627) | Patrick Connolly | 2019-01-09 | 2 | -3/+4 |
| | |||||
* | Refactor mattermost bridge (#622) | Wim | 2018-12-01 | 3 | -344/+422 |
| | | | | | * Split up in different files * Decrease complexity * Fix linting issues | ||||
* | Update direct dependencies where possible | Duco van Amstel | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | Fix golint linter issues and enable it in CI (#593) | Duco van Amstel | 2018-11-15 | 1 | -7/+7 |
| | |||||
* | Fix goconst linter failure | Wim | 2018-11-13 | 1 | -3/+5 |
| | |||||
* | Disable Connect(), JoinChannel(), Send() for mattermost.plugin | Wim | 2018-11-11 | 1 | -0/+9 |
| | |||||
* | Make scopelint happy | Wim | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | Make goconst linter happy | Wim | 2018-11-08 | 1 | -4/+5 |
| | |||||
* | Make gocritic linter happier | Wim | 2018-11-08 | 1 | -7/+9 |
| | |||||
* | Add better support for multiperson DM (mattermost) | Wim | 2018-10-27 | 1 | -4/+4 |
| | |||||
* | Split up cookie token and personal token (mattermost). Fixes #530 (#540) | Wim | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | Fix panic by using matterclient calls in the right place. Related to ↵ | Wim | 2018-08-30 | 1 | -3/+5 |
| | | | | cb7278eb (mattermost). Closes #491 | ||||
* | Fix avatar uploads to work with MediaDownloadPath. Closes #454 | Wim | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Use nickname instead of username if defined (mattermost). Closes #452 | Wim | 2018-07-03 | 1 | -0/+3 |
| | |||||
* | Handle slack attachments sent to mattermost. Closes #447 | Wim | 2018-06-16 | 1 | -0/+12 |
| | |||||
* | Reconnect on quit. (irc) See #431 (#445) | Liam Stanley | 2018-06-09 | 1 | -1/+2 |
| | | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns | ||||
* | Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 | Wim | 2018-05-27 | 1 | -2/+4 |
| | |||||
* | Use uuid instead of userid. Fixes #429 | Wim | 2018-05-27 | 1 | -3/+6 |
| | |||||
* | Make our callbackid more unique. Fixes issue with running multiple ↵ | Wim | 2018-04-13 | 1 | -3/+3 |
| | | | | matterbridge on the same channel (slack,mattermost) | ||||
* | Add support for NoSendJoinPart. Closes #382 | Wim | 2018-03-06 | 1 | -0/+3 |
| | |||||
* | Remove debug messsage (mattermost) | Wim | 2018-03-05 | 1 | -1/+0 |
| | |||||
* | Use viper (github.com/spf13/viper) for configuration | Wim | 2018-03-04 | 1 | -41/+42 |
| | |||||
* | Improve debug messages | Wim | 2018-02-28 | 1 | -4/+4 |
| | |||||
* | Refactor using factory | Wim | 2018-02-27 | 1 | -41/+34 |
| | |||||
* | Make gometalinter happier | Wim | 2018-02-27 | 1 | -5/+5 |
| | |||||
* | Skip events for webhook | Wim | 2018-02-27 | 1 | -0/+5 |
| | |||||
* | Refactor mattermost | Wim | 2018-02-27 | 1 | -176/+206 |
| | |||||
* | Make matterclient work with prefixed log | Wim | 2018-02-21 | 1 | -0/+3 |
| | |||||
* | Use prefixed-formatter for better logging | Wim | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Download (and upload) avatar images from mattermost and telegram when ↵ | Wim | 2018-02-20 | 1 | -2/+45 |
| | | | | | | | | | | | | | | mediaserver is configured. Closes #362 An extra avatarMap (cache) is created for mattermost and telegram. If MediaServerUpload is configured, the avatar images of users are downloaded the first time a user sends a message. If this download succeeds a message with EVENT_AVATAR_DOWNLOAD is sent to the originating protocol. This message also contains a SHA field (in msg.Extra["file"]), if this is not empty, the sha will be added to the avatarMap. (so we now have a userid-sha cache) Next time this user sends a message, the MediaServerUpload/sha/userid.png URL will be used as the avatar field. | ||||
* | Send chat notification if media is too big to be re-uploaded to MediaServer. ↵ | Wim | 2018-02-03 | 1 | -0/+12 |
| | | | | See #359 | ||||
* | Download files and reupload to supported bridges (mattermost). Closes #357 | Wim | 2018-02-02 | 1 | -2/+18 |
| |