Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Quakenet auth (irc). Closes #263 | Wim | 2017-09-20 | 1 | -0/+8 |
| | |||||
* | 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) | ||||
* | Convert utf-8 back to charset (irc). #247 | Wim | 2017-08-30 | 1 | -0/+14 |
| | |||||
* | Use the detected charset (irc) | Wim | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | Add a charset option (irc). Closes #247 | Wim | 2017-08-29 | 1 | -12/+17 |
| | |||||
* | 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/+7 |
| | |||||
* | Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199 | Wim | 2017-07-30 | 1 | -4/+11 |
| | |||||
* | Update vendor (go-irc) | Wim | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | Refactor. Add tests | Wim | 2017-07-25 | 1 | -3/+0 |
| | |||||
* | Fix megacheck / go vet issues | Wim | 2017-07-14 | 2 | -2/+4 |
| | |||||
* | Try to detect the charset and convert it to utf-8. (irc). Closes #209 #210 | Wim | 2017-07-07 | 1 | -0/+27 |
| | |||||
* | Add UserID to each message. Closes #200 | Wim | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | Make reconnection more robust (irc). #153 | Wim | 2017-06-18 | 1 | -8/+25 |
| | |||||
* | Do not relay join/part of ourselves (irc). Closes #190 | Wim | 2017-06-17 | 1 | -2/+5 |
| | |||||
* | Limit message length (irc). Closes #179 | Wim | 2017-05-29 | 1 | -0/+6 |
| | |||||
* | Relay messages starting with ! (irc). Closes #164 | Wim | 2017-05-08 | 1 | -1/+0 |
| | |||||
* | Rejoin channel when kicked (irc). Closes #146 | Wim | 2017-04-08 | 1 | -1/+7 |
| | |||||
* | Remove debug info (irc) | Wim | 2017-04-01 | 1 | -1/+0 |
| | |||||
* | Reuse connection when using same bridge with another gateway. See #87 | Wim | 2017-04-01 | 1 | -1/+2 |
| | |||||
* | Refactor to handle disconnects/reconnects better. | Wim | 2017-02-14 | 1 | -2/+12 |
| | | | | Now try to reconnect every 60 seconds until forever. | ||||
* | Remove callbacks after being called. Fixes #88 (irc) | Wim | 2016-11-20 | 1 | -0/+2 |
| | |||||
* | Fix ShowJoinPart from irc bridge. Closes #72 | Wim | 2016-11-14 | 1 | -0/+13 |
| | |||||
* | Fix !users command for irc. Closes #78. | Wim | 2016-11-14 | 1 | -2/+1 |
| | |||||
* | Refactor | Wim | 2016-11-13 | 1 | -29/+10 |
| | |||||
* | Add support for dynamic IconURL (slack). Closes #43 | Wim | 2016-11-05 | 1 | -1/+2 |
| | |||||
* | Add anti-flooding settings (irc). See #40 | Wim | 2016-11-01 | 1 | -3/+28 |
| | |||||
* | 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 |
| | |||||
* | 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 irc names callback only on command. Fixes #51 | Wim | 2016-10-23 | 1 | -1/+2 |
| | |||||
* | Add more irc debug on connect (when debugging enabled) | Wim | 2016-10-01 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | Cleanup debug messages | Wim | 2016-09-20 | 1 | -0/+1 |
| | |||||
* | Cleanup irc bridge debug/info messages | Wim | 2016-09-19 | 1 | -13/+17 |
| | |||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -69/+75 |
| | | | | | | | * 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 | -13/+1 |
| | |||||
* | Add Connect() to Bridger interface | Wim | 2016-08-20 | 1 | -30/+22 |
| | |||||
* | Refactor bridge. Allows bridging between every protocol | Wim | 2016-08-14 | 2 | -0/+273 |