summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add config option to prefix messages (IRC->MM) with nickFredrik de Vibe2016-03-184-9/+17
|/ | | | | If username overriding isn't enabled on the Mattermost server, this is required for Mattermost users to see who sent a message from IRC.
* Update to v0.3v0.3Wim2016-03-031-1/+1
|
* Add support for slack username circumfix. Closes #10Wim2016-02-184-8/+16
|
* Merge pull request #8 from daysofwineandroses/master@42wim2016-01-292-0/+4
|\ | | | | Add PASS support as per RFC1459
| * Add PASS support as per RFC1459Bert Mertens2016-01-272-0/+4
|/ | | | | | | | | 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 link to matterbridge-plusWim2015-12-201-0/+2
|
* Add support for multiple channelsWim2015-12-194-13/+74
|
* Add option to change receiving mattermost channelWim2015-12-192-7/+10
|
* Add option to specify configfileWim2015-12-181-1/+4
|
* Add BindAddress option. Closes #4Wim2015-12-125-3/+10
|
* Update to v0.2Wim2015-12-091-4/+2
|
* Set type join_leave for irc JOIN/PART messages send to mattermostv0.2Wim2015-11-291-1/+6
|
* Add support for Type and Attachments in incoming webhooksWim2015-11-281-5/+7
|
* Fix go get pathWim2015-10-301-1/+1
|
* Add DisableServer optionWim2015-10-281-5/+7
|
* Remove markdown for giphyWim2015-10-281-1/+1
|
* Add giphy support. !gif <query>Wim2015-10-284-1/+28
|
* Fix multiline messagesWim2015-10-271-1/+4
|
* Add SkipTLSVerify option for mattermost, allows selfsigned certificatesWim2015-10-255-14/+30
|
* Refactor and IconURL supportWim2015-10-243-12/+15
|
* Add support for outgoing webhook tokenWim2015-10-245-2/+17
|
* Add some validation for incoming connectionsWim2015-10-241-0/+10
|
* Add support for NAMESWim2015-10-241-0/+16
|
* Add support for JOIN, PART and CTCP_ACTIONWim2015-10-244-3/+22
|
* Add matterhook package infoWim2015-10-231-0/+1
|
* Add mattermost requirementWim2015-10-231-1/+3
|
* Add link to binariesWim2015-10-231-0/+3
|
* Fix formattingv0.1Wim2015-10-231-10/+10
|
* Initial matterbridge commitWim2015-10-235-1/+171
|
* Initial commitWim2015-10-231-0/+121
|
* Initial commit@42wim2015-10-231-0/+202