Commit Graph

190 Commits (8c68556f529826e404b5ff244315c139ae3a1ef8)

Author SHA1 Message Date
Wim cca1ea2404
Release v1.17.0 (#1050) 4 years ago
Alexander Pushkov e9edbfc051
Make Keybase link point to the team directly (#1013) 4 years ago
Wim 4be00bbe6b Release v1.16.5 4 years ago
Wim 9382dde098 Release v1.16.4 4 years ago
Patrizio Bekerle 0898829313
Add Docker Compose configuration (#990)
* Add Docker Compose configuration

* Add docker wiki link
4 years ago
Justin W. Flory 62e38e7c45 Add link to Ansible role for Matterbridge (#968)
This commit replaces the FOSSRIT/infrastructure link to the Matterbridge
role to a properly-defined Ansible role published in Ansible Galaxy. I
am the maintainer of the FOSSRIT/infrastructure repo and I decided to
split the Ansible role there into its own dedicated role. I figure this
might make it more accessible to others and also gives other folks a
chance to contribute. 😄

Signed-off-by: Justin W. Flory <git@jwf.io>
5 years ago
Wim 84bfa8a6b1 Release v1.16.3 5 years ago
Wim 214fe502cd Release v1.16.2 5 years ago
Wim ed5386c213 Add MatterAMXX link 5 years ago
Wim bad1990173 Release v1.16.1 5 years ago
Wim 45becd2573 Release v1.16.0 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 87788f354f Release v1.15.1 5 years ago
Wim c52664f22e Update readme 5 years ago
Wim f06e9b5605 Release v1.15.0 5 years ago
Wim f04d360ee2 Update README with v1.14.4 5 years ago
Wim 3c14a0891e Remove hipchat 5 years ago
Wim 8513a07416 Update README 5 years ago
Wim dac92a0e0a Add xmpp room to README. Closes #758 5 years ago
Wim e4d73b29a1 Release v1.14.2 5 years ago
Wim cc05ba8907 Thank DigitalOcean (https://digitalocean.com) for another year of sponsorship 5 years ago
Wim 858e16d34f Release v1.14.1 5 years ago
Wim fa4eec41f7 Release v1.14.0 5 years ago
Wim d60b8b97f9 Add related projects to README 5 years ago
Wim d8816280f0 Update changelog 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 95e78ffa05 Add telegram support to matterbridge chat channel 5 years ago
Krzysiek Madejski 55e79063d6 Add initial WhatsApp support (#711) 5 years ago
Wim 777af73e2b Add blogpost about matterbridge 5 years ago
Wim 127eb908f3 Add fbridge to README 5 years ago
Wim 8147815037 Update README. Add rocketchat 5 years ago
AJolly 2cfd880cdb Clarify dev chat info (#700) 5 years ago
Wim 430b38e770 Update README 5 years ago
Wim da6ce791bc Add link to API page on the wiki 6 years ago
Wim 85680935d4 Add swaggerhub link to README (api) 6 years ago
Neustradamus 048158ad6d Update README about xmpp. Fixes #676 (#677) 6 years ago
Wim bb27ef7939 Add link to matterbridge and k8s article 6 years ago
Wim b6d81f34ba Add repology link 6 years ago
Justin W. Flory ce73aa5a74 Add FOSSRIT/infrastructure, alphabetically sort related project list (#643) 6 years ago
Wim 64d63a25cc Bump version 6 years ago
Wim b51d0a9b05 Bump version 6 years ago
Wim 5ed7abdbeb Drop support for mattermost 3.x 6 years ago
Duco van Amstel 09875fe160 Update direct dependencies where possible 6 years ago
Wim 219c7659e1 Release v1.12.0 6 years ago
Wim cded603c27 Add note about matterbridge mattermost-plugin 6 years ago
Wim 5c50d86908 Add demo explanation 6 years ago
Patrick Connolly fea31753b0 Improve README formatting (incl codeclimate badges) (#578)
* Updated header, removed whitespace, added codeclimate badges, adjusted titles.

* TOML formatting in README.
6 years ago
Patrick Connolly a20b7895a9 Preserve threading between Slack instances (#529)
* Opportunistically preserve Slack threading when parent thread in cache. [#529]

* Removed slack-specific processing from gateway.

* Added docs.

* Add option to enable threading, with default to off.

* Did cleanup on @42wim's comments.

* Update gateway/gateway.go

Co-Authored-By: patcon <patrick.c.connolly@gmail.com>

* Suggestion from @42wim :)

* Suggestions from @42wim.

* More suggestions.
6 years ago
Wim 3b8837a16b Update README 6 years ago
Declan Hoare cc2bd03ec9 Add Mattereddit to README.md (#493) 6 years ago