summaryrefslogtreecommitdiffstats
path: root/gateway
Commit message (Expand)AuthorAgeFilesLines
* Enable gosec linter (#645)Duco van Amstel2018-12-061-2/+2
* Tidy up fetching of config values. (#616)Patrick Connolly2018-12-011-12/+6
* Extract bridgeMap into own package to improve testability (#601)Patrick Connolly2018-11-304-33/+41
* Sync channel topics between Slack bridges (#585)Patrick Connolly2018-11-261-2/+4
* 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-192-12/+12
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-153-26/+26
* Make config.Config more unit-test friendly (#586)Duco van Amstel2018-11-134-29/+78
* Add new Slack connection and forked legacy Slack bridge (#582)Duco van Amstel2018-11-131-21/+20
* Add support for mattermost matterbridge pluginWim2018-11-112-3/+10
* Make gochecknoinits linter happyWim2018-11-081-4/+1
* Make scopelint happyWim2018-11-082-0/+2
* Make goconst linter happyWim2018-11-082-28/+38
* Add ability to show when user is typing across Slack bridges (#559)Patrick Connolly2018-11-081-1/+8
* Make gocritic linter happyWim2018-11-081-1/+1
* Make unparam linter happyWim2018-11-081-2/+2
* Clean up various stuff (#508)David Hill2018-11-071-2/+2
* Preserve threading between Slack instances (#529)Patrick Connolly2018-11-071-11/+51
* Allow origin CHANNEL to be used in RemoteNickFormat (#515)Patrick Connolly2018-10-231-0/+1
* Fix race in gateway test. (#520)Duco van Amstel2018-10-131-29/+132
* Add Gateway's name to RemoteNickFormat (#501)Duco van Amstel2018-10-071-0/+1
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-094-14/+17
* Add config option MediaDownloadPath (#443)Remi Reuvekamp2018-06-081-28/+69
* Add initial zulip supportWim2018-05-071-0/+2
* Use only alphanumeric for file uploads to mediaserver. Closes #416Wim2018-05-061-0/+6
* Fix crash on invalid filenamesWim2018-05-061-2/+6
* Fix regression on empty text with files attachedWim2018-03-061-1/+1
* Get the correct config values (gateway)Wim2018-03-061-3/+3
* Fix panic on empty config. Closes #386Wim2018-03-051-0/+1
* Fix tests and make megacheck happyWim2018-03-052-29/+10
* Use viper (github.com/spf13/viper) for configurationWim2018-03-041-25/+19
* Improve debug messagesWim2018-02-281-1/+2
* Do some small cleanupsWim2018-02-272-24/+26
* Add environment override backWim2018-02-271-0/+2
* Refactor using factoryWim2018-02-271-1/+47
* Allow empty messages with file urls (irc)Wim2018-02-251-1/+2
* Use prefixed-formatter for better loggingWim2018-02-212-16/+22
* Move Sirupsen => sirupsenWim2018-02-202-2/+3
* Add label support in RemoteNickFormatWim2018-02-201-0/+1
* Download (and upload) avatar images from mattermost and telegram when mediase...Wim2018-02-201-5/+23
* Add SHA to FileInfoWim2018-02-151-0/+1
* Send chat notification if media is too big to be re-uploaded to MediaServer. ...Wim2018-02-031-2/+6
* Add ShowTopicChange option. Allow/disable topic change messages (currently on...Wim2018-02-021-0/+3
* Lowercase irc channels in config. Closes #348Wim2018-01-281-0/+4
* Allow xmpp to receive the extra messages when text is empty. #295Wim2018-01-271-1/+2
* Obey the Gateway value from the json (api). Closes #344Wim2018-01-211-1/+11
* Make edits/delete work for bridges that gets reused. Closes #342Wim2018-01-201-4/+7
* Change RemoteNickFormat replacement order. Closes #336Wim2018-01-141-1/+1
* Add initial support for an external mediaserver. #278Wim2017-11-242-0/+32
* Add support for uploaded images/video/files (matrix)Wim2017-11-221-1/+2