Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump github.com/mattermost/mattermost-server/v6 from 6.1.0 to 6.3.0 (#1686) | dependabot[bot] | 2022-01-18 | 130 | -403/+28970 |
| | | | | | | | | | | | | | | | | | Bumps [github.com/mattermost/mattermost-server/v6](https://github.com/mattermost/mattermost-server) from 6.1.0 to 6.3.0. - [Release notes](https://github.com/mattermost/mattermost-server/releases) - [Changelog](https://github.com/mattermost/mattermost-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/mattermost/mattermost-server/compare/v6.1.0...v6.3.0) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost-server/v6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Bump github.com/mattermost/mattermost-server/v5 from 5.39.0 to 5.39.3 (#1682) | dependabot[bot] | 2022-01-18 | 2 | -8/+24 |
| | | | | | | | | | | | | | | | | | Bumps [github.com/mattermost/mattermost-server/v5](https://github.com/mattermost/mattermost-server) from 5.39.0 to 5.39.3. - [Release notes](https://github.com/mattermost/mattermost-server/releases) - [Changelog](https://github.com/mattermost/mattermost-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/mattermost/mattermost-server/compare/v5.39.0...v5.39.3) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost-server/v5 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> | ||||
* | Add support for Harmony (#1656) | Janet Blackquill | 2021-12-18 | 22 | -0/+29252 |
| | | | | | | 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 | 2 | -15/+31 |
| | |||||
* | Update telegram-bot-api to v5 (#1660) | Wim | 2021-12-12 | 18 | -3700/+6881 |
| | |||||
* | Update dependencies/vendor (#1659) | Wim | 2021-12-12 | 115 | -812/+3223 |
| | |||||
* | Update go-whatsapp version (#1630) | snikpic | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | Update dependencies (#1628) | Wim | 2021-10-30 | 6 | -11/+73 |
| | |||||
* | Do not check cache on deleted messages (mattermost). Fixes #1555 (#1624) | Wim | 2021-10-25 | 1 | -1/+1 |
| | |||||
* | Fix gozulipbot vendor | Wim | 2021-10-23 | 1 | -0/+5 |
| | |||||
* | Update gozulipbot dependency (#1618) | Wim | 2021-10-23 | 2 | -8/+30 |
| | |||||
* | Update matterclient dep. Fixes #1617 | Wim | 2021-10-21 | 1 | -3/+2 |
| | |||||
* | Update dependencies (#1610) | Wim | 2021-10-17 | 356 | -11258/+10939 |
| | | | | | * Update dependencies * Update module to go 1.17 | ||||
* | Update vendor | Wim | 2021-10-16 | 502 | -176/+103270 |
| | |||||
* | Convert .tgs with go libraries (and cgo) (telegram) (#1569) | Benau | 2021-08-24 | 302 | -0/+121374 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | Update vendor (#1560) | Wim | 2021-07-31 | 17 | -62/+364 |
| | |||||
* | Update matterbridge/go-xmpp vendor (#1559) | Wim | 2021-07-31 | 1 | -2/+8 |
| | |||||
* | Update dependencies (#1521) | Wim | 2021-06-16 | 81 | -798/+2927 |
| | |||||
* | Update Rhymen/go-whatsapp module to latest master (2b8a3e9b8aa2) (#1518) | Nathanaƫl | 2021-06-16 | 2 | -2/+3 |
| | |||||
* | Update vendor (#1498) | Wim | 2021-05-30 | 35 | -4291/+11294 |
| | |||||
* | Update vendor (#1461) | Wim | 2021-05-05 | 37 | -1561/+163 |
| | | | | | * Update vendored libs * Fix slack api changes | ||||
* | Update vendor (#1446) | Wim | 2021-04-03 | 36 | -5352/+8050 |
| | | | | | * Update vendor * Use upstream emoji lib again | ||||
* | Update vendor (#1414) | Wim | 2021-03-20 | 78 | -856/+4089 |
| | |||||
* | Update vendor (#1384) | Wim | 2021-02-01 | 34 | -234/+1517 |
| | |||||
* | Add vk bridge (#1372) | Ivanik | 2021-01-29 | 101 | -0/+18340 |
| | | | | | | | | | | | | | | | | | | | | | * Add vk bridge * Vk bridge attachments * Vk bridge forwarded messages * Vk bridge sample config and code cleanup * Vk bridge add vendor * Vk bridge message edit * Vk bridge: fix fetching names of other bots * Vk bridge: code cleanup * Vk bridge: fix shadows declaration * Vk bridge: remove UseFileURL | ||||
* | Update vendor for next release (#1343) | Wim | 2020-12-31 | 82 | -938/+5399 |
| | |||||
* | Update go-nc-talk (nctalk) (#1333) | Gary Kim | 2020-12-10 | 2 | -7/+13 |
| | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | Update vendor (#1330) | Wim | 2020-12-06 | 21 | -298/+535 |
| | |||||
* | Update rocketchat vendor (#1327) | Wim | 2020-12-06 | 2 | -9/+7 |
| | | | Contains fixes for #992 and adds more random ID | ||||
* | Update discordgo fork (#1303) | Wim | 2020-11-22 | 9 | -22/+235 |
| | |||||
* | Update vendor (#1297) | Wim | 2020-11-22 | 25 | -367/+1141 |
| | |||||
* | Update vendor (#1265) | Wim | 2020-10-19 | 218 | -1233/+21682 |
| | |||||
* | Update vendor (#1257) | Wim | 2020-10-11 | 35 | -3628/+5786 |
| | |||||
* | Add Mumble support (#1245) | Sebastian P | 2020-10-01 | 7 | -0/+1072 |
| | |||||
* | Update vendor (#1228) | Wim | 2020-09-04 | 1282 | -2389/+3711 |
| | |||||
* | Switch to upstream gomatrix (#1219) | Tilo Spannagel | 2020-08-30 | 18 | -118/+235 |
| | | | Signed-off-by: Tilo Spannagel <development@tilosp.de> | ||||
* | Add TLSConfig to nctalk (#1195) | Gary Kim | 2020-08-30 | 18 | -339/+733 |
| | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | Update whatsapp vendor and fix a panic (#1209) | Wim | 2020-08-24 | 9 | -22/+223 |
| | | | | | * Fix another whatsapp panic * Update whatsapp vendor | ||||
* | Sync with upstream gozulipbot fixes (#1202) | Wim | 2020-08-21 | 4 | -21/+66 |
| | |||||
* | Use mattermost v5 module (#1192) | Wim | 2020-08-10 | 393 | -25194/+41801 |
| | |||||
* | Update dependencies for 1.18.0 release (#1175) | Wim | 2020-07-18 | 62 | -554/+1004 |
| | |||||
* | Add Nextcloud Talk support (#1167) | Gary Kim | 2020-07-18 | 13 | -0/+611 |
| | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | Increase debug logging with function,file and linenumber (#1147) | Wim | 2020-05-24 | 1 | -3/+51 |
| | | | | | | | Show the function name,file and linenumber like this [0000] INFO main: [setupLogger:matterbridge.go:100] Enabling debug logging. [0000] INFO main: [main:matterbridge.go:46] Running version 1.17.5-dev Only enable this for debug as this adds some overhead. | ||||
* | Update dependencies / vendor (#1146) | Wim | 2020-05-24 | 273 | -1668/+7090 |
| | |||||
* | Add StripMarkdown option (irc). (#1145) | Wim | 2020-05-23 | 4 | -0/+141 |
| | | | Enable `StripMarkdown` to strip markdown for irc. | ||||
* | Update Rhymen/go-whatsapp. Fixes #1107 (#1109) | Wim | 2020-04-21 | 2 | -5/+8 |
| | |||||
* | Update matterbridge/go-xmpp. Fixes #1097 (#1099) | Wim | 2020-04-19 | 1 | -69/+74 |
| | |||||
* | Update matterbridge/go-xmpp to add PEP-0030 support (#1095) | Wim | 2020-04-18 | 3 | -11/+157 |
| | |||||
* | Update matterbridge/Rocket.Chat.Go.SDK (#1087) | Wim | 2020-04-16 | 2 | -0/+26 |
| | |||||
* | Update Rhymen/go-whatsapp vendor and whatsapp version (#1078) | Wim | 2020-04-09 | 7 | -537/+1153 |
| |