Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add REST API support | Wim | 2017-02-18 | 1 | -0/+6 |
| | |||||
* | Refactor samechannelgateway | Wim | 2017-02-17 | 2 | -90/+35 |
| | |||||
* | Refactor. Make extra options easier for other protocols | Wim | 2017-02-14 | 1 | -4/+12 |
| | |||||
* | Refactor to handle disconnects/reconnects better. | Wim | 2017-02-14 | 1 | -13/+27 |
| | | | | Now try to reconnect every 60 seconds until forever. | ||||
* | Fix IgnoreNicks (global). Closes #115 | Wim | 2017-01-21 | 2 | -21/+20 |
| | |||||
* | Add channel key support (irc). Closes #27 | Wim | 2017-01-04 | 1 | -7/+18 |
| | |||||
* | Add support for RemoteNickFormat in general configuration (samechannelgateway) | Wim | 2016-11-20 | 1 | -1/+4 |
| | |||||
* | Add support for RemoteNickFormat in general configuration | Wim | 2016-11-20 | 1 | -1/+4 |
| | |||||
* | Add gateway.inout config for bidirectional bridges. Closes #85 | Wim | 2016-11-20 | 1 | -1/+5 |
| | |||||
* | Fix ShowJoinPart from irc bridge. Closes #72 | Wim | 2016-11-14 | 1 | -0/+8 |
| | |||||
* | Fix merge issue | Wim | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'refactor' | Wim | 2016-11-13 | 2 | -65/+75 |
|\ | |||||
| * | Refactor | Wim | 2016-11-13 | 2 | -48/+47 |
| | | |||||
| * | Refactor gateway | Wim | 2016-11-08 | 1 | -25/+36 |
| | | |||||
* | | Validate channels for samechannelgateway. Fixes #73. | Wim | 2016-11-11 | 1 | -1/+14 |
|/ | |||||
* | Add support for dynamic IconURL (slack). Closes #43 | Wim | 2016-11-05 | 1 | -9/+1 |
| | |||||
* | Refactor modifyMessage | Wim | 2016-11-04 | 1 | -22/+19 |
| | |||||
* | Launch every account only once. Fixes #48 | Wim | 2016-10-23 | 1 | -4/+5 |
| | |||||
* | Only send to channels defined in config. Fixes #53 | Wim | 2016-10-23 | 1 | -1/+7 |
| | |||||
* | Add error message about non-existing channels (slack) | Wim | 2016-10-08 | 2 | -2/+9 |
| | |||||
* | Bail out on samechannel gateway when a bridge fails to start | Wim | 2016-10-03 | 2 | -2/+5 |
| | |||||
* | Bail out when a bridge fails to start | Wim | 2016-10-01 | 1 | -1/+4 |
| | |||||
* | Add samechannel gateway. See #35 | Wim | 2016-09-30 | 1 | -0/+84 |
| | |||||
* | Cleanup debug messages | Wim | 2016-09-20 | 1 | -1/+1 |
| | |||||
* | Connect only once to each bridge | Wim | 2016-09-19 | 1 | -3/+14 |
| | |||||
* | Add Discord support | Wim | 2016-09-19 | 1 | -0/+2 |
| | |||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -0/+135 |
* 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 |