Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update vendor | Wim | 2021-10-16 | 588 | -3423/+119385 |
| | |||||
* | Disable exhaustivestruct linter | Wim | 2021-10-16 | 1 | -0/+1 |
| | |||||
* | Build static binaries on github | Wim | 2021-10-14 | 1 | -3/+3 |
| | |||||
* | Convert .tgs with go libraries (and cgo) (telegram) (#1569) | Benau | 2021-08-24 | 310 | -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 nlreturn | Wim | 2021-08-24 | 1 | -0/+3 |
| | |||||
* | Update github actions to go1.17 and increase deadline (#1573) | Wim | 2021-08-22 | 2 | -6/+6 |
| | |||||
* | Remove newline character in bridge multiline messages (mumble) (#1572) | powerjungle | 2021-08-22 | 1 | -1/+4 |
| | |||||
* | Update vendor (#1560) | Wim | 2021-07-31 | 95 | -181/+1677 |
| | |||||
* | Add support for anonymous connection (xmpp) (#1548) | tytan652 | 2021-07-31 | 2 | -5/+19 |
| | |||||
* | Update matterbridge/go-xmpp vendor (#1559) | Wim | 2021-07-31 | 4 | -8/+12 |
| | |||||
* | Add space before file upload comment (slack) (#1554) | Brian V | 2021-07-27 | 1 | -1/+1 |
| | |||||
* | Fix XMPP parseNick function (#1547) | tytan652 | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Add link to service files wiki page (#1545) | minecraftchest1 | 2021-07-20 | 1 | -0/+5 |
| | | | Added Systemd section to README.md. Added Systemd to table of contents. | ||||
* | Use correct URL for Mediaserver Setup (#1550) | Brian V | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Update .goreleaser.yml | Wim | 2021-06-25 | 1 | -0/+3 |
| | |||||
* | Update matterbridge.toml.sample | Wim | 2021-06-25 | 1 | -7/+0 |
| | |||||
* | Add support for separate display name (nctalk) (#1506) | Gary Kim | 2021-06-19 | 6 | -12/+45 |
| | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | Bump version | Wim | 2021-06-16 | 1 | -1/+1 |
| | |||||
* | Release v1.22.3 (#1522)v1.22.3 | Wim | 2021-06-16 | 3 | -2/+11 |
| | | | * Release v1.22.3 | ||||
* | Update dependencies (#1521) | Wim | 2021-06-16 | 243 | -14258/+12620 |
| | |||||
* | Update Rhymen/go-whatsapp module to latest master (2b8a3e9b8aa2) (#1518) | Nathanaël | 2021-06-16 | 5 | -6/+7 |
| | |||||
* | Bump version | Wim | 2021-06-02 | 1 | -1/+1 |
| | |||||
* | Release v1.22.2 (#1504)v1.22.2 | Wim | 2021-06-01 | 6 | -53/+26 |
| | |||||
* | Add support for message deletion (nctalk) (#1492) | Gary Kim | 2021-06-01 | 8 | -91/+243 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nctalk: add message deletion support Signed-off-by: Gary Kim <gary@garykim.dev> * nctalk: seperate out deletion and sending logic Signed-off-by: Gary Kim <gary@garykim.dev> * nctalk: update library to v0.2.0 Signed-off-by: Gary Kim <gary@garykim.dev> * Rename functions to be clearer Signed-off-by: Gary Kim <gary@garykim.dev> * Update to go-nc-talk v0.2.1 Signed-off-by: Gary Kim <gary@garykim.dev> * Update to go-nc-talk v0.2.2 Signed-off-by: Gary Kim <gary@garykim.dev> * Make deletions easier to debug Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | Update irc references (#1499) | Wim | 2021-05-30 | 2 | -11/+11 |
| | |||||
* | Update vendor (#1498) | Wim | 2021-05-30 | 443 | -6100/+32870 |
| | |||||
* | Fix content body issue for redactions (matrix) (#1496) | Gary Kim | 2021-05-29 | 1 | -7/+7 |
| | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | Add a MessageClipped option to set your own clipped message. Closes #1359 ↵ | Wim | 2021-05-27 | 8 | -105/+124 |
| | | | | (#1487) | ||||
* | Support sending file URLs (nctalk) (#1489) | Gary Kim | 2021-05-27 | 1 | -0/+31 |
| | | | | | | | | | | | | * nctalk: support sending file URLs Signed-off-by: Gary Kim <gary@garykim.dev> * nctalk: reduce nesting Co-authored-by: Wim <wim@42.be> Signed-off-by: Gary Kim <gary@garykim.dev> Co-authored-by: Wim <wim@42.be> |