summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Release v1.12.0v1.12.0Wim2018-11-191-1/+1
|
* Add note about matterbridge mattermost-pluginWim2018-11-111-0/+1
|
* Add demo explanationWim2018-11-091-1/+1
|
* Improve README formatting (incl codeclimate badges) (#578)Patrick Connolly2018-11-091-42/+72
| | | | | | * Updated header, removed whitespace, added codeclimate badges, adjusted titles. * TOML formatting in README.
* Preserve threading between Slack instances (#529)Patrick Connolly2018-11-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | * 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.
* Update READMEWim2018-10-281-0/+20
|
* Add Mattereddit to README.md (#493)Declan Hoare2018-09-011-1/+2
|
* Release v1.11.3v1.11.3Wim2018-08-301-1/+1
|
* Release v1.11.2v1.11.2Wim2018-08-191-1/+1
|
* Release v1.11.1v1.11.1Wim2018-08-061-1/+1
|
* Release v1.11.0v1.11.0Wim2018-06-191-2/+2
|
* Fix typo and add minor clarification. (#450)ckartchner2018-06-181-1/+3
|
* Release v1.10.1v1.10.1Wim2018-05-271-1/+1
|
* Update sponsor imageWim2018-05-261-1/+1
|
* Add sponsor and zulip to READMEWim2018-05-261-0/+3
|