Commit Graph

65 Commits (master)

Author SHA1 Message Date
Wim d16645c952
Update mattermost library (#2152)
* Update mattermost library

* Fix linting
1 week ago
Wim 2f33fe86f5
Update dependencies and build to go1.22 (#2113)
* Update dependencies and build to go1.22

* Fix api changes wrt to dependencies

* Update golangci config
1 week ago
Wim 56e7bd01ca
Update dependencies and remove old matterclient lib (#2067) 10 months ago
Wim 08779c2909
Update dependencies (#2007)
* Update dependencies
1 year ago
dependabot[bot] 57ce19150f
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>
1 year ago
Wim 880586bac4
Update dependencies (#1951) 1 year ago
Wim 4fd0a76727
Update dependencies (#1929) 2 years ago
Wim 6a3fc71397
Update dependencies and go1.18 (#1873)
* Update dependencies and go1.18

* Exclude unnecessary linters and update build to go1.18
2 years ago
Wim 8751fb4bb1
Update dependencies (#1841) 2 years ago
Wim 67adad3e08
Update dependencies (#1813) 2 years ago
Wim c6716e030c
Update dependencies (#1784) 2 years ago
Wim 2623a412c4 Update vendor (whatsapp) 2 years ago
Wim aefa70891c Update vendor (whatsapp) 2 years ago
Wim e3cafeaf92 Add dependencies/vendor (whatsapp) 2 years ago
Wim f0f801402d
Refactor utf-8 conversion (irc) (#1767) 2 years ago
Wim b3be2e208c
Update dependencies and vendor (#1761) 2 years ago
dependabot[bot] aad60c882e
Bump github.com/mattermost/mattermost-server/v6 from 6.1.0 to 6.3.0 (#1686)
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>
2 years ago
Janet Blackquill dbedc99421
Add support for Harmony (#1656)
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.
2 years ago
Wim 3893a035be
Update dependencies/vendor (#1659) 3 years ago
Wim 4dd8bae5c9
Update dependencies (#1610)
* Update dependencies

* Update module to go 1.17
3 years ago
Wim 20f6c05ec5 Update vendor 3 years ago
Wim 44f3e2557d
Update vendor (#1560) 3 years ago
Wim fb5a84212c
Update dependencies (#1521) 3 years ago
Wim 4091b6f6b4
Update vendor (#1498) 3 years ago
Wim a0bca42a7a
Update vendor (#1461)
* Update vendored libs

* Fix slack api changes
3 years ago
Wim ee5d9b43b5
Update vendor (#1414) 3 years ago
Ivanik 8764be7461
Add vk bridge (#1372)
* 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
3 years ago
Wim 4f20ebead3
Update vendor for next release (#1343) 3 years ago
Wim 0d7315249d
Update vendor (#1330) 4 years ago
Wim 4cc2c914e6
Update vendor (#1297) 4 years ago
Wim 075a84427f
Update vendor (#1265) 4 years ago
Wim 2f59abdda7
Update vendor (#1228) 4 years ago
Wim 4e50fd8649
Use mattermost v5 module (#1192) 4 years ago
Wim 23d8742f0d
Update dependencies for 1.18.0 release (#1175) 4 years ago
Wim 393f9e998b
Update dependencies / vendor (#1146) 4 years ago
Qais Patankar 76e5fe5a87 Update vendor yaegashi/msgraph.go to v0.1.2 (2) 4 years ago
Wim 795a8705c3 Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
4 years ago
Wim 0f708daf2d
Update dependencies (#975) 4 years ago
Wim b9354de8fd Clean up go.mod and vendor 4 years ago
Benjamin 0917dc8766 Update markdown parsing library to github.com/gomarkdown/markdown (#944) 5 years ago
Wim a3bee01e0a
Update dependencies (#886) 5 years ago
cori hudson 921f2dfcdf Add initial Keybase Chat support (#877)
* initial work on native keybase bridging

* Hopefully make a functional keybase bridge

* add keybase to bridgemap

* send to right channel, try to figure out received msgs

* add account and userid

* i am a Dam Fool

* Fix formatting for messages, handle /me

* update vendors, ran golint and goimports

* move handlers to handlers.go, clean up unused config options

* add sample config, fix inconsistent remote nick handling

* Update readme with keybase links

* Resolve fixmie errors

* Error -> Errorf

* fix linting errors in go.mod and go.sum

* explicitly join channels, ignore messages from non-specified channels

* check that team names match before bridging message
5 years ago
Wim cb712ff37d
Update vendor (#852) 5 years ago
Wim 3418e8c9af
Use upstream whatsapp again (#809) 5 years ago
Wim df3fdc26a0
Use whatsapp forks (#750) 5 years ago
Wim 26a7e35f27
Add MediaConvertWebPToPNG option (telegram). (#741)
* Add MediaConvertWebPToPNG option (telegram).

When enabled matterbridge will convert .webp files to .png files
before uploading them to the mediaserver of the other bridges.

Fixes #398
5 years ago
Krzysiek Madejski 55e79063d6 Add initial WhatsApp support (#711) 5 years ago
Wim 6ebd5cbbd8 Refactor and update RocketChat bridge
* Add support for editing/deleting messages
* Add support for uploading files
* Add support for avatars
* Use the Rocket.Chat.Go.SDK
* Use the rest and streaming api
5 years ago
Wim c81c0dd22a Update vendor, move to labstack/echo/v4 Fixes #698 5 years ago
Wim 04567c765e
Add support for markdown to HTML conversion (matrix). Closes #663 (#670)
This uses our own gomatrix lib with the SendHTML function which
adds HTML to formatted_body in matrix.
golang-commonmark is used to convert markdown into valid HTML.
5 years ago