summaryrefslogtreecommitdiffstats
path: root/bridge/bridge.go
Commit message (Collapse)AuthorAgeFilesLines
* Add sane RemoteNickFormat default for API (#1157)Qais Patankar2020-06-251-5/+13
|
* Add JoinDelay option (irc). Fixes #1084 (#1098)Wim2020-04-191-0/+2
|
* Fail with message instead of panic. #988 (#991)Wim2020-02-011-0/+5
|
* Make all loggers derive from non-default instance (#728)Wim2019-02-231-16/+15
|
* Add initial support for getting ChannelMember info of all bridges (#678)Wim2019-01-181-11/+23
| | | | | | | | | | | | | | * Add initial support for getting ChannelMember info of all bridges. Adds an EventGetChannelMembers event, which gets send every x time to all bridges. Bridges should respond on this event with a Message containing ChannelMembers in the EventGetChannelMembers key in the Extra field. handleEventGetChannelMembers will handle this Message and sets the contained ChannelMembers to the Bridge struct. * Add ChannelMembers support to the slack bridge
* Use logrus imports instead of log (#662)Duco van Amstel2018-12-261-5/+5
|
* Make config.Config more unit-test friendly (#586)Duco van Amstel2018-11-131-16/+21
|
* Fix tests and make megacheck happyWim2018-03-051-5/+1
|
* Use viper (github.com/spf13/viper) for configurationWim2018-03-041-2/+49
|
* Refactor using factoryWim2018-02-271-62/+5
|
* Use prefixed-formatter for better loggingWim2018-02-211-1/+7
|
* Move Sirupsen => sirupsenWim2018-02-201-1/+1
|
* Add more debugWim2018-02-201-1/+1
|
* Fix regression. Closes #323Wim2017-12-261-0/+1
|
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-24/+25
|
* Add quick & dirty sshchat support (https://github.com/shazow/ssh-chat)Wim2017-12-031-0/+4
|
* Modify Send() to return also a message idWim2017-08-271-1/+1
|
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-8/+2
|
* Fix megacheck / go vet issuesWim2017-07-141-4/+1
|
* Add initial steam supportWim2017-06-221-0/+4
|
* Fix JoinChannel argument to use IRC channel key (#172)siinus2017-05-211-1/+1
|
* Reuse connection when using same bridge with another gateway. See #87Wim2017-04-011-3/+4
|
* RefactorWim2017-03-281-22/+16
|
* Fail when bridge is unable to join a channel (general)Wim2017-03-161-3/+12
|
* Add matrix supportWim2017-02-201-0/+4
|
* Add REST API supportWim2017-02-181-0/+4
|
* Refactor. Make extra options easier for other protocolsWim2017-02-141-8/+21
|
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-3/+21
| | | | Now try to reconnect every 60 seconds until forever.
* Add initial Rocket.Chat supportWim2016-12-031-0/+4
|
* Add initial telegram supportWim2016-11-151-0/+4
|
* RefactorWim2016-11-131-13/+28
|
* Override config from environment. See #50Wim2016-10-301-0/+2
| | | | | | | | | | | | | | | | 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"
* Add Discord supportWim2016-09-191-0/+3
|
* Refactor for more flexibilityWim2016-09-181-129/+18
| | | | | | | * 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-0/+9
|
* Add Gitter supportWim2016-09-041-1/+9
|
* Refactor handleReceiveWim2016-08-201-25/+26
|
* Remove redundant functionWim2016-08-201-5/+1
|
* Move nickformatting into bridgeWim2016-08-201-1/+27
|
* Add Connect() to Bridger interfaceWim2016-08-201-0/+3
|
* Add Enable per section (protocol) instead of in general sectionWim2016-08-201-21/+7
|
* Add documentation about breaking API changes for mattermost 3.3.0. Start ↵Wim2016-08-151-3/+3
| | | | work on 0.6.0-dev
* Refactor bridge. Allows bridging between every protocolWim2016-08-141-468/+66
|
* Add initial XMPP supportWim2016-08-141-25/+142
|
* Add (PLAIN) SASL supportWim2016-07-211-0/+3
|
* Remove token checkWim2016-07-121-3/+2
|
* Remove Port from IRC config. Specify it with serverWim2016-07-111-1/+4
|
* Add port to BindAddressWim2016-07-111-2/+2
|
* Remove multiple Token config. Use same channel setup as from matterbridge-plusWim2016-07-111-53/+20
|
* Remove UseSlackCircumfix. Use RemoteNickFormatWim2016-07-111-2/+0
|