summaryrefslogtreecommitdiffstats
path: root/gateway
Commit message (Expand)AuthorAgeFilesLines
* Need to specify /topic:mytopic for channel configuration (zulip). (#751)Wim2019-03-021-0/+4
* Handle file upload/download only once for each message (#742)Wim2019-02-271-1/+5
* Fail gracefully on incorrect human input. Fixes #739 (#740)Wim2019-02-261-0/+3
* Make all loggers derive from non-default instance (#728)Wim2019-02-236-102/+157
* Add scripting (tengo) support for every incoming message (#731)Wim2019-02-233-0/+46
* Support rewriting messages from relaybots using ExtractNicks. Fixes #466 (#730)Wim2019-02-233-0/+116
* Disable updateChannelMembers for nowWim2019-02-211-1/+1
* Fix typoWim2019-02-211-1/+1
* Add initial WhatsApp support (#711)Krzysiek Madejski2019-02-211-0/+2
* Handle quit message relay better on gateways with one channel on the irc brid...Wim2019-02-211-0/+5
* Fix bug in #721Wim2019-02-171-2/+2
* Support quits from irc correctly. Fixes #722 (#724)Wim2019-02-171-1/+17
* Support join/leaves from discord. Closes #654 (#721)Wim2019-02-171-0/+12
* Allow regexs in ignoreNicks. Closes #690 (#720)Wim2019-02-172-45/+33
* Hint at thread replies when messages are unthreaded (slack) (#684)Wim2019-02-101-0/+6
* 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-182-0/+39
* Fail if channel starts with hashtag (mattermost). Closes #625Wim2019-01-071-0/+5
* Use logrus imports instead of log (#662)Duco van Amstel2018-12-263-9/+8
* Refactor gateway (#648)Wim2018-12-124-237/+435
* 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