summaryrefslogtreecommitdiffstats
path: root/gateway/router.go
Commit message (Expand)AuthorAgeFilesLines
* Handle file upload/download only once for each message (#742)Wim2019-02-271-1/+5
* Make all loggers derive from non-default instance (#728)Wim2019-02-231-14/+25
* Disable updateChannelMembers for nowWim2019-02-211-1/+1
* Send GetChannelMembers event only to slack for nowWim2019-01-241-0/+4
* Add initial support for getting ChannelMember info of all bridges (#678)Wim2019-01-181-0/+22
* Refactor gateway (#648)Wim2018-12-121-32/+14
* Extract bridgeMap into own package to improve testability (#601)Patrick Connolly2018-11-301-1/+3
* Add option to ignore failing bridge on start. Fixes #455 (#603)Wim2018-11-251-2/+31
* Add protocol to msg.ID in cache (#596)Wim2018-11-191-2/+2
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-3/+3
* Make config.Config more unit-test friendly (#586)Duco van Amstel2018-11-131-6/+11
* Add support for mattermost matterbridge pluginWim2018-11-111-3/+4
* Make scopelint happyWim2018-11-081-0/+1
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-091-1/+2
* Do some small cleanupsWim2018-02-271-5/+1
* Use prefixed-formatter for better loggingWim2018-02-211-3/+3
* Move Sirupsen => sirupsenWim2018-02-201-1/+2
* Add initial support for an external mediaserver. #278Wim2017-11-241-0/+1
* Do not add messages without ID to cacheWim2017-08-291-1/+1
* Add support for editing messages across bridges. Currently mattermost/discord.Wim2017-08-281-1/+7
* Remove unused functionWim2017-07-301-10/+0
* Handle same account in multiple gateways betterWim2017-07-301-10/+9
* Refactor. Add testsWim2017-07-251-0/+117