Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove GroupID (vk) (#1668) | Daniil Suvorov | 2022-01-09 | 2 | -7/+8 |
| | |||||
* | Add Dependabot.yml config (#1663) | Felix | 2021-12-19 | 1 | -0/+22 |
| | | | | | | | * Added: Dependabot.yml config * Updated: schedule interval * Updated: Interval to weekly | ||||
* | Fix codeql warnings | Wim | 2021-12-19 | 3 | -4/+8 |
| | |||||
* | Add support for Harmony (#1656) | Janet Blackquill | 2021-12-18 | 31 | -0/+29626 |
| | | | | | | Harmony is a relatively new (1,5yo) chat protocol with a small community. This introduces support for Harmony into Matterbridge, using the functionality specifically designed for bridge bots. The implementation is a modest 200 lines of code. | ||||
* | Fix vendored xmpp (#1661) | Wim | 2021-12-12 | 5 | -19/+35 |
| | |||||
* | Add comments to messages (telegram) (#1652) | Soloam | 2021-12-12 | 2 | -4/+5 |
| | | | | | | | | | | | | | * Add's comments to message in telegram messages This is a change to handle comments in telegram messages! Some messages in telegram have comments added to the message! This normally is the description in images or links. This changes appends the comment to the message if available. This should fix the issue in #1649 * [fix] discord: send comments in extras Co-authored-by: Wim <wim@42.be> | ||||
* | Update telegram-bot-api to v5 (#1660) | Wim | 2021-12-12 | 23 | -3753/+6930 |
| | |||||
* | Update dependencies/vendor (#1659) | Wim | 2021-12-12 | 214 | -5640/+8882 |
| | |||||
* | Fix telegram/handlers.go linting (#1658) | Wim | 2021-12-10 | 1 | -5/+5 |
| | |||||
* | Disable some more linters | Wim | 2021-12-10 | 1 | -1/+16 |
| | |||||
* | Fix Zulip example in matterbridge.toml.sample (#1657) | Yash Rathore | 2021-12-10 | 1 | -1/+1 |
| | | | | | Commit 11fc4c286fbcd6c1519362d2b0123ebd4ab19067 changed the example for Zulip, in a way that was not accurate to what zulip.go expects, hence this commit fixes the example. | ||||
* | Add support for code blocks in telegram (#1650) | Dan Walmsley | 2021-12-07 | 1 | -0/+15 |
| | | | | | | | | | | | * handle code blocks in telegram. * support multi-line code blocks. * remove import. * handle code blocks in middle of normal text. * support multiple code blocks in same message. | ||||
* | Update matterbridge.toml.sample (#1644) | PeGaSuS | 2021-12-02 | 1 | -0/+1 |
| | | | Missing `{NOPINGNICK}` example on the general re-loadable settings | ||||
* | Use Alpine stable again in Dockerfile (#1643) | Sandro | 2021-11-29 | 2 | -2/+2 |
| | | | | | * Use alpine stable again * fix build for tgs.Dockerfile | ||||
* | Allow binding to IP on IRC (#1640) | Santtu Lakkala | 2021-11-29 | 2 | -0/+6 |
| | | | | Add configuration option "Bind" that is passed on to girc, allowing to choose which IP address to use on systems that have multiple ones. | ||||
* | Bump version | Wim | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | Release v1.23.2 (#1631)v1.23.2 | Wim | 2021-11-02 | 3 | -2/+10 |
| | |||||
* | Update go-whatsapp version (#1630) | snikpic | 2021-11-02 | 4 | -5/+5 |
| | |||||
* | Bump version | Wim | 2021-11-01 | 1 | -1/+1 |
| | |||||
* | Release v1.23.1 (#1629)v1.23.1 | Wim | 2021-10-30 | 3 | -4/+16 |
| | |||||
* | Do not fail on no avatar data (xmpp) #1529 (#1627) | Polynomdivision | 2021-10-30 | 1 | -1/+7 |
| | | | | | | | * Detect errors when working with AvatarData * Remove not neccessary line Co-authored-by: Wim <wim@42.be> | ||||
* | Update dependencies (#1628) | Wim | 2021-10-30 | 9 | -29/+93 |
| | |||||
* | Remove wrapcheck linter | Wim | 2021-10-30 | 1 | -0/+1 |
| | |||||
* | Add article. (#1625) | Minecraftchest1 | 2021-10-25 | 1 | -0/+1 |
| | | | Add article at https://minecraftchest1.wordpress.com/2021/06/05/how-to-install-and-setup-matterbridge/ | ||||
* | Do not check cache on deleted messages (mattermost). Fixes #1555 (#1624) | Wim | 2021-10-25 | 5 | -6/+6 |
| | |||||
* | Use a new msgID when replacing messages (xmpp). Fixes #1584 (#1623) | Wim | 2021-10-24 | 1 | -1/+0 |
| | |||||
* | Fix panic in msteams. Fixes #1588 (#1622) | Wim | 2021-10-24 | 1 | -4/+6 |
| | |||||
* | Keep the logger on a disabled bridge. Fixes #1616 (#1621) | Wim | 2021-10-24 | 2 | -1/+6 |
| | |||||
* | Add better error handling on Zulip (#1589) | Alex Vandiver | 2021-10-23 | 7 | -13/+20 |
| | | | | | | | | | | | | | | | | | | * zulip: Treat unknown errors with a 10-second backoff. An unknown error (including an unauthorized error) would fall through with no calls to time.Sleep, resulting in hammering the server as quickly as possible. Add a 10-second sleep in the default error case. The heartbeat is left with no explicit sleep, but all other codepaths now contain one. * version: Move version information into a separate package. This will allow it to be accessed by other sections of the code. * zulip: Use the matterbridge version in the user-agent. Co-authored-by: Wim <wim@42.be> | ||||
* | Remove forbidigo linter | Wim | 2021-10-23 | 1 | -0/+1 |
| | |||||
* | Fix gozulipbot vendor | Wim | 2021-10-23 | 1 | -0/+5 |
| | |||||
* | Update gozulipbot dependency (#1618) | Wim | 2021-10-23 | 5 | -14/+34 |
| | |||||
* | Update matterclient dep. Fixes #1617 | Wim | 2021-10-21 | 4 | -5/+6 |
| | |||||
* | Bump version | Wim | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Release v1.23.0 (#1615)v1.23.0 | Wim | 2021-10-17 | 3 | -2/+32 |
| | |||||
* | Push docker images also to ghcr.io | Wim | 2021-10-17 | 1 | -2/+2 |
| | |||||
* | Update GH actions to multi arch (arm64) (#1614) | KingPin | 2021-10-17 | 1 | -0/+11 |
| | | | | | add arm64 to the docker build add the package to ghcr.io (github container registery) this will make it so users can run matterbridge:latest and it will work on both amd64 & arm64 | ||||
* | Tag also latest on docker builds | Wim | 2021-10-17 | 1 | -0/+2 |
| | |||||
* | Fix docker build | Wim | 2021-10-17 | 1 | -1/+1 |
| | |||||
* | Add docker builds on tags | Wim | 2021-10-17 | 1 | -2/+22 |
| | |||||
* | Add the githash to docker builds | Wim | 2021-10-17 | 1 | -0/+4 |
| | |||||
* | Fix docker build | Wim | 2021-10-17 | 2 | -3/+3 |
| | |||||
* | Add docker build | Wim | 2021-10-17 | 1 | -0/+31 |
| | |||||
* | Update dependencies (#1610) | Wim | 2021-10-17 | 494 | -19720/+15698 |
| | | | | | * Update dependencies * Update module to go 1.17 | ||||
* | Update README to use go install instead of go get | Wim | 2021-10-17 | 1 | -1/+7 |
| | |||||
* | Need to update to Go 1.17 because of gopackage/ddp dependency (#1611) | Wim | 2021-10-17 | 2 | -2/+2 |
| | |||||
* | Add UserName and RealName options for IRC (#1590) | Iris Morelle | 2021-10-16 | 3 | -2/+19 |
| | | | | | | This allows setting custom values for the IRC username/ident and real name (gecos) fields at server registration time with gIRC. Co-authored-by: Wim <wim@42.be> | ||||
* | Update arm dockerfile to build 1.22.3 fixes #1602 (#1603) | KingPin | 2021-10-16 | 1 | -3/+4 |
| | | | Co-authored-by: Wim <wim@42.be> | ||||
* | Invalidate user in cache on user change event (#1604) | Jonathan Walker (Keenan) | 2021-10-16 | 2 | -0/+8 |
| | | | Co-authored-by: Wim <wim@42.be> | ||||
* | Add support for mattermost v6 | Wim | 2021-10-16 | 4 | -36/+409 |
| |