| Commit | Message | Author | Date (UTC) |
|---|
| 56cd66b
|
ci: Build artifacts only if tests success; run builds in parallel
|
selfhoster1312
|
17:17, Sep 8 2025 |
| cc07642
|
ci: Make sure go fmt is applied in CI
|
selfhoster1312
|
16:14, Sep 8 2025 |
| 4366ce6
|
meta: go fmt ./...
|
selfhoster1312
|
16:14, Sep 8 2025 |
| a026e68
|
ci: Update Github Actions and .golangci-lint syntax
|
selfhoster1312
|
16:53, Sep 8 2025 |
| 695652c
|
ci: Remove codeql/docker workflows
|
selfhoster1312
|
13:31, Sep 8 2025 |
| 392430a
|
docs: Mention the fork in the README
|
selfhoster1312
|
12:47, Sep 8 2025 |
| 8d261ff
|
docs: Split README/wiki into docs/ folder
|
selfhoster1312
|
13:03, Sep 7 2025 |
| c82d137
|
ci: Don't run on docs updates
|
selfhoster1312
|
14:07, Sep 7 2025 |
| bf39c65
|
Update dependencies (#2180)
* Update dependencies
* Fix whatsmeow API changes |
Wim
|
17:04, Aug 27 2024 |
| 81b0aa5
|
Update mattermost library (#2152)
* Update mattermost library
* Fix linting |
Wim
|
21:08, May 24 2024 |
| d632d41
|
Update go-xmpp dependency (#2151)
|
Wim
|
23:28, May 23 2024 |
| d37c524
|
Fix linting
|
Wim
|
22:31, May 23 2024 |
| ade99de
|
Fix linting
|
Wim
|
22:23, May 23 2024 |
| 9cc882c
|
Trim nick whitespace when looking up the guild members (discord) (#2072)
this fixes the matching to attempt to find avatars
fixes #2059 |
Brian S. Stephan
|
22:19, May 23 2024 |
| 44b964c
|
Fix typos in matterbridge.toml.sample (#2077)
|
Quantum0
|
22:18, May 23 2024 |
| 2e5ec37
|
Split messages if necessary (discord) (#2124)
* Implement and test byte-splitting helper function
* Implement discord botuser message splitting
* Implement discord webhooks message splitting |
Ben Wiederhake
|
22:14, May 23 2024 |
| 04faee0
|
Do not bridge CTCP commands other than ACTION (irc) (#2090)
CTCP commands other than ACTION are designed for client-to-client interaction on
IRC networks. Drop such messages when we receive them.
Also get rid of a "CTCP_ACTION" handler in the handler registration.
This
1) can't do anything (if anything, we wanted the string constant
girc.CTCP_ACTION, which is "ACTION")
2) doesn't do anything in this context, because CTCP handlers are
registered separately:
https://github.com/lrstanley/girc/blob/f47717952bf9258e02eac14f1b9723bcf084e618/ctcp.go#L205
The PRIVMSG handler already listens to all CTCPs.
Thanks to @lexande for the bug report (found on a live instance). |
patrickxia
|
22:05, May 23 2024 |
| 4f2e007
|
Fix linting
|
Wim
|
22:03, May 23 2024 |
| ebd78f7
|
Correctly split three-or-more byte sequences of UTF-8 (#2123)
|
Ben Wiederhake
|
22:02, May 23 2024 |
| 7b28f5b
|
Update post types and include system removals in skip logic (mattermost) (#2125)
|
Neil Hanlon
|
21:58, May 23 2024 |
| 1d11ded
|
Fix linting
|
Wim
|
21:57, May 23 2024 |
| 6359703
|
Clear existing IRC event handlers before connecting to new ones (irc) (#2138)
Clear IRC event handlers that we will be registering for the new
connection before registering new handlers. This prevents duplicate
event handlers in the case where we are connecting via a BNC and are
seeing a reconnect. Attempting to clear handlers when none have been set
is a no-op.
Fixes 42wim#1564
Co-authored-by: Andreas Vögele <andreas@andreasvoegele.com> |
Bryan Davis
|
21:55, May 23 2024 |
| e54790a
|
Close res body (rocketchat) (#2135)
|
guangwu
|
21:53, May 23 2024 |
| ccdaed6
|
Move deprecated/inactive 3rd party bridges to their own sections (#2143)
|
erentar
|
21:50, May 23 2024 |
| 4c65d58
|
Update dependencies and build to go1.22 (#2113)
* Update dependencies and build to go1.22
* Fix api changes wrt to dependencies
* Update golangci config |
Wim
|
21:44, May 23 2024 |
| 23138ae
|
Update dependencies and remove old matterclient lib (#2067)
|
Wim
|
18:43, Aug 5 2023 |
| a87fbdf
|
Fix typo in logging (#2056)
|
Juhani Karppinen
|
18:39, Aug 5 2023 |
| cc1c1fd
|
Remove gitter bridge (#2035)
See https://blog.gitter.im/2023/02/13/gitter-has-fully-migrated-to-matrix/ |
Wim
|
21:39, Apr 5 2023 |
| 23387fc
|
Add nil check for group update (telegram) (#2036)
|
Joseph Mansy
|
21:08, Apr 5 2023 |
| 921beee
|
Support telegram chat Join/Leave updates (#2019)
Co-authored-by: Wim <wim@42.be> |
Joseph Mansy
|
21:27, Apr 3 2023 |
| 96d7dca
|
Don't treat nil as an unknown type of error (zulip) (#2024)
Fixes #1869 |
Faye Duxovni
|
21:27, Apr 3 2023 |
| a9569e9
|
Fix broken reply (telegram) (#2026)
Fixes #2021
* Fix broken reply
* Fix reply/quoting logic with topics
* Update handlers.go
---------
Co-authored-by: Wim <wim@42.be> |
Thom Dickson
|
21:20, Apr 3 2023 |
| 7d2c285
|
Create mumble-autolink.tengo (#2029)
|
mvoolt
|
21:00, Apr 3 2023 |
| cf4a791
|
Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#2018)
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.29.0...v1.29.1)
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
dependabot[bot]
|
21:22, Mar 15 2023 |
| 1db6c66
|
Return a message ID when sending with a webhook (discord) (#1976)
Resolves #1975 |
Joseph Mansy
|
22:16, Mar 14 2023 |
| 37aca8d
|
Support topic changes and Join/Leave messages (whatsapp) (#2017)
|
Joseph Mansy
|
22:12, Mar 14 2023 |
| fdb0645
|
Update matterbridge.toml.sample |
Wim
|
22:05, Mar 14 2023 |
| a221212
|
Add support for Telegram topics (telegram) (#1942)
Topics are surfaced by appending /<topic-id> to the channel setting for the gateway.
An example for the topic with ID of 16 would be:
```
[[gateway.inout]]
account="telegram.mytelegram"
channel="-100xxxxxxxxxx/16"
``` |
Thom Dickson
|
22:03, Mar 14 2023 |
| d815516
|
Add extra error checking for fileinfo (api) (#2015)
|
Wim
|
22:10, Mar 11 2023 |
| ae95257
|
Allow to send files in Extra via /api/message (api) (#1993)
|
Asiel Díaz Benítez
|
21:34, Mar 11 2023 |
| ea3de3e
|
Fix possible panic in mattermost. (mattermost) Fixes #1947 (#2014)
|
Wim
|
17:55, Mar 11 2023 |
| 9991425
|
Set correct loglevel (whatsapp). Fixes #1980 (#2013)
|
Wim
|
17:18, Mar 11 2023 |
| 6148bd1
|
Check client disconnect to exit for loop (api). Fixes #1983 (#2012)
Also update to latest melody upstream |
Wim
|
17:14, Mar 11 2023 |
| e87d651
|
Add handlers at the end. Fixes #1988 (discord) (#2011)
|
Wim
|
16:55, Mar 11 2023 |
| 78323a6
|
Add support for Mumble servers with no message length limit (#2008)
* Rename .{jfif,jpe} to .jpg (mumble)
* Fix messages not sending in properly if no limit is set (mumble)
Co-authored-by: yellows111 <ice_ice@email.com>
* Formatting fix (mumble)
---------
Co-authored-by: yellows111 <ice_ice@email.com> |
mvoolt
|
21:57, Mar 10 2023 |
| d8650d0
|
Fix Android media download problem (whatsapp) (#2010)
|
ilmaisin
|
21:30, Mar 10 2023 |
| 9e31f37
|
Update to actions v3 (#2009)
|
Wim
|
21:29, Mar 10 2023 |
| 67bfc35
|
Support handling delete message from whatsapp. (#1986)
|
Joseph Mansy
|
21:28, Mar 10 2023 |
| b797cd8
|
Update dependencies (#2007)
* Update dependencies |
Wim
|
21:48, Mar 9 2023 |
| 9743f3d
|
Update builds to go 1.20 (#2006)
|
Wim
|
21:29, Mar 9 2023 |
| a4f303c
|
Fix rate-overlimit issue when there are more than 5 whatsapp channels in a single account (whatsapp) (#1998)
Resolves #1844 |
Joseph Mansy
|
21:10, Mar 9 2023 |
| e35afed
|
add deltachat to 3rd party API bridges (#1992)
|
Asiel Díaz Benítez
|
21:08, Mar 9 2023 |
| 257e23d
|
Use AuthorSignature as a fallback username (telegram) (#1979)
This comes in handy for annoucement type channels where neither the SenderChat or From structs contain name information.
Also Tweak username logic as when using a full name the username field can be " " instead of "". |
Joseph Mansy
|
21:02, Mar 9 2023 |
| ef923bb
|
Handle Whatsapp threading/replies (whatsapp) (#1974)
* Handle Whatsapp threading/replies.
In this change we are updating whatsapp message IDs to include sender JID as this is necessary to reply to a message
https://github.com/tulir/whatsmeow/issues/88#issuecomment-1093195237
https://github.com/tulir/whatsmeow/discussions/148#discussioncomment-3094325
Based on commit 6afa93e537c53b371db37f35a3546ff0fb669416 from #1934
Author: Iiro Laiho <iiro.laiho@iki.fi>
* Fix replies.
Sender JID can have a `:` inside of it, using `/` as a delimiter now.
Added messageID parser + struct.
messages sent with an attachment do not show replies
But at least common `sendMessage` will make repies from whatsapp to an attachement bridge across.
The new message ID format broke message deleting, so we change the messageID into the real id at the beginning of send.
We really do need the extra info for when we reply to a message though.
* Refactored message replies.
file/Image/audio/replies all work now. |
Joseph Mansy
|
20:57, Mar 9 2023 |
| 8789289
|
Provide a multi-room multi-bridge example (#1972)
|
Ben Wiederhake
|
20:51, Mar 9 2023 |
| cbae048
|
Bump golang.org/x/image from 0.3.0 to 0.5.0 (#1973)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/golang/image/releases)
- [Commits](https://github.com/golang/image/compare/v0.3.0...v0.5.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
dependabot[bot]
|
20:50, Mar 9 2023 |
| eb5439e
|
Prefer mp4 extension for video attachments (whatsapp) (#1971)
resolves #1967 |
Joseph Mansy
|
20:49, Mar 9 2023 |
| c9de859
|
Handle messages with link preview not being relayed (whatsapp) (#1970)
Resolves #1840 |
Joseph Mansy
|
20:46, Mar 9 2023 |
| f20e6b1
|
Bump golang.org/x/net from 0.5.0 to 0.7.0 (#2003)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
dependabot[bot]
|
20:39, Mar 9 2023 |
| 6dddcb0
|
Bump version
|
Wim
|
17:57, Jan 29 2023 |
| 95f496e
|
Release v1.26.0 (#1957)
|
Wim
|
17:26, Jan 29 2023 |
| e510cb8
|
Make the cgo lottie a build tag (-tag cgolottie) (#1955)
This should fix #1906 as we don't have any cgo dependencies anymore by
default. |
Wim
|
23:34, Jan 28 2023 |
| 4a8f4c6
|
Update dependencies (#1951)
|
Wim
|
21:57, Jan 28 2023 |
| 1a8743b
|
Remove mattermost 5 support (#1936)
|
Wim
|
20:57, Jan 28 2023 |
| 545ae2c
|
Fix the "Someone" nickname problem (whatsapp) (#1931)
* Apply patch to work around the "Someone" nickname problem
* Code cleanup (whatsapp)
* Cleanup
* Code cleanup (whatsapp)
* Re-examine if sender exists
* Cleanup (whatsapp) |
ilmaisin
|
22:47, Dec 14 2022 |
| 5609156
|
Handle incoming document captions from whatsapp (#1935)
|
ilmaisin
|
22:20, Dec 14 2022 |
| 4e2a650
|
Improve attachment handling (whatsapp) (#1928)
* Allow captions for document attachments, too
* Handle audio messages
* Improve attachment handling |
ilmaisin
|
23:55, Nov 26 2022 |
| 4daf1d6
|
Update dependencies (#1929)
|
Wim
|
23:42, Nov 26 2022 |
| 7613620
|
Implement sending of EventJoinLeave both to and from Mumble (#1915)
* mumble: Implement sending of EventJoinLeave both to and from Mumble (Closes #1435)
* mumble: Break handleUserChange into two functions |
Sebastian P
|
23:17, Nov 26 2022 |
| 1f26923
|
Allow substitution of bot's nick in RunCommands (irc) (#1890)
* Allow substitution of bot's nick in RunCommands
* Tweak description of "{BOTNICK}"
Made the description of "{BOTNICK}" consistent with that of other keywords |
Kufat
|
23:01, Nov 26 2022 |
| 4130121
|
Fix empty messages on IRC (#1897)
|
Jair Sanchez
|
22:53, Nov 26 2022 |
| e9ef997
|
Fix telegram attachment comment formatting and escaping (#1920)
|
Alexander
|
22:50, Nov 26 2022 |
| e5bbcd2
|
Add Matrix username spoofing (#1875)
* Matrix username spoofing
* Add config sample |
Lucki
|
22:46, Sep 5 2022 |
| cde4204
|
Update dependencies and fix whatsmeow API changes (#1887)
* Update dependencies
* Fix whatsmau API changes |
Wim
|
19:00, Sep 5 2022 |
| 42b6c42
|
Add the `beerchat` project (a minetest mod) (#1877)
|
Buckaroo Banzai
|
17:32, Sep 5 2022 |
| 5f8947c
|
Fix error messages in telegram and slack bridges (#1862)
* Fix message html entities escaping when sending to Telegram
* Fix error messages in telegram and slack bridges
Co-authored-by: Wim <wim@42.be> |
Alexander
|
17:31, Sep 5 2022 |
| 27bcdba
|
Rename freenode to libera in simple config (#1870)
* freenode to libera
The freenode network doesn't really work anymore
* Missing replacement for Libera |
Glandos
|
16:51, Aug 13 2022 |
| 1bdfb88
|
Update dependencies and go1.18 (#1873)
* Update dependencies and go1.18
* Exclude unnecessary linters and update build to go1.18 |
Wim
|
14:14, Aug 13 2022 |
| a2aaf71
|
Fix message html entities escaping when sending to Telegram (#1855)
|
Alexander
|
22:47, Jul 6 2022 |
| 4a0deb4
|
Bump version
|
Wim
|
23:11, Jun 24 2022 |
| d9d465d
|
Release v1.25.2 (#1853)
|
Wim
|
23:00, Jun 24 2022 |
| fc25f5a
|
Support mattermost v7 (#1852)
Mattermost api (almost) didn't change between v6.7.x and v7.0
Everything should just work |
Wim
|
22:57, Jun 24 2022 |
| d40d48f
|
Update dependencies (#1851)
|
Wim
|
22:36, Jun 24 2022 |
| 2df03b1
|
Ignore events from other guilds, add nosendjoinpart support (discord) (#1846)
* 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 |
Sam W
|
21:50, Jun 24 2022 |
| b1e8a7f
|
Update dependencies (#1841)
|
Wim
|
21:07, Jun 11 2022 |
| 83dd7c0
|
Bump version
|
Wim
|
13:09, Jun 4 2022 |
| ab4a08d
|
Release v1.25.1 (#1832)
|
Wim
|
21:28, May 9 2022 |
| 50dbd97
|
Update dependencies (#1831)
|
Wim
|
21:00, May 9 2022 |
| 000b69d
|
Improve Slack attachments formatting (slack) (#1807)
* Improve Slack attachments formatting (slack)
* Add TitleLink
* Add Footer
* Fix linter issues |
Andy
|
20:56, May 9 2022 |
| b6bffa6
|
Add KeepQuotedReply option for matrix to fix regression (#1823)
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/5bae8f760ba3e9598e10724aba6d099e6ad2e174
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 |
Wim
|
21:32, May 6 2022 |
| b5a8a39
|
Update dependencies (#1822)
|
Wim
|
22:10, May 1 2022 |
| d6f26cf
|
Add space between filename and URL (mattermost). Fixes #1820
|
Wim
|
21:28, May 1 2022 |
| c50be3a
|
Revert "Clear existing IRC event handlers before connecting new ones (#1795)"
This reverts commit b8ae90a6ee1e9f755539e659f58a0c2b2e087446.
Fixes #1815
|
Wim
|
20:28, May 1 2022 |
| 31dfb88
|
Fix telegram message deletion request (#1818)
|
Alexander
|
20:00, May 1 2022 |
| d6f5581
|
Update dependencies (#1813)
|
Wim
|
21:50, Apr 25 2022 |
| fb5da34
|
Add CGO_ENABLED info also to whatsappmulti build
|
Wim
|
14:52, Apr 24 2022 |
| ddcaf27
|
Add CGO_ENABLED info to README
|
Wim
|
14:50, Apr 24 2022 |
| 714cbfa
|
Fix UploadMessagesPhoto for vk community chat (vk) (#1812)
|
Daniil Suvorov
|
21:37, Apr 22 2022 |
| 71a2283
|
Do not apply any markup to URL entities (telegram) (#1808)
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. |
ValdikSS
|
23:00, Apr 21 2022 |
| 04cb9ee
|
Do not modify .webm files (telegram). Fixes #17** (#1802)
|
Wim
|
11:35, Apr 17 2022 |