summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix missing arg for ErrorfWim2017-11-041-1/+1
* Add helperWim2017-11-041-0/+28
* Download files from telegram and reupload to supported bridges (telegram). #278Wim2017-11-041-8/+77
* Show error message when file upload fails (discord)Wim2017-11-041-3/+5
* Add support to upload files to slack, from bridges with private urls like sla...Wim2017-11-031-0/+19
* Add systemd service file (#291)heinrich59912017-11-031-0/+11
* Allow slack messages with variables (eg. @here) to be formatted correctly. (s...Patrick Connolly2017-11-031-0/+14
* Make megacheck happy againWim2017-11-031-6/+4
* Add support to upload files to discord, from bridges with private urls like s...Wim2017-11-031-0/+18
* Resolve slack channel to human-readable name. (slack) (#282)Patrick Connolly2017-11-021-0/+9
* Use DisplayName instead of deprecated username (slack). Closes #276Wim2017-11-021-1/+7
* Use matterbridge vendored slackWim2017-11-0257-522/+28
* Add support for DEBUG=1 envvar to enable debug. Closes #283Wim2017-10-281-1/+2
* Try again to strip colors correct. #286Wim2017-10-281-3/+1
* Add StripNick option, only allow alphanumerical nicks. Closes #285Wim2017-10-273-0/+61
* Bump versionWim2017-10-261-1/+1
* Strip irc colors correct, strip also ctrl chars (irc). Closes #286Wim2017-10-261-1/+3
* Allowed Slack bridge to extract simpler link format. (#287)Patrick Connolly2017-10-261-1/+1
* Fix outdated sample config on slack channel format. (#280)Patrick Connolly2017-10-201-1/+1
* Make [general] settings default, not total override (specifically RemoteNickF...Patrick Connolly2017-10-202-3/+3
* Release v1.3.1v1.3.1Wim2017-10-153-3/+9
* Use bot username if specified (slack). Closes #273Wim2017-10-121-0/+3
* Support mattermost 4.x as api4 should be stable (mattermost)Wim2017-09-281-3/+1
* Bump versionWim2017-09-281-1/+1
* Release v1.3.0v1.3.0Wim2017-09-273-2/+16
* Update vendorWim2017-09-251-1/+1
* Backoff for 60 seconds when reconnecting too fastWim2017-09-251-0/+6
* Fix loop, make megacheck happyWim2017-09-211-11/+16
* Download files from slack and reupload to mattermost (slack/mattermost). Clos...Wim2017-09-214-8/+65
* Add functions to upload filesWim2017-09-211-0/+17
* Add support for Quakenet auth (irc). Closes #263Wim2017-09-203-0/+14
* Try quoting previous messsage (telegram). #237Wim2017-09-191-0/+21
* Try to not forward slack unfurls. Closes #266Wim2017-09-191-0/+6
* Add more debug info (telegram)Wim2017-09-191-1/+3
* Remove unnecessary check, make megacheck happyWim2017-09-191-19/+17
* Fix loop from webhook by adding matterbridge prop (mattermost). Closes #261Wim2017-09-181-0/+7
* Relay attachments from mattermost to slack (slack). Closes #260Wim2017-09-184-2/+51
* Allow empty message if we have a slack attachmentWim2017-09-181-1/+1
* Add propsWim2017-09-181-7/+8
* Bump versionWim2017-09-181-1/+1
* Use override username if specified (mattermost). #260Wim2017-09-181-0/+6
* Update readmeWim2017-09-111-1/+2
* Release v1.2.0v1.2.0Wim2017-09-113-2/+16
* Update vendor (nlopes/slack)Wim2017-09-112-1/+3
* Update vendor (bwmarrin/discordgo) apiv6Wim2017-09-1112-111/+467
* Bump versionWim2017-09-111-1/+1
* Add partial support for deleted messages (telegram)Wim2017-09-111-0/+12
* Update vendor (go-telegram-bot-api/telegram-bot-api)Wim2017-09-115-62/+629
* Add support for deleting messages across bridges.Wim2017-09-1113-5/+98
* Do not break messages on newline (slack). Closes #258Wim2017-09-101-18/+16