Commit Graph

54 Commits (250b3bb5795240d5ebdab5416ab99dbc41be734b)

Author SHA1 Message Date
Wim 250b3bb579
Use upstream slack-go/slack again (#1018) 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 ff8cf067b8 Update kekeybase/go-keybase-chat-bot vendor 4 years ago
Wim 585d1556c1
Disable smartypants in markdown parser. Fixes #989, #983 (#993) 4 years ago
Wim 9d84d6dd64
Update to tengo v2 (#976) 4 years ago
Wim 0f708daf2d
Update dependencies (#975) 4 years ago
Wim b9354de8fd Clean up go.mod and vendor 4 years ago
Guillaume Lazzara c9d5f4c898 Add support for WhatsApp media (jpeg/png/gif) bridging (#974)
* Whatsapp image bridging

* Prevent double message in telegram when media with caption received

Co-authored-by: imShara <shara@protonmail.com>
4 years ago
Wim 12d2c6fe89
Update slack vendor to fix regression (#959) 5 years ago
Wim f43faf15f8
Update slack vendor to master (#958) 5 years ago
Wim 075ca9ca47
Switch to new emoji library kyokomi/emoji (#948) 5 years ago
Wim d4253d7a55
Update shazow/ssh-chat dependency (#947) 5 years ago
Benjamin 0917dc8766 Update markdown parsing library to github.com/gomarkdown/markdown (#944) 5 years ago
Wim aba86855b5
Use own slack fork to fix #937 (#943) 5 years ago
Wim 0bc159341d
Update vendor (#932)
* Update vendor

* Fix godiscord api change
5 years ago
Wim 0b9bc18236
Update vendor matterbridge/gomatrix fork (#928) 5 years ago
Wim bad3b83d33
Update golang-commonmark/linkify vendor and use upstream again. Fixes #924 (#926) 5 years ago
Wim da3868c104 Try to fix blackfriday go modules mess 5 years ago
Wim a3bee01e0a
Update dependencies (#886) 5 years ago
Wim 1532f6e427
Update lrstanley/girc vendor (#884) 5 years ago
Wim 1552dcb143
Replace bwmarrin/discordgo with matterbridge/discordgo (#878)
Needed for #872
5 years ago
Wim d525f1c9e4
Update Rhymen/go-whatsapp vendor (#876) 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 ce7b749fd5 Update github.com/Rhymen/go-whatsapp vendor. Fixes #843 5 years ago
Wim 40f1d35415 Fix go mod issue by removing whatsapp-ext 5 years ago
Wim 3418e8c9af
Use upstream whatsapp again (#809) 5 years ago
Wim 115d20373c
Update tengo vendor and load the stdlib. Fixes #789 (#792) 5 years ago
Duco van Amstel eabf2a4582 Check module files in CI run (#761) 5 years ago
Wim 325d62b41c Update vendor d5/tengo 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
Wim 96841c70c7 Fix regression in HTML handling (telegram). Closes #734
* Revert back to blackfriday v1
* Add testing
5 years ago
Wim 1bb39eba87
Add scripting (tengo) support for every incoming message (#731)
TengoModifyMessage allows you to specify the location of a tengo (https://github.com/d5/tengo/) script.
This script will receive every incoming message and can be used to modify the Username and the Text of that message.
The script will have the following global variables:
to modify: msgUsername and msgText
to read: msgChannel and msgAccount

The script is reloaded on every message, so you can modify the script on the fly.

Example script can be found in https://github.com/42wim/matterbridge/tree/master/gateway/bench.tengo
and https://github.com/42wim/matterbridge/tree/master/contrib/example.tengo

The example below will check if the text contains blah and if so, it'll replace the text and the username of that message.
text := import("text")
if text.re_match("blah",msgText) {
    msgText="replaced by this"
    msgUsername="fakeuser"
}

More information about tengo on: https://github.com/d5/tengo/blob/master/docs/tutorial.md and
https://github.com/d5/tengo/blob/master/docs/stdlib.md
5 years ago
Wim 5095db8a43 Update vendor 5 years ago
Krzysiek Madejski 55e79063d6 Add initial WhatsApp support (#711) 5 years ago
Wim 3123695869
Upgrade to latest girc version (irc) (#718) 5 years ago
Wim 716751cf76
Refactor and update RocketChat bridge (#707)
* 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 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 5af1d80055 Do not panic on non-json response from server (zulip) 5 years ago
Wim 40d76b2296 Fix error handling on bad event queue id (zulip). Closes #694 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
Wim d2044c647b Update vendor
* go-telegram-bot-api/telegram-bot-api
* lrstanley/girc
* matterbridge/gomatrix
5 years ago
Patrick Connolly e538a4d304 Update nlopes/slack to 4.1-dev (#595) 6 years ago
Duco van Amstel 09875fe160 Update direct dependencies where possible 6 years ago
Duco van Amstel 692bb8faa7
Upgrade logrus / testify to stable versions 6 years ago
Wim f8dc24bc09 Switch back go upstream bwmarrin/discordgo
Commit ffa9956c9b got merged in.
6 years ago
Duco van Amstel f2cdda7278 Update Blackfriday dependency (closes #522) (#532)
- Fixup Telegram bridge implementation to support updated dependency.
6 years ago