Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |