summaryrefslogtreecommitdiffstats
path: root/bridge/irc
Commit message (Collapse)AuthorAgeFilesLines
...
* Strip IRC colors. Closes #33Wim2016-09-211-0/+4
|
* Cleanup debug messagesWim2016-09-201-0/+1
|
* Cleanup irc bridge debug/info messagesWim2016-09-191-13/+17
|
* Refactor for more flexibilityWim2016-09-181-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 bridgeWim2016-08-201-13/+1
|
* Add Connect() to Bridger interfaceWim2016-08-201-30/+22
|
* Refactor bridge. Allows bridging between every protocolWim2016-08-142-0/+273