Commit Graph

1255 Commits (54b3143a1d2997abc2a38bc608437c4ac362245f)
 

Author SHA1 Message Date
Wim 54b3143a1d Bump version 4 years ago
Wim 148f7d2a91
Release v1.17.1 (#1063) 4 years ago
Wim 1aa662f763
Update client version whatsapp. Fixes #1061 (#1062)
See https://github.com/Rhymen/go-whatsapp/issues/305
4 years ago
Alex Wigen 0b86b88de7
Remove build dependencies from final docker image (multistage build) (#1057)
This multistage build takes the resulting image size down from 346MB to
90MB.
4 years ago
Qais Patankar 98033b1ba7
Don't transmit typing events from ourselves (slack/discord) (#1056) 4 years ago
Qais Patankar 2b7eab629d
Add support for build tags (#1054)
By default all bridges are available.

You can turn off certain bridges by providing
e.g. "nodiscord" as a build tag.

    go build -tags nomsteams,noapi
4 years ago
Wim 0e4973e15c
Exclude gateway/bridgemap from linting (#1055) 4 years ago
Qais Patankar af0acf0dae
Strip extra info from emotes (discord) (#1052) 4 years ago
Qais Patankar 76e5fe5a87 Update vendor yaegashi/msgraph.go to v0.1.2 (2) 4 years ago
Qais Patankar 802c80f40c Update vendor yaegashi/msgraph.go to v0.1.2 (1) 4 years ago
Wim a51c5bd905
Add more msteams docs (#1051) 4 years ago
Wim 8c68556f52 Bump version 4 years ago
Wim cca1ea2404
Release v1.17.0 (#1050) 4 years ago
Wim 281016a501
Fix duplicate separator on empty description/url (discord). Fixes #1008 (#1035)
Make this work for all possible cases.
Add tests
4 years ago
Qais Patankar d4acdf2f89
Use blocks not attachments (slack) (#1048)
This removes the extra space below messages, as shown in
https://user-images.githubusercontent.com/923242/77235190-a3359980-6bab-11ea-8b7b-697d730ae5c1.png
4 years ago
Qais Patankar 0951e75c85
Fix #1039: messages sent to Slack being synced back (#1046)
This is a regression from https://github.com/42wim/matterbridge/pull/581#issuecomment-562937576

Behaves the same as 95190f11bf
4 years ago
Jakub 6b017b226a
Support JSON and YAML config formats (#1045)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
4 years ago
Qais Patankar 9e3bd7398c
Fix #1027: warning when handling inbound webhooks (discord) (#1044) 4 years ago
Qais Patankar 79f764c7a8 Refactor webhook permission checks 4 years ago
Qais Patankar b5dc4353fb Fix #1040: spotty webhook permission verification 4 years ago
Qais Patankar 2fbac73c29
Ignore ConnectingEvent (slack) (#1041) 4 years ago
burner1024 6616d105d1
Add markdownv2 mode for telegram documentation, see #1032 (#1037) 4 years ago
Wim 6b4b19194e
Update vendor shazow/ssh-chat (#1029) 4 years ago
Wim 9785edd263
Remove replace directives and use own fork to make go get work again (#1028)
See https://github.com/golang/go/issues/30354
go get doesn't honor the go.mod replace options.
4 years ago
Qais Patankar 2a0bc11b68 Make some discord matterbridge.toml.sample lines less verbose 4 years ago
Qais Patankar dd0325a88d Remove trailing newlines from matterbridge.toml.sample 4 years ago
Qais Patankar 20783c0978 Refactor matterbridge.toml.sample discord section 4 years ago
Wim 3f06a40bd5 Support code snippets from msteams 4 years ago
Wim 68f43985ad Add scopes again 4 years ago
Wim 915ca8f817 Make linter happy and cleanup (msteams) 4 years ago
Wim a65a81610b Support threading from other bridges to msteams 4 years ago
Wim 8eb6ed5639 Support receiving attachments from msteams 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 3af0dc3b3a Vendor libraries needed for msteams support 4 years ago
Wim 9cf9b958a3
Do not lint gomnd (#1021) 4 years ago
Wim 3ac2ba8d5a
Update to go1.14 and golangci-lint 1.23.7 (#1020) 4 years ago
Wim d893421c7b
Update vendor keybase/go-keybase-chat-bot (#1019) 4 years ago
Wim 250b3bb579
Use upstream slack-go/slack again (#1018) 4 years ago
Alexander Pushkov e9edbfc051
Make Keybase link point to the team directly (#1013) 4 years ago
Wim e343db6f72
Make avatars download work with mediaserverdownload (telegram). Fixes #920 (#1012) 4 years ago
Qais Patankar 4d57d66f85
Fix typo in feature_request.md (#1009) 4 years ago
Wim 54ed6320c2 Add support for avatars from matrix. #984 (#1007) 4 years ago
Wim 23083f3ae0
Rebase gomatrix vendor with upstream (#1006) 4 years ago
Wim 1985873494 Implement basic reconnect (whatsapp). Fixes #987 (#1003) 4 years ago
Qais Patankar 8ae5917659
Be less lossy when throttling IRC messages (#1004)
Note that msg.Text and chucking it through a chan is OK: https://play.golang.org/p/MTfT3YSsgPX
4 years ago
Qais Patankar c91bfd08d8 Add ability to procure avatars from the destination bridge (#1000)
* remote_avatar: add UseLocalAvatar

* remote_avatar: make sure msg.Protocol is always set correctly

* remote_avatars: support msg.Account

* remote_avatar: add to matterbridge.toml.sample

* remote_avatar: clarify something
4 years ago
Qais Patankar 49110a5872
Assign automatically labels when creating issues (#1005)
* Update Bug_report.md

* Add 'label: enhancement' to feature_request.md
4 years ago
Wim c01c8edeb8 Fix go-keybase-chat-bot api changes 4 years ago
Wim ff8cf067b8 Update kekeybase/go-keybase-chat-bot vendor 4 years ago
Qais Patankar 1420f68050 Check only bridged channels for PermManageWebhooks (discord) (#1001)
* Check only bridged channels for PermManageWebhooks

* add note
4 years ago