summaryrefslogtreecommitdiffstats
path: root/bridge/config
Commit message (Collapse)AuthorAgeFilesLines
...
* Add channel key support (irc). Closes #27Wim2017-01-041-0/+5
|
* Add initial Rocket.Chat supportWim2016-12-031-0/+1
|
* Add support for RemoteNickFormat in general configurationWim2016-11-201-0/+1
|
* Add gateway.inout config for bidirectional bridges. Closes #85Wim2016-11-201-0/+1
|
* Add initial telegram supportWim2016-11-151-0/+1
|
* Fix ShowJoinPart from irc bridge. Closes #72Wim2016-11-141-0/+5
|
* RefactorWim2016-11-131-17/+10
|
* Add support for using avatars from discord,slack and gitter in slackWim2016-11-061-0/+1
|
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-051-0/+16
|
* Add anti-flooding settings (irc). See #40Wim2016-11-011-0/+2
|
* Override config from environment. See #50Wim2016-10-301-0/+40
| | | | | | | | | | | | | | | | Expects uppercase environment variables of MATTERBRIDGE_PROTOCOL_ACCOUNT_KEY="value" e.g. you can override this config [mattermost] [mattermost.work] Team="yourteam" Login="yourlogin" Password="yourpass" by using MATTERBRIDGE_MATTERMOST_WORK_TEAM="newteam" MATTERBRIDGE_MATTERMOST_WORK_LOGIN="newlogin" MATTERBRIDGE_MATTERMOST_WORK_PASSWORD="newpassword"
* Rename discord guild to server.Wim2016-10-231-1/+0
|
* Add samechannel gateway. See #35Wim2016-09-301-7/+15
|
* Use specified config fileWim2016-09-201-1/+1
|
* Add Discord supportWim2016-09-191-2/+4
|
* Refactor for more flexibilityWim2016-09-181-89/+55
| | | | | | | * Move from gcfg to toml configuration because gcfg was too restrictive * Implemented gateway which has support multiple in and out bridges. * Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts. * Support multiple gateways
* Add Slack supportWim2016-09-051-1/+14
|
* Add Gitter supportWim2016-09-041-0/+10
|
* Add Enable per section (protocol) instead of in general sectionWim2016-08-201-0/+3
|
* Refactor bridge. Allows bridging between every protocolWim2016-08-141-0/+81