Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tight loop (gitter). Closes #68. | Wim | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Add anti-flooding settings (irc). See #40 | Wim | 2016-11-01 | 2 | -3/+30 |
| | |||||
* | Use names instead of id's for mentions (discord). Fixes #66 | Wim | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | Override config from environment. See #50 | Wim | 2016-10-30 | 2 | -0/+42 |
| | | | | | | | | | | | | | | | | Expects uppercase environment variables of MATTERBRIDGE_PROTOCOL_ACCOUNT_KEY="value" e.g. you can override this config [mattermost] [mattermost.work] Team="yourteam" Login="yourlogin" Password="yourpass" by using MATTERBRIDGE_MATTERMOST_WORK_TEAM="newteam" MATTERBRIDGE_MATTERMOST_WORK_LOGIN="newlogin" MATTERBRIDGE_MATTERMOST_WORK_PASSWORD="newpassword" | ||||
* | Drop first received message on connection to avoid duplicates (slack). Fixes #55 | Wim | 2016-10-29 | 1 | -13/+19 |
| | |||||
* | Wait until the welcome message before connection is ok (irc). Fixes #62 | Wim | 2016-10-29 | 1 | -9/+19 |
| | |||||
* | Forward channel notices too (irc) | Wim | 2016-10-29 | 1 | -0/+2 |
| | |||||
* | Fix teamid bug (mattermost) | Wim | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | Ignore messages from ourself (irc bridge) | Wim | 2016-10-29 | 1 | -0/+4 |
| | |||||
* | Ignore private queries (irc bridge) | Wim | 2016-10-29 | 1 | -1/+5 |
| | |||||
* | Only respond to notices from nickserv (irc bridge) | Wim | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | Add support for discord channel ID. See #57 | Wim | 2016-10-26 | 1 | -8/+22 |
| | |||||
* | Ignore empty content from discord. Fixes #58 | Wim | 2016-10-26 | 1 | -0/+3 |
| | |||||
* | Add support for discord attachments. Fixes #59 | Wim | 2016-10-26 | 1 | -0/+5 |
| | |||||
* | Use RTM only on API (slack). Fix #56 | Wim | 2016-10-25 | 1 | -2/+2 |
| | |||||
* | Launch every account only once. Fixes #48 | Wim | 2016-10-23 | 1 | -4/+1 |
| | |||||
* | Drop messages not from our mattermost team. Fixes #49 | Wim | 2016-10-23 | 1 | -1/+4 |
| | |||||
* | Rename discord guild to server. | Wim | 2016-10-23 | 2 | -2/+1 |
| | |||||
* | Add irc names callback only on command. Fixes #51 | Wim | 2016-10-23 | 1 | -1/+2 |
| | |||||
* | Add error message about non-existing channels (slack) | Wim | 2016-10-08 | 1 | -5/+10 |
| | |||||
* | Add more irc debug on connect (when debugging enabled) | Wim | 2016-10-01 | 1 | -0/+4 |
| | |||||
* | Add samechannel gateway. See #35 | Wim | 2016-09-30 | 1 | -7/+15 |
| | |||||
* | Fix slack channel join | Wim | 2016-09-30 | 1 | -3/+2 |
| | |||||
* | Fix mattermost bridge channel join | Wim | 2016-09-30 | 1 | -1/+1 |
| | |||||
* | Remove newline splitting from outgoing mattermost messages. Should be ↵ | Wim | 2016-09-29 | 1 | -6/+2 |
| | | | | handled by receiving bridge. | ||||
* | Split newlines for irc (#37) | Wim | 2016-09-29 | 1 | -1/+3 |
| | |||||
* | Fix IRC colors regexp | Wim | 2016-09-22 | 1 | -1/+1 |
| | |||||
* | Strip IRC colors. Closes #33 | Wim | 2016-09-21 | 1 | -0/+4 |
| | |||||
* | Add support for mattermost attachments. Shows public link on bridges. Closes #32 | Wim | 2016-09-20 | 1 | -0/+5 |
| | |||||
* | Use specified config file | Wim | 2016-09-20 | 1 | -1/+1 |
| | |||||
* | Fix joining slack/mattermost channels using the webhook | Wim | 2016-09-20 | 2 | -4/+12 |
| | |||||
* | Cleanup debug messages | Wim | 2016-09-20 | 1 | -0/+1 |
| | |||||
* | Cleanup discord bridge debug/info messages | Wim | 2016-09-20 | 1 | -1/+3 |
| | |||||
* | Cleanup slack bridge debug/info messages | Wim | 2016-09-20 | 1 | -24/+15 |
| | |||||
* | Cleanup gitter bridge debug/info messages | Wim | 2016-09-20 | 1 | -33/+3 |
| | |||||
* | Cleanup xmpp bridge debug/info messages | Wim | 2016-09-20 | 1 | -2/+3 |
| | |||||
* | Cleanup mattermost bridge debug/info messages | Wim | 2016-09-19 | 1 | -32/+16 |
| | |||||
* | Cleanup irc bridge debug/info messages | Wim | 2016-09-19 | 1 | -13/+17 |
| | |||||
* | Add the discord bridge for real | Wim | 2016-09-19 | 1 | -0/+128 |
| | |||||
* | Add Discord support | Wim | 2016-09-19 | 2 | -2/+7 |
| | |||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 7 | -413/+351 |
| | | | | | | | * Move from gcfg to toml configuration because gcfg was too restrictive * Implemented gateway which has support multiple in and out bridges. * Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts. * Support multiple gateways | ||||
* | Add Slack support | Wim | 2016-09-05 | 3 | -1/+203 |
| | |||||
* | Add Gitter support | Wim | 2016-09-04 | 3 | -1/+129 |
| | |||||
* | Fix info message | Wim | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | Remove unused code | Wim | 2016-08-20 | 2 | -80/+0 |
| | |||||
* | Refactor handleReceive | Wim | 2016-08-20 | 1 | -25/+26 |
| | |||||
* | Remove redundant function | Wim | 2016-08-20 | 1 | -5/+1 |
| | |||||
* | Move nickformatting into bridge | Wim | 2016-08-20 | 4 | -25/+31 |
| | |||||
* | Add Connect() to Bridger interface | Wim | 2016-08-20 | 4 | -43/+42 |
| | |||||
* | Add Enable per section (protocol) instead of in general section | Wim | 2016-08-20 | 2 | -21/+10 |
| |