Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor using factory | Wim | 2018-02-27 | 1 | -18/+11 |
| | |||||
* | Refactor xmpp | Wim | 2018-02-27 | 1 | -36/+86 |
| | |||||
* | Use prefixed-formatter for better logging | Wim | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Send chat notification if media is too big to be re-uploaded to MediaServer. ↵ | Wim | 2018-02-03 | 1 | -0/+4 |
| | | | | See #359 | ||||
* | Add space between colon and URL for uploaded media (#360) | ValdikSS | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | Add comment to file upload from telegram. Show comments on all bridges. ↵ | Wim | 2018-02-01 | 1 | -1/+4 |
| | | | | Closes #358 | ||||
* | Print only debug messages when specified (xmpp). Closes #345 | Wim | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Ignore <subject> messages (xmpp). #272 | Wim | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | Refactor and add MediaDownloadSize to General | Wim | 2017-12-19 | 1 | -8/+3 |
| | |||||
* | Use mediaserver urls for irc,gitter and xmpp | Wim | 2017-11-24 | 1 | -0/+13 |
| | |||||
* | Add support for deleting messages across bridges. | Wim | 2017-09-11 | 1 | -0/+4 |
| | | | | | | | | | | | | Currently fully support mattermost,slack and discord. Message deleted on the bridge or received from other bridges will be deleted. Partially support for Gitter. Gitter bridge will delete messages received from other bridges. But if you delete a message on gitter, this deletion will not be sent to other bridges (this is a gitter API limitation, it doesn't propogate edits or deletes via the API) | ||||
* | Modify Send() to return also a message id | Wim | 2017-08-27 | 1 | -2/+2 |
| | |||||
* | Allow a webhookurl per channel (discord). #239 | Wim | 2017-08-12 | 1 | -2/+2 |
| | |||||
* | Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199 | Wim | 2017-07-30 | 1 | -1/+14 |
| | |||||
* | Handle reconnections better (xmpp). Closes #222 | Wim | 2017-07-20 | 1 | -2/+29 |
| | |||||
* | Add UserID to each message. Closes #200 | Wim | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | Add Compatibility for Cisco Jabber (xmpp) (#166) | Frank | 2017-05-11 | 1 | -1/+1 |
| | |||||
* | 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 |