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