summaryrefslogtreecommitdiffstats
path: root/config.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move new config parameters from IRC to Mattermost.Fredrik de Vibe2016-03-181-16/+16
* Enable !users command and add a table formatterFredrik de Vibe2016-03-181-0/+2
* Add config option to prefix messages (IRC->MM) with nickFredrik de Vibe2016-03-181-8/+9
* Add support for slack username circumfix. Closes #10Wim2016-02-181-7/+8
* Add PASS support as per RFC1459Bert Mertens2016-01-271-0/+1
* 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