| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow regexs in ignoreNicks. Closes #690 (#720) | Wim | 2019-02-17 | 1 | -33/+21 |
* | Hint at thread replies when messages are unthreaded (slack) (#684) | Wim | 2019-02-10 | 1 | -0/+6 |
* | Fail if channel starts with hashtag (mattermost). Closes #625 | Wim | 2019-01-07 | 1 | -0/+5 |
* | Use logrus imports instead of log (#662) | Duco van Amstel | 2018-12-26 | 1 | -5/+5 |
* | Refactor gateway (#648) | Wim | 2018-12-12 | 1 | -205/+98 |
* | Enable gosec linter (#645) | Duco van Amstel | 2018-12-06 | 1 | -2/+2 |
* | Tidy up fetching of config values. (#616) | Patrick Connolly | 2018-12-01 | 1 | -12/+6 |
* | Extract bridgeMap into own package to improve testability (#601) | Patrick Connolly | 2018-11-30 | 1 | -31/+1 |
* | Sync channel topics between Slack bridges (#585) | Patrick Connolly | 2018-11-26 | 1 | -2/+4 |
* | Add protocol to msg.ID in cache (#596) | Wim | 2018-11-19 | 1 | -10/+10 |
* | Fix golint linter issues and enable it in CI (#593) | Duco van Amstel | 2018-11-15 | 1 | -22/+22 |
* | Make config.Config more unit-test friendly (#586) | Duco van Amstel | 2018-11-13 | 1 | -11/+14 |
* | Add new Slack connection and forked legacy Slack bridge (#582) | Duco van Amstel | 2018-11-13 | 1 | -21/+20 |
* | Add support for mattermost matterbridge plugin | Wim | 2018-11-11 | 1 | -0/+6 |
* | Make gochecknoinits linter happy | Wim | 2018-11-08 | 1 | -4/+1 |
* | Make scopelint happy | Wim | 2018-11-08 | 1 | -0/+1 |
* | Make goconst linter happy | Wim | 2018-11-08 | 1 | -4/+8 |
* | Add ability to show when user is typing across Slack bridges (#559) | Patrick Connolly | 2018-11-08 | 1 | -1/+8 |
* | Make gocritic linter happy | Wim | 2018-11-08 | 1 | -1/+1 |
* | Make unparam linter happy | Wim | 2018-11-08 | 1 | -2/+2 |
* | Clean up various stuff (#508) | David Hill | 2018-11-07 | 1 | -2/+2 |
* | Preserve threading between Slack instances (#529) | Patrick Connolly | 2018-11-07 | 1 | -11/+51 |
* | Allow origin CHANNEL to be used in RemoteNickFormat (#515) | Patrick Connolly | 2018-10-23 | 1 | -0/+1 |
* | Add Gateway's name to RemoteNickFormat (#501) | Duco van Amstel | 2018-10-07 | 1 | -0/+1 |
* | Reconnect on quit. (irc) See #431 (#445) | Liam Stanley | 2018-06-09 | 1 | -12/+12 |
* | Add config option MediaDownloadPath (#443) | Remi Reuvekamp | 2018-06-08 | 1 | -28/+69 |
* | Add initial zulip support | Wim | 2018-05-07 | 1 | -0/+2 |
* | Use only alphanumeric for file uploads to mediaserver. Closes #416 | Wim | 2018-05-06 | 1 | -0/+6 |
* | Fix crash on invalid filenames | Wim | 2018-05-06 | 1 | -2/+6 |
* | Fix regression on empty text with files attached | Wim | 2018-03-06 | 1 | -1/+1 |
* | Get the correct config values (gateway) | Wim | 2018-03-06 | 1 | -3/+3 |
* | Fix panic on empty config. Closes #386 | Wim | 2018-03-05 | 1 | -0/+1 |
* | Fix tests and make megacheck happy | Wim | 2018-03-05 | 1 | -9/+0 |
* | Use viper (github.com/spf13/viper) for configuration | Wim | 2018-03-04 | 1 | -25/+19 |
* | Improve debug messages | Wim | 2018-02-28 | 1 | -1/+2 |
* | Do some small cleanups | Wim | 2018-02-27 | 1 | -19/+25 |
* | Add environment override back | Wim | 2018-02-27 | 1 | -0/+2 |
* | Refactor using factory | Wim | 2018-02-27 | 1 | -1/+47 |
* | Allow empty messages with file urls (irc) | Wim | 2018-02-25 | 1 | -1/+2 |
* | Use prefixed-formatter for better logging | Wim | 2018-02-21 | 1 | -13/+19 |
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 1 | -1/+1 |
* | Add label support in RemoteNickFormat | Wim | 2018-02-20 | 1 | -0/+1 |
* | Download (and upload) avatar images from mattermost and telegram when mediase... | Wim | 2018-02-20 | 1 | -5/+23 |
* | Add SHA to FileInfo | Wim | 2018-02-15 | 1 | -0/+1 |
* | Send chat notification if media is too big to be re-uploaded to MediaServer. ... | Wim | 2018-02-03 | 1 | -2/+6 |
* | Add ShowTopicChange option. Allow/disable topic change messages (currently on... | Wim | 2018-02-02 | 1 | -0/+3 |
* | Lowercase irc channels in config. Closes #348 | Wim | 2018-01-28 | 1 | -0/+4 |
* | Allow xmpp to receive the extra messages when text is empty. #295 | Wim | 2018-01-27 | 1 | -1/+2 |
* | Obey the Gateway value from the json (api). Closes #344 | Wim | 2018-01-21 | 1 | -1/+11 |
* | Make edits/delete work for bridges that gets reused. Closes #342 | Wim | 2018-01-20 | 1 | -4/+7 |