summaryrefslogtreecommitdiffstats
path: root/bridge/bridge.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add Discord supportWim2016-09-191-0/+3
* Refactor for more flexibilityWim2016-09-181-129/+18
* 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 work...Wim2016-08-151-3/+3
* 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
* Converge with matterbridge-plusWim2016-07-111-0/+437