summaryrefslogtreecommitdiffstats
path: root/bridge/irc/irc.go
Commit message (Collapse)AuthorAgeFilesLines
* Add more irc debug on connect (when debugging enabled)Wim2016-10-011-0/+4
|
* Split newlines for irc (#37)Wim2016-09-291-1/+3
|
* Fix IRC colors regexpWim2016-09-221-1/+1
|
* 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-141-0/+214