| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* Matrix username spoofing
* Add config sample
|
|
|
|
|
| |
* Update dependencies
* Fix whatsmau API changes
|
| |
|
|
|
|
|
|
|
| |
* Fix message html entities escaping when sending to Telegram
* Fix error messages in telegram and slack bridges
Co-authored-by: Wim <wim@42.be>
|
|
|
|
|
|
|
| |
* freenode to libera
The freenode network doesn't really work anymore
* Missing replacement for Libera
|
|
|
|
|
| |
* Update dependencies and go1.18
* Exclude unnecessary linters and update build to go1.18
|
| |
|
| |
|
| |
|
|
|
|
| |
Mattermost api (almost) didn't change between v6.7.x and v7.0
Everything should just work
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* discord: add nosendjoinpart support
This allows the discord bridge to be configured with `nosendjoinpart`,
preventing discord-originating join/part messages from being send to
other bridged platforms.
* discord: Ignore incoming events for other guilds
Ignore all incoming discord events originating from Guild IDs other than
the one we have configured.
This is necessary because discord bots receive events for *all* discord
guilds that they are present in.
Fixes #1612
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Improve Slack attachments formatting (slack)
* Add TitleLink
* Add Footer
* Fix linter issues
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts commit f044b948e257814e8e1f70d4b66821bfd9c2ff06.
Fixes #1815
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
handleEntities code uses simple modification offset which does not
allow to detect whether the offset is placed before or after
the element in already modified string.
This works fine is most cases as Telegram server always sort the
elements by offset, in ascending order.
However, this is not the case when the modification, for example bold
text, is applied to the URL. In this case, the offset of URL and
bold entity is equal, which raises the issue.
This commit introduces additional hack for this case, stripping
any entities which intersect with URL.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Clear all existing IRC event handler registrations before registering
new handlers in case we are connecting via a BNC and are seeing
a reconnect.
Fixes #1564
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Sorta regression introduced by 9a8ce9b17e560433731eb5efa3cee7ced0b93605
which changes the way we get replies of matrix.
This causes issues like https://github.com/42wim/matterbridge/issues/1780
We "fix" this by mimicking the old behaviour when "PreserveThreading" is
disabled.
|
| |
|
|
|
|
|
|
|
| |
(#1783)
* Ignore sending file with comment, if comment contains message to ignore
* Fix linter issue
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Send multiple images/video/documents as media group
* Fix media caption quotting
* Fix errors handling
* Refactor parent id detection
* Try to reduce cognitive complexity of code
* Remove unused conditional
|
|
|
|
|
|
|
| |
* Preserve threading for slack messages with files
* Update bridge/slack/slack.go
Co-authored-by: Wim <wim@42.be>
|
|
|
|
|
| |
* Use slack real name as user name
* Change slack option UseRealName to UseFullName
|
| |
|
|
|
|
|
|
|
| |
* Preserve threading from telegram replies
* Add fallback for unthreaded telegram message
* Fix linter issue
|
| |
|
|
|
|
|
| |
(Whatsmeow) (#1774)
Co-authored-by: Tobias Niepel <tobias.niepel@obi.de>
|
| |
|
| |
|
| |
|
| |
|
| |
|