Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor to handle disconnects/reconnects better. | Wim | 2017-02-14 | 1 | -6/+10 | |
| | | | | Now try to reconnect every 60 seconds until forever. | |||||
* | Fix tls by setting ServerName (xmpp) (#114) | Josip Janžić | 2017-01-18 | 1 | -0/+1 | |
| | | | Fixes error message shown by tls: "either ServerName or InsecureSkipVerify must be specified in the tls.Config" | |||||
* | Handle SkipTLSVerify for XMPP client (#106). Closes #81 | Stefan Haller | 2017-01-14 | 1 | -0/+5 | |
| | | | | | | * Handle SkipTLSVerify for XMPP client * Mention SkipTLSVerify for XMPP in sample config | |||||
* | Do not relay empty or delayed messages (xmpp) | Wim | 2016-11-26 | 1 | -1/+2 | |
| | ||||||
* | Enable keepalive (xmpp) | Wim | 2016-11-26 | 1 | -2/+9 | |
| | ||||||
* | Refactor | Wim | 2016-11-13 | 1 | -29/+10 | |
| | ||||||
* | Add support for dynamic IconURL (slack). Closes #43 | Wim | 2016-11-05 | 1 | -1/+2 | |
| | ||||||
* | Refactor modifyMessage | Wim | 2016-11-04 | 1 | -2/+2 | |
| | ||||||
* | Cleanup xmpp bridge debug/info messages | Wim | 2016-09-20 | 1 | -2/+3 | |
| | ||||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -37/+41 | |
| | | | | | | | * 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 | |||||
* | Move nickformatting into bridge | Wim | 2016-08-20 | 1 | -6/+2 | |
| | ||||||
* | Add Connect() to Bridger interface | Wim | 2016-08-20 | 1 | -7/+7 | |
| | ||||||
* | Refactor bridge. Allows bridging between every protocol | Wim | 2016-08-14 | 1 | -0/+137 | |