Commit Graph

23 Commits (1e0490bd36ec20a7de43587f43feb6ec63c02ddb)

Author SHA1 Message Date
Wim 163f55f9c2 Refactor to handle disconnects/reconnects better.
Now try to reconnect every 60 seconds until forever.
7 years ago
Wim cef64e01b3 Remove callbacks after being called. Fixes #88 (irc) 8 years ago
Wim 449ed31e25 Fix ShowJoinPart from irc bridge. Closes #72 8 years ago
Wim a11f77835d Fix !users command for irc. Closes #78. 8 years ago
Wim 99d130d1ed Refactor 8 years ago
Wim 2dbe0eb557 Add support for dynamic IconURL (slack). Closes #43 8 years ago
Wim be513622ac Add anti-flooding settings (irc). See #40 8 years ago
Wim 5249568b8e Wait until the welcome message before connection is ok (irc). Fixes #62 8 years ago
Wim 4a336a6bba Forward channel notices too (irc) 8 years ago
Wim dfc513530b Ignore messages from ourself (irc bridge) 8 years ago
Wim 721e0a2dcd Ignore private queries (irc bridge) 8 years ago
Wim 8452eb12da Only respond to notices from nickserv (irc bridge) 8 years ago
Wim 4380c48b4b Add irc names callback only on command. Fixes #51 8 years ago
Wim e52b040b9c Add more irc debug on connect (when debugging enabled) 8 years ago
Wim 3ca4309e8a Split newlines for irc (#37) 8 years ago
Wim e8a2e1af63 Fix IRC colors regexp 8 years ago
Wim 1d240140c9 Strip IRC colors. Closes #33 8 years ago
Wim d02a737e0c Cleanup debug messages 8 years ago
Wim 18504ec08d Cleanup irc bridge debug/info messages 8 years ago
Wim 7baf386ede Refactor for more flexibility
* 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
8 years ago
Wim e11d786775 Move nickformatting into bridge 8 years ago
Wim 889b6debc4 Add Connect() to Bridger interface 8 years ago
Wim ff94796700 Refactor bridge. Allows bridging between every protocol 8 years ago