Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add MatterAMXX link | Wim | 2019-11-04 | 1 | -0/+2 |
| | |||||
* | Release v1.16.1v1.16.1 | Wim | 2019-10-27 | 1 | -1/+1 |
| | |||||
* | Release v1.16.0v1.16.0 | Wim | 2019-09-07 | 1 | -1/+1 |
| | |||||
* | Add initial Keybase Chat support (#877) | cori hudson | 2019-08-26 | 1 | -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.1 | Wim | 2019-07-15 | 1 | -1/+1 |
| | |||||
* | Update readme | Wim | 2019-06-16 | 1 | -2/+7 |
| | |||||
* | Release v1.15.0v1.15.0 | Wim | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Update README with v1.14.4 | Wim | 2019-04-23 | 1 | -1/+1 |
| | |||||
* | Remove hipchat | Wim | 2019-04-14 | 1 | -1/+0 |
| | |||||
* | Update README | Wim | 2019-04-14 | 1 | -3/+7 |
| | |||||
* | Add xmpp room to README. Closes #758 | Wim | 2019-04-07 | 1 | -1/+1 |
| | |||||
* | Release v1.14.2v1.14.2 | Wim | 2019-04-06 | 1 | -1/+1 |
| | |||||
* | Thank DigitalOcean (https://digitalocean.com) for another year of sponsorship | Wim | 2019-03-25 | 1 | -1/+13 |
| | |||||
* | Release v1.14.1v1.14.1 | Wim | 2019-03-21 | 1 | -1/+1 |
| | |||||
* | Release v1.14.0v1.14.0 | Wim | 2019-03-20 | 1 | -1/+1 |
| | |||||
* | Add related projects to README | Wim | 2019-03-02 | 1 | -0/+4 |
| | |||||
* | Update changelog | Wim | 2019-02-26 | 1 | -4/+0 |
| | |||||
* | Add scripting (tengo) support for every incoming message (#731) | Wim | 2019-02-23 | 1 | -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 channel | Wim | 2019-02-21 | 1 | -0/+3 |
| | |||||
* | Add initial WhatsApp support (#711) | Krzysiek Madejski | 2019-02-21 | 1 | -0/+4 |
| | |||||
* | Add blogpost about matterbridge | Wim | 2019-02-15 | 1 | -0/+1 |
| | |||||
* | Add fbridge to README | Wim | 2019-02-12 | 1 | -12/+20 |
| | |||||
* | Update README. Add rocketchat | Wim | 2019-02-10 | 1 | -0/+18 |
| | |||||
* | Clarify dev chat info (#700) | AJolly | 2019-02-05 | 1 | -1/+1 |
| | |||||
* | Update README | Wim | 2019-01-31 | 1 | -2/+3 |
| | |||||
* | Add link to API page on the wiki | Wim | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Add swaggerhub link to README (api) | Wim | 2019-01-09 | 1 | -1/+2 |
| | |||||
* | Update README about xmpp. Fixes #676 (#677) | Neustradamus | 2019-01-06 | 1 | -1/+1 |
| | |||||
* | Add link to matterbridge and k8s article | Wim | 2019-01-04 | 1 | -0/+1 |
| | |||||
* | Add repology link | Wim | 2018-12-07 | 1 | -0/+3 |
| | |||||
* | Add FOSSRIT/infrastructure, alphabetically sort related project list (#643) | Justin W. Flory | 2018-12-04 | 1 | -4/+5 |
| | |||||
* | Bump version | Wim | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Bump version | Wim | 2018-11-29 | 1 | -1/+1 |
| | |||||
* | Drop support for mattermost 3.x | Wim | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | Update direct dependencies where possible | Duco van Amstel | 2018-11-25 | 1 | -2/+2 |
| | |||||
* | Release v1.12.0v1.12.0 | Wim | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Add note about matterbridge mattermost-plugin | Wim | 2018-11-11 | 1 | -0/+1 |
| | |||||
* | Add demo explanation | Wim | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | Improve README formatting (incl codeclimate badges) (#578) | Patrick Connolly | 2018-11-09 | 1 | -42/+72 |
| | | | | | | * Updated header, removed whitespace, added codeclimate badges, adjusted titles. * TOML formatting in README. | ||||
* | Preserve threading between Slack instances (#529) | Patrick Connolly | 2018-11-07 | 1 | -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 README | Wim | 2018-10-28 | 1 | -0/+20 |
| | |||||
* | Add Mattereddit to README.md (#493) | Declan Hoare | 2018-09-01 | 1 | -1/+2 |
| | |||||
* | Release v1.11.3v1.11.3 | Wim | 2018-08-30 | 1 | -1/+1 |
| | |||||
* | Release v1.11.2v1.11.2 | Wim | 2018-08-19 | 1 | -1/+1 |
| | |||||
* | Release v1.11.1v1.11.1 | Wim | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Release v1.11.0v1.11.0 | Wim | 2018-06-19 | 1 | -2/+2 |
| | |||||
* | Fix typo and add minor clarification. (#450) | ckartchner | 2018-06-18 | 1 | -1/+3 |
| | |||||
* | Release v1.10.1v1.10.1 | Wim | 2018-05-27 | 1 | -1/+1 |
| | |||||
* | Update sponsor image | Wim | 2018-05-26 | 1 | -1/+1 |
| | |||||
* | Add sponsor and zulip to README | Wim | 2018-05-26 | 1 | -0/+3 |
| |