summaryrefslogtreecommitdiffstats
path: root/config.go
Commit message (Collapse)AuthorAgeFilesLines
* Move common code to matterbridge-plus bridge packageWim2016-03-231-55/+0
|
* Add -debug option. Run go fmt. Some cleanupsWim2016-03-221-1/+1
|
* Add Freenode style NickServ-based authentication.Fredrik de Vibe2016-03-211-0/+2
| | | | If the server sends a NOTICE requesting identification, identify.
* Move new config parameters from IRC to Mattermost.Fredrik de Vibe2016-03-181-16/+16
| | | | PrefixMessagesWithNick, NickFormatter and NicksPerRow.
* Enable !users command and add a table formatterFredrik de Vibe2016-03-181-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 nickFredrik de Vibe2016-03-181-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 #10Wim2016-02-181-7/+8
|
* Add PASS support as per RFC1459Bert Mertens2016-01-271-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 channelsWim2015-12-191-0/+4
|
* Add option to change receiving mattermost channelWim2015-12-191-0/+1
|
* Add BindAddress option. Closes #4Wim2015-12-121-0/+1
|
* Add giphy support. !gif <query>Wim2015-10-281-0/+3
|
* Add SkipTLSVerify option for mattermost, allows selfsigned certificatesWim2015-10-251-5/+6
|
* Refactor and IconURL supportWim2015-10-241-0/+1
|
* Add support for outgoing webhook tokenWim2015-10-241-0/+1
|
* Add support for JOIN, PART and CTCP_ACTIONWim2015-10-241-2/+3
|
* Initial matterbridge commitWim2015-10-231-0/+35