Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move common code to matterbridge-plus bridge package | Wim | 2016-03-23 | 1 | -55/+0 |
| | |||||
* | Add -debug option. Run go fmt. Some cleanups | Wim | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | Add Freenode style NickServ-based authentication. | Fredrik de Vibe | 2016-03-21 | 1 | -0/+2 |
| | | | | If the server sends a NOTICE requesting identification, identify. | ||||
* | Move new config parameters from IRC to Mattermost. | Fredrik de Vibe | 2016-03-18 | 1 | -16/+16 |
| | | | | PrefixMessagesWithNick, NickFormatter and NicksPerRow. | ||||
* | Enable !users command and add a table formatter | Fredrik de Vibe | 2016-03-18 | 1 | -0/+2 |
| | | | | | * Listen to wildcarded events, currently handle RPL_NAMREPLY. * Add a formatter to present nick lists from IRC as a table. | ||||
* | Add config option to prefix messages (IRC->MM) with nick | Fredrik de Vibe | 2016-03-18 | 1 | -8/+9 |
| | | | | | If username overriding isn't enabled on the Mattermost server, this is required for Mattermost users to see who sent a message from IRC. | ||||
* | Add support for slack username circumfix. Closes #10 | Wim | 2016-02-18 | 1 | -7/+8 |
| | |||||
* | Add PASS support as per RFC1459 | Bert Mertens | 2016-01-27 | 1 | -0/+1 |
| | | | | | | | | | Provide a connection password via the protocol's PASS command. Imported irc.go supports it as a simple parameter: https://github.com/thoj/go-ircevent/blob/master/irc.go#L381 See https://tools.ietf.org/html/rfc1459#section-4.1 for full details. | ||||
* | Add support for multiple channels | Wim | 2015-12-19 | 1 | -0/+4 |
| | |||||
* | Add option to change receiving mattermost channel | Wim | 2015-12-19 | 1 | -0/+1 |
| | |||||
* | Add BindAddress option. Closes #4 | Wim | 2015-12-12 | 1 | -0/+1 |
| | |||||
* | Add giphy support. !gif <query> | Wim | 2015-10-28 | 1 | -0/+3 |
| | |||||
* | Add SkipTLSVerify option for mattermost, allows selfsigned certificates | Wim | 2015-10-25 | 1 | -5/+6 |
| | |||||
* | Refactor and IconURL support | Wim | 2015-10-24 | 1 | -0/+1 |
| | |||||
* | Add support for outgoing webhook token | Wim | 2015-10-24 | 1 | -0/+1 |
| | |||||
* | Add support for JOIN, PART and CTCP_ACTION | Wim | 2015-10-24 | 1 | -2/+3 |
| | |||||
* | Initial matterbridge commit | Wim | 2015-10-23 | 1 | -0/+35 |