Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Add dependencies/vendor (whatsapp) | Wim | 2022-03-20 | 1074 | -26061/+3091555 | |
| | ||||||
* | Rewrite whatsapp bridge to use whatsmeow | Wim | 2022-03-20 | 3 | -402/+285 | |
| | ||||||
* | Remove go replace by fork (matrix) (#1771) | Wim | 2022-03-20 | 21 | -8/+7 | |
| | ||||||
* | Bump version | Wim | 2022-03-19 | 1 | -1/+1 | |
| | ||||||
* | Release v1.24.1 (#1768)v1.24.1 | Wim | 2022-03-19 | 2 | -3/+33 | |
| | ||||||
* | Refactor utf-8 conversion (irc) (#1767) | Wim | 2022-03-19 | 11 | -618/+719 | |
| | ||||||
* | Implement a workaround to signal Opus support (mumble) (#1764) | Sebastian P | 2022-03-19 | 2 | -0/+71 | |
| | | | | | | | * Mumble: Implement a workaround to signal Opus support without pulling in the CGO gopus dependency. * mumble: lowercase error messages * mumble: Add link to #1750 in bridge/mumble/codec.go | |||||
* | Fix for complex-formatted Telegram text (#1765) | ValdikSS | 2022-03-19 | 1 | -12/+16 | |
| | | | | | | | | | | | * Telegram: handle entities before everything * Telegram: use runes for text entities * Telegram: use proper offset and runes for links * Telegram: put newline after backticks for pre * Telegram: use utf16 for entity processing | |||||
* | Update dependencies and vendor (#1761) | Wim | 2022-03-12 | 93 | -12944/+14210 | |
| | ||||||
* | Fix panic in irc. Closes #1751 (#1760) | Wim | 2022-03-12 | 1 | -2/+4 | |
| | ||||||
* | Switch to discordgo upstream again (#1759) | Wim | 2022-03-12 | 43 | -2333/+5121 | |
| | | | | | * Switch to upstream discordgo again * Fix discord api changes | |||||
* | Fix Telegram channel title in forwards (#1753) | ValdikSS | 2022-03-12 | 1 | -0/+5 | |
| | | | | Forward from channels requires different handling than forward from the regular users. This patch fixes the issue: it prints channel title instead of "forwarded from unknown". | |||||
* | Fix Telegram Problem (unforwarded formatting and skipping of linebreaks) (#1749) | Jan Martin Reckel | 2022-03-12 | 1 | -1/+18 | |
| | | | | | | | | | | | | | * Change bridge/telegram/handlers.go Comment out the removing of empty lines add support for bold, italic and striked telegram messages * Implement Telegram MessageEntities correctly * Apply gofmt Co-authored-by: Jan Martin Reckel <jan-martin.reckel@s2017.tu-chemnitz.de> Co-authored-by: Wim <wim@42.be> | |||||
* | Create inmessage-logger.tengo (#1688) (#1747) | jan Anja | 2022-03-11 | 1 | -0/+15 | |
| | ||||||
* | Add OpenRC service file (#1746) | jan Anja | 2022-02-20 | 1 | -0/+19 | |
| | ||||||
* | Remove dependabot to fix fork spamming | Wim | 2022-02-08 | 1 | -22/+0 | |
| | | | | See https://github.com/dependabot/dependabot-core/issues/2198 | |||||
* | Bump version | Wim | 2022-02-07 | 1 | -1/+1 | |
| | ||||||
* | Release v1.24.0 (#1732)v1.24.0 | Wim | 2022-02-07 | 3 | -2/+34 | |
| | ||||||
* | Bump github.com/SevereCloud/vksdk/v2 from 2.13.0 to 2.13.1 (#1730) | dependabot[bot] | 2022-02-07 | 14 | -108/+138 | |
| | | | | | | | | | | | | | | | | Bumps [github.com/SevereCloud/vksdk/v2](https://github.com/SevereCloud/vksdk) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/SevereCloud/vksdk/releases) - [Commits](https://github.com/SevereCloud/vksdk/compare/v2.13.0...v2.13.1) --- updated-dependencies: - dependency-name: github.com/SevereCloud/vksdk/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
* | Make EditSuffix option actually work (whatsapp). Fixes #1510 (#1728) | Wim | 2022-02-06 | 1 | -1/+5 | |
| | | | | To keep it backwards compatible we keep the "(edited)" message when no editsuffix is configured. | |||||
* | Make HTMLDisable work correct (matrix) (#1716) | Wim | 2022-02-06 | 1 | -31/+60 | |
| | ||||||
* | Add support for using ID in channel config (mattermost) (#1715) | Wim | 2022-02-06 | 4 | -21/+80 | |
| | ||||||
* | Add UseUsername option (mattermost). Fixes #1665 (#1714) | Wim | 2022-02-06 | 3 | -5/+13 | |
| | ||||||
* | Add more debug options for discord (#1712) | Wim | 2022-02-06 | 2 | -2/+11 | |
| | | | | | debuglevel=1 dumps every received discord event debuglevel=2 dumps every discord event we are sending to discord (also logs sensitive information) | |||||
* | Use own gomatrix fork again. Fixes #1382 (#1713) | Wim | 2022-02-06 | 4 | -9/+12 | |
| |