summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies/vendor (#1659)Wim2021-12-12214-5640/+8882
|
* Fix telegram/handlers.go linting (#1658)Wim2021-12-101-5/+5
|
* Disable some more lintersWim2021-12-101-1/+16
|
* Fix Zulip example in matterbridge.toml.sample (#1657)Yash Rathore2021-12-101-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 Walmsley2021-12-071-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)PeGaSuS2021-12-021-0/+1
| | | Missing `{NOPINGNICK}` example on the general re-loadable settings
* Use Alpine stable again in Dockerfile (#1643)Sandro2021-11-292-2/+2
| | | | | * Use alpine stable again * fix build for tgs.Dockerfile
* Allow binding to IP on IRC (#1640)Santtu Lakkala2021-11-292-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 versionWim2021-11-021-1/+1
|
* Release v1.23.2 (#1631)v1.23.2Wim2021-11-023-2/+10
|
* Update go-whatsapp version (#1630)snikpic2021-11-024-5/+5
|
* Bump versionWim2021-11-011-1/+1
|
* Release v1.23.1 (#1629)v1.23.1Wim2021-10-303-4/+16
|
* Do not fail on no avatar data (xmpp) #1529 (#1627)Polynomdivision2021-10-301-1/+7
| | | | | | | * Detect errors when working with AvatarData * Remove not neccessary line Co-authored-by: Wim <wim@42.be>
* Update dependencies (#1628)Wim2021-10-309-29/+93
|
* Remove wrapcheck linterWim2021-10-301-0/+1
|
* Add article. (#1625)Minecraftchest12021-10-251-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)Wim2021-10-255-6/+6
|
* Use a new msgID when replacing messages (xmpp). Fixes #1584 (#1623)Wim2021-10-241-1/+0
|
* Fix panic in msteams. Fixes #1588 (#1622)Wim2021-10-241-4/+6
|
* Keep the logger on a disabled bridge. Fixes #1616 (#1621)Wim2021-10-242-1/+6
|
* Add better error handling on Zulip (#1589)Alex Vandiver2021-10-237-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 linterWim2021-10-231-0/+1
|
* Fix gozulipbot vendorWim2021-10-231-0/+5
|
* Update gozulipbot dependency (#1618)Wim2021-10-235-14/+34
|
* Update matterclient dep. Fixes #1617Wim2021-10-214-5/+6
|
* Bump versionWim2021-10-181-1/+1
|
* Release v1.23.0 (#1615)v1.23.0Wim2021-10-173-2/+32
|
* Push docker images also to ghcr.ioWim2021-10-171-2/+2
|
* Update GH actions to multi arch (arm64) (#1614)KingPin2021-10-171-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 buildsWim2021-10-171-0/+2
|
* Fix docker buildWim2021-10-171-1/+1
|
* Add docker builds on tagsWim2021-10-171-2/+22
|
* Add the githash to docker buildsWim2021-10-171-0/+4
|
* Fix docker buildWim2021-10-172-3/+3
|
* Add docker buildWim2021-10-171-0/+31
|
* Update dependencies (#1610)Wim2021-10-17494-19720/+15698
| | | | | * Update dependencies * Update module to go 1.17
* Update README to use go install instead of go getWim2021-10-171-1/+7
|
* Need to update to Go 1.17 because of gopackage/ddp dependency (#1611)Wim2021-10-172-2/+2
|
* Add UserName and RealName options for IRC (#1590)Iris Morelle2021-10-163-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)KingPin2021-10-161-3/+4
| | | Co-authored-by: Wim <wim@42.be>
* Invalidate user in cache on user change event (#1604)Jonathan Walker (Keenan)2021-10-162-0/+8
| | | Co-authored-by: Wim <wim@42.be>
* Add support for mattermost v6Wim2021-10-164-36/+409
|
* Update vendorWim2021-10-16588-3423/+119385
|
* Disable exhaustivestruct linterWim2021-10-161-0/+1
|
* Build static binaries on githubWim2021-10-141-3/+3
|
* Convert .tgs with go libraries (and cgo) (telegram) (#1569)Benau2021-08-24310-85/+121526
| | | | | | | | | | | | | | | | This commit adds support for go/cgo tgs conversion when building with the -tags `cgo` The default binaries are still "pure" go and uses the old way of converting. * Move lottie_convert.py conversion code to its own file * Add optional libtgsconverter * Update vendor * Apply suggestions from code review * Update bridge/helper/libtgsconverter.go Co-authored-by: Wim <wim@42.be>
* Disable errorlint,gci and nlreturnWim2021-08-241-0/+3
|
* Update github actions to go1.17 and increase deadline (#1573)Wim2021-08-222-6/+6
|
* Remove newline character in bridge multiline messages (mumble) (#1572)powerjungle2021-08-221-1/+4
|