| Commit message (Expand) | Author | Age | Files | Lines |
* | Add extra debug to log time spent sending a message per bridge (#1299) | Wim | 2020-11-22 | 1 | -0/+4 |
* | Allow tengo to drop messages using msgDrop (#1272) | Wim | 2020-10-21 | 1 | -10/+31 |
* | Show deprecate warnings about old tengo settings (#1271) | Wim | 2020-10-21 | 2 | -6/+19 |
* | Add Mumble support (#1245) | Sebastian P | 2020-10-01 | 1 | -0/+11 |
* | Add Nextcloud Talk support (#1167) | Gary Kim | 2020-07-18 | 1 | -0/+11 |
* | Lowercase account names. Fixes #1108 (#1110) | Wim | 2020-04-21 | 1 | -1/+1 |
* | Fix the behavior of ShowTopicChange and SyncTopic (#1086) | ldruschk | 2020-04-18 | 1 | -1/+1 |
* | Implement User Avatar spoofing of XMPP users (#1090) | Alexander | 2020-04-16 | 1 | -1/+1 |
* | Add support for build tags (#1054) | Qais Patankar | 2020-03-22 | 17 | -40/+181 |
* | Add initial Microsoft Teams support | Wim | 2020-03-01 | 1 | -0/+2 |
* | Add ability to procure avatars from the destination bridge (#1000) | Qais Patankar | 2020-02-09 | 2 | -2/+4 |
* | Update to tengo v2 (#976) | Wim | 2020-01-09 | 1 | -5/+5 |
* | Switch to new emoji library kyokomi/emoji (#948) | Wim | 2019-11-17 | 1 | -2/+2 |
* | Add UserTypingSupport (discord) (#914) | Qais Patankar | 2019-10-04 | 1 | -1/+2 |
* | Do configuration validation on start-up. Fixes #888 (#889) | Wim | 2019-09-09 | 3 | -1/+33 |
* | Add initial Keybase Chat support (#877) | cori hudson | 2019-08-26 | 1 | -0/+2 |
* | Support webhook message deletions (discord) (#853) | Qais Patankar | 2019-07-08 | 1 | -6/+16 |
* | Forward only user-typing messages if supported by protocol (#832) | Duco van Amstel | 2019-05-30 | 2 | -30/+45 |
* | Add msg event to tengo | Wim | 2019-04-24 | 1 | -0/+2 |
* | Add scripting (tengo) support for every outgoing message (#806) | Wim | 2019-04-19 | 1 | -0/+45 |
* | Add tengo support to RemoteNickFormat (#793) | Wim | 2019-04-08 | 1 | -0/+41 |
* | Revert fix for #722. Closes #781 | Wim | 2019-04-06 | 1 | -17/+0 |
* | Update tengo vendor and load the stdlib. Fixes #789 (#792) | Wim | 2019-04-06 | 1 | -0/+2 |
* | 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 |