summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Release v1.17.5 (#1150)v1.17.5Wim2020-05-241-1/+1
|
* Release v1.17.4 (#1112)v1.17.4Wim2020-04-211-1/+1
|
* Release v1.17.3 (#1103)v1.17.3Wim2020-04-191-1/+1
|
* Sort README bridge and library links (#1093)Qais Patankar2020-04-181-34/+34
|
* Release v1.17.2 (#1080)v1.17.2Wim2020-04-091-1/+1
|
* Release v1.17.1 (#1063)v1.17.1Wim2020-03-281-1/+1
|
* Add more msteams docs (#1051)Wim2020-03-211-0/+4
|
* Release v1.17.0 (#1050)v1.17.0Wim2020-03-211-1/+1
|
* Make Keybase link point to the team directly (#1013)Alexander Pushkov2020-02-191-1/+2
|
* Release v1.16.5v1.16.5Wim2020-02-021-23/+29
|
* Release v1.16.4v1.16.4Wim2020-02-021-1/+1
|
* Add Docker Compose configuration (#990)Patrizio Bekerle2020-02-021-5/+1
| | | | | | * Add Docker Compose configuration * Add docker wiki link
* Add link to Ansible role for Matterbridge (#968)Justin W. Flory2020-01-011-1/+1
| | | | | | | | | | 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. :smile: Signed-off-by: Justin W. Flory <git@jwf.io>
* Release v1.16.3v1.16.3Wim2019-12-151-1/+1
|
* Release v1.16.2v1.16.2Wim2019-11-171-6/+4
|
* Add MatterAMXX linkWim2019-11-041-0/+2
|
* Release v1.16.1v1.16.1Wim2019-10-271-1/+1
|
* Release v1.16.0v1.16.0Wim2019-09-071-1/+1
|
* Add initial Keybase Chat support (#877)cori hudson2019-08-261-137/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Release v1.15.1v1.15.1Wim2019-07-151-1/+1
|
* Update readmeWim2019-06-161-2/+7
|
* Release v1.15.0v1.15.0Wim2019-06-141-1/+1
|
* Update README with v1.14.4Wim2019-04-231-1/+1
|
* Remove hipchatWim2019-04-141-1/+0
|
* Update READMEWim2019-04-141-3/+7
|
* Add xmpp room to README. Closes #758Wim2019-04-071-1/+1
|
* Release v1.14.2v1.14.2Wim2019-04-061-1/+1
|
* Thank DigitalOcean (https://digitalocean.com) for another year of sponsorshipWim2019-03-251-1/+13
|
* Release v1.14.1v1.14.1Wim2019-03-211-1/+1
|
* Release v1.14.0v1.14.0Wim2019-03-201-1/+1
|
* Add related projects to READMEWim2019-03-021-0/+4
|
* Update changelogWim2019-02-261-4/+0
|
* Add scripting (tengo) support for every incoming message (#731)Wim2019-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Add telegram support to matterbridge chat channelWim2019-02-211-0/+3
|
* Add initial WhatsApp support (#711)Krzysiek Madejski2019-02-211-0/+4
|
* Add blogpost about matterbridgeWim2019-02-151-0/+1
|
* Add fbridge to READMEWim2019-02-121-12/+20
|
* Update README. Add rocketchatWim2019-02-101-0/+18
|
* Clarify dev chat info (#700)AJolly2019-02-051-1/+1
|
* Update READMEWim2019-01-311-2/+3
|
* Add link to API page on the wikiWim2019-01-091-1/+1
|
* Add swaggerhub link to README (api)Wim2019-01-091-1/+2
|
* Update README about xmpp. Fixes #676 (#677)Neustradamus2019-01-061-1/+1
|
* Add link to matterbridge and k8s articleWim2019-01-041-0/+1
|
* Add repology linkWim2018-12-071-0/+3
|
* Add FOSSRIT/infrastructure, alphabetically sort related project list (#643)Justin W. Flory2018-12-041-4/+5
|
* Bump versionWim2018-12-041-1/+1
|
* Bump versionWim2018-11-291-1/+1
|
* Drop support for mattermost 3.xWim2018-11-251-1/+1
|
* Update direct dependencies where possibleDuco van Amstel2018-11-251-2/+2
|