Commit Graph

34 Commits (7a161463049b72e29b00ddf3a99d0308c48d2d80)

Author SHA1 Message Date
Wim b469c8ddbd Rejoin channel when kicked (irc). Closes #146 7 years ago
Wim eee0036c7f Modify iconurl correctly (mattermost). Closes #145 7 years ago
Wim 33dffd5ea8 Fix join/leave regression (irc) 7 years ago
Wim a16ad8bf3b Reuse connection when using same bridge with another gateway. See #87 7 years ago
Wim 2e4d58cb92 Refactor 7 years ago
Wim fd8cfb11fb Fail when bridge is unable to join a channel (general) 7 years ago
Wim 35025e164a Do not forward empty message from any bridge (general). Closes #128 7 years ago
Wim 73f01ad8d8 Add REST API support 7 years ago
Wim 62b165c0b4 Refactor samechannelgateway 7 years ago
Wim dc37232100 Refactor. Make extra options easier for other protocols 7 years ago
Wim 163f55f9c2 Refactor to handle disconnects/reconnects better.
Now try to reconnect every 60 seconds until forever.
7 years ago
Wim 991183e514 Fix IgnoreNicks (global). Closes #115 8 years ago
Wim 7685fe1724 Add channel key support (irc). Closes #27 8 years ago
Wim 2e54b97fc2 Add support for RemoteNickFormat in general configuration (samechannelgateway) 8 years ago
Wim e1641b2c2e Add support for RemoteNickFormat in general configuration 8 years ago
Wim e0e1e4be80 Add gateway.inout config for bidirectional bridges. Closes #85 8 years ago
Wim 449ed31e25 Fix ShowJoinPart from irc bridge. Closes #72 8 years ago
Wim af1ad82c8e Fix merge issue 8 years ago
Wim 4976338677 Merge branch 'refactor' 8 years ago
Wim 99d130d1ed Refactor 8 years ago
Wim 08ebee6b4f Validate channels for samechannelgateway. Fixes #73. 8 years ago
Wim 14830d9f1c Refactor gateway 8 years ago
Wim 2dbe0eb557 Add support for dynamic IconURL (slack). Closes #43 8 years ago
Wim c3a8b7a997 Refactor modifyMessage 8 years ago
Wim e93847a95e Launch every account only once. Fixes #48 8 years ago
Wim 47d38192b2 Only send to channels defined in config. Fixes #53 8 years ago
Wim db0e4ba8c5 Add error message about non-existing channels (slack) 8 years ago
Wim 2d6ed51d94 Bail out on samechannel gateway when a bridge fails to start 8 years ago
Wim 1accee1653 Bail out when a bridge fails to start 8 years ago
Wim fff6f08cb6 Add samechannel gateway. See #35 8 years ago
Wim d02a737e0c Cleanup debug messages 8 years ago
Wim 4737442185 Connect only once to each bridge 8 years ago
Wim a0b84beb9b Add Discord support 8 years ago
Wim 7baf386ede Refactor for more flexibility
* 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
8 years ago