summaryrefslogtreecommitdiffstats
path: root/matterbridge.go
Commit message (Expand)AuthorAgeFilesLines
...
* Add double newline if the message is markup and prefixed.Fredrik de Vibe2016-03-181-2/+21
* Move new config parameters from IRC to Mattermost.Fredrik de Vibe2016-03-181-4/+4
* Enable !users command and add a table formatterFredrik de Vibe2016-03-181-2/+47
* Add config option to prefix messages (IRC->MM) with nickFredrik de Vibe2016-03-181-1/+5
* Add support for slack username circumfix. Closes #10Wim2016-02-181-1/+6
* Add PASS support as per RFC1459Bert Mertens2016-01-271-0/+3
* Add support for multiple channelsWim2015-12-191-10/+39
* Add option to change receiving mattermost channelWim2015-12-191-7/+9
* Add option to specify configfileWim2015-12-181-1/+4
* Add BindAddress option. Closes #4Wim2015-12-121-1/+2
* Set type join_leave for irc JOIN/PART messages send to mattermostv0.2Wim2015-11-291-1/+6
* Remove markdown for giphyWim2015-10-281-1/+1
* Add giphy support. !gif <query>Wim2015-10-281-1/+18
* Fix multiline messagesWim2015-10-271-1/+4
* Add SkipTLSVerify option for mattermost, allows selfsigned certificatesWim2015-10-251-2/+7
* Refactor and IconURL supportWim2015-10-241-12/+13
* Add support for outgoing webhook tokenWim2015-10-241-1/+2
* Add support for NAMESWim2015-10-241-0/+16
* Add support for JOIN, PART and CTCP_ACTIONWim2015-10-241-1/+17
* Initial matterbridge commitWim2015-10-231-0/+56