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 | |||||
* | Update dependencies (#1851) | Wim | 2022-06-25 | 87 | -4369/+10512 | |
| | ||||||
* | Ignore events from other guilds, add nosendjoinpart support (discord) (#1846) | Sam W | 2022-06-24 | 3 | -4/+42 | |
| | | | | | | | | | | | | | | | | * 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 | |||||
* | Update dependencies (#1841) | Wim | 2022-06-11 | 188 | -1296/+5570 | |
| | ||||||
* | Bump version | Wim | 2022-06-04 | 1 | -1/+1 | |
| | ||||||
* | Release v1.25.1 (#1832)v1.25.1 | Wim | 2022-05-09 | 3 | -2/+22 | |
| | ||||||
* | Update dependencies (#1831) | Wim | 2022-05-09 | 306 | -195040/+435823 | |
| | ||||||
* | Improve Slack attachments formatting (slack) (#1807) | Andy | 2022-05-09 | 2 | -11/+14 | |
| | | | | | | | | * Improve Slack attachments formatting (slack) * Add TitleLink * Add Footer * Fix linter issues | |||||
* | Add KeepQuotedReply option for matrix to fix regression (#1823) | Wim | 2022-05-06 | 4 | -8/+19 | |
| | | | | | | | | | | | | 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 | |||||
* | Update dependencies (#1822) | Wim | 2022-05-02 | 54 | -229/+637 | |
| | ||||||
* | Add space between filename and URL (mattermost). Fixes #1820 | Wim | 2022-05-01 | 1 | -1/+1 | |
| | ||||||
* | Revert "Clear existing IRC event handlers before connecting new ones (#1795)" | Wim | 2022-05-01 | 1 | -1/+0 | |
| | | | | | | This reverts commit f044b948e257814e8e1f70d4b66821bfd9c2ff06. Fixes #1815 | |||||
* | Fix telegram message deletion request (#1818) | Alexander | 2022-05-01 | 1 | -1/+1 | |
| | ||||||
* | Update dependencies (#1813) | Wim | 2022-04-25 | 288 | -3616/+265899 | |
| | ||||||
* | Add CGO_ENABLED info also to whatsappmulti build | Wim | 2022-04-24 | 1 | -0/+2 | |
| | ||||||
* | Add CGO_ENABLED info to README | Wim | 2022-04-24 | 1 | -1/+3 | |
| | ||||||
* | Fix UploadMessagesPhoto for vk community chat (vk) (#1812) | Daniil Suvorov | 2022-04-22 | 1 | -3/+4 | |
| | ||||||
* | Do not apply any markup to URL entities (telegram) (#1808) | ValdikSS | 2022-04-22 | 1 | -1/+6 | |
| | | | | | | | | | | | | | 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. | |||||
* | Do not modify .webm files (telegram). Fixes #17** (#1802) | Wim | 2022-04-17 | 1 | -1/+1 | |
| | ||||||
* | Update matterbridge/gomatrix. Fixes #1772 (#1803) | Wim | 2022-04-12 | 4 | -5/+5 | |
| | ||||||
* | Fix build command for latest stable | Wim | 2022-04-12 | 1 | -2/+2 | |
| | ||||||
* | Update dependencies (#1800) | Wim | 2022-04-12 | 93 | -1807/+5801 | |
| | ||||||
* | Clear existing IRC event handlers before connecting new ones (#1795) | Bryan Davis | 2022-04-07 | 1 | -0/+1 | |
| | | | | | | | 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 | |||||
* | Bump version | Wim | 2022-04-07 | 1 | -1/+1 | |
| | ||||||
* | Release v1.25.0 (#1793)v1.25.0 | Wim | 2022-04-04 | 3 | -2/+34 | |
| | ||||||
* | Add whatsapp deprecation warning (#1792) | Wim | 2022-04-04 | 1 | -0/+5 | |
| | ||||||
* | Change discord non-native threading behaviour (discord) (#1791) | Wim | 2022-04-04 | 1 | -1/+2 | |
| | | | | | | | | 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. | |||||
* | Update dependencies (#1784) | Wim | 2022-04-01 | 255 | -58419/+69536 | |
| | ||||||
* | Ignore sending file with comment, if comment contains IgnoreMessages value ↵ | Alexander | 2022-03-31 | 1 | -1/+18 | |
| | | | | | | | (#1783) * Ignore sending file with comment, if comment contains message to ignore * Fix linter issue | |||||
* | Multiple media in one message (telegram) (#1779) | Alexander | 2022-03-30 | 2 | -32/+68 | |
| | | | | | | | | | | | | | * 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 messages with files (slack) (#1781) | Alexander | 2022-03-30 | 1 | -4/+14 | |
| | | | | | | | * 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 (slack) (#1775) | Alexander | 2022-03-26 | 2 | -0/+7 | |
| | | | | | * Use slack real name as user name * Change slack option UseRealName to UseFullName | |||||
* | Update lrstanley/girc dep (#1773) | Wim | 2022-03-25 | 11 | -30/+21 | |
| | ||||||
* | Preserve threading from telegram replies (telegram) (#1776) | Alexander | 2022-03-25 | 3 | -4/+28 | |
| | | | | | | | * Preserve threading from telegram replies * Add fallback for unthreaded telegram message * Fix linter issue | |||||
* | Add UseFullName option (telegram) (#1777) | Alexander | 2022-03-25 | 2 | -0/+18 | |
| | ||||||
* | Add Dockerfile_whatsappmulti for building with WhatsApp Multi-Device support ↵ | Tobias Niepel | 2022-03-22 | 1 | -0/+14 | |
| | | | | | (Whatsmeow) (#1774) Co-authored-by: Tobias Niepel <tobias.niepel@obi.de> | |||||
* | Update README | Wim | 2022-03-20 | 1 | -14/+60 | |
| | ||||||
* | Fix linting (whatsapp) | Wim | 2022-03-20 | 2 | -2/+3 | |
| | ||||||
* | Add whatsappmulti buildflag for whatsapp with multidevice support (whatsapp) | Wim | 2022-03-20 | 53 | -326/+26066 | |
| | ||||||
* | Update vendor (whatsapp) | Wim | 2022-03-20 | 119 | -88189/+329661 | |
| | ||||||
* | Fix linting (whatsapp) | Wim | 2022-03-20 | 2 | -3/+2 | |
| | ||||||
* | Fix channel in video/audio/image/document handling (whatsapp) | Wim | 2022-03-20 | 1 | -4/+4 | |
| | ||||||
* | Check for Conversation on receiving messages (whatsapp) | Wim | 2022-03-20 | 2 | -26/+29 | |
| | ||||||
* | Use Conversation instead of ExtendedTextMessage (whatsapp) | Wim | 2022-03-20 | 1 | -6/+10 | |
| | ||||||
* | Update vendor (whatsapp) | Wim | 2022-03-20 | 3 | -3/+2381 | |
| | ||||||
* | Refactor login logic (whatsapp) | Wim | 2022-03-20 | 1 | -14/+30 | |
| | ||||||
* | Add busy_timeout which fixes SQLITE_BUSY errors (whatsapp) | Wim | 2022-03-20 | 1 | -1/+1 | |
| | ||||||
* | Update vendor (whatsapp) | Wim | 2022-03-20 | 206 | -153708/+356550 | |
| | ||||||
* | Fetch avatars synchronous (whatsapp) | Wim | 2022-03-20 | 2 | -14/+16 | |
| | ||||||
* | Refactor JoinChannel (whatsapp) | Wim | 2022-03-20 | 1 | -26/+19 | |
| |