| Commit message (Expand) | Author | Age | Files | Lines |
* | Need to specify /topic:mytopic for channel configuration (zulip). (#751) | Wim | 2019-03-02 | 1 | -0/+4 |
* | Handle file upload/download only once for each message (#742) | Wim | 2019-02-27 | 1 | -1/+5 |
* | Fail gracefully on incorrect human input. Fixes #739 (#740) | Wim | 2019-02-26 | 1 | -0/+3 |
* | Make all loggers derive from non-default instance (#728) | Wim | 2019-02-23 | 6 | -102/+157 |
* | Add scripting (tengo) support for every incoming message (#731) | Wim | 2019-02-23 | 3 | -0/+46 |
* | Support rewriting messages from relaybots using ExtractNicks. Fixes #466 (#730) | Wim | 2019-02-23 | 3 | -0/+116 |
* | Disable updateChannelMembers for now | Wim | 2019-02-21 | 1 | -1/+1 |
* | Fix typo | Wim | 2019-02-21 | 1 | -1/+1 |
* | Add initial WhatsApp support (#711) | Krzysiek Madejski | 2019-02-21 | 1 | -0/+2 |
* | Handle quit message relay better on gateways with one channel on the irc brid... | Wim | 2019-02-21 | 1 | -0/+5 |
* | Fix bug in #721 | Wim | 2019-02-17 | 1 | -2/+2 |
* | Support quits from irc correctly. Fixes #722 (#724) | Wim | 2019-02-17 | 1 | -1/+17 |
* | Support join/leaves from discord. Closes #654 (#721) | Wim | 2019-02-17 | 1 | -0/+12 |
* | Allow regexs in ignoreNicks. Closes #690 (#720) | Wim | 2019-02-17 | 2 | -45/+33 |
* | Hint at thread replies when messages are unthreaded (slack) (#684) | Wim | 2019-02-10 | 1 | -0/+6 |
* | Send GetChannelMembers event only to slack for now | Wim | 2019-01-24 | 1 | -0/+4 |
* | Add initial support for getting ChannelMember info of all bridges (#678) | Wim | 2019-01-18 | 2 | -0/+39 |
* | 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 | 3 | -9/+8 |
* | Refactor gateway (#648) | Wim | 2018-12-12 | 4 | -237/+435 |
* | 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 | 4 | -33/+41 |
* | Sync channel topics between Slack bridges (#585) | Patrick Connolly | 2018-11-26 | 1 | -2/+4 |
* | Add option to ignore failing bridge on start. Fixes #455 (#603) | Wim | 2018-11-25 | 1 | -2/+31 |
* | Add protocol to msg.ID in cache (#596) | Wim | 2018-11-19 | 2 | -12/+12 |
* | Fix golint linter issues and enable it in CI (#593) | Duco van Amstel | 2018-11-15 | 3 | -26/+26 |
* | Make config.Config more unit-test friendly (#586) | Duco van Amstel | 2018-11-13 | 4 | -29/+78 |
* | 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 | 2 | -3/+10 |
* | Make gochecknoinits linter happy | Wim | 2018-11-08 | 1 | -4/+1 |
* | Make scopelint happy | Wim | 2018-11-08 | 2 | -0/+2 |
* | Make goconst linter happy | Wim | 2018-11-08 | 2 | -28/+38 |
* | 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 |
* | Fix race in gateway test. (#520) | Duco van Amstel | 2018-10-13 | 1 | -29/+132 |
* | 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 | 4 | -14/+17 |
* | 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 | 2 | -29/+10 |