summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionWim2017-11-131-1/+1
|
* Release v1.4.1v1.4.1Wim2017-11-133-2/+8
|
* Fix message sending (slack)Wim2017-11-131-2/+2
|
* Add support for comments from slack file uploads (slack)Wim2017-11-135-22/+36
|
* Add extension to sticker/video/photo (telegram)Wim2017-11-121-3/+7
|
* Do not ignore empty messages with files for bridges that support itWim2017-11-121-3/+6
|
* Add the download actually to the message (telegram)Wim2017-11-121-1/+1
|
* Add more debug info (telegram)Wim2017-11-121-2/+1
|
* Add more debug info (telegram)Wim2017-11-121-0/+7
|
* Fix document bug (telegram)Wim2017-11-121-1/+1
|
* Fix telegram photo/document input handling (telegram)Wim2017-11-121-3/+2
|
* Fix strict user handling of girc (irc). Closes #298Wim2017-11-111-1/+11
|
* Release v1.4.0v1.4.0Wim2017-11-083-3/+25
|
* Update vendor/github.com/mattn/go-xmppWim2017-11-083-5/+8
|
* Fix panic on empty paramsWim2017-11-081-0/+4
|
* Add ServerName to TLSConfigWim2017-11-081-1/+1
|
* Replace sorcix/irc and go-ircevent with gircWim2017-11-081-104/+103
|
* Vendor github.com/lrstanley/gircWim2017-11-0816-0/+6023
|
* Add support for bridging to individual steam chats. (steam) (#294)rrigby2017-11-081-2/+7
|
* Use room.URI instead of room.Name. (gitter) (#293)Patrick Connolly2017-11-081-1/+1
|
* 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 ↵Wim2017-11-031-0/+19
| | | | slack/mattermost/telegram. (slack)
* Add systemd service file (#291)heinrich59912017-11-031-0/+11
| | | Supersedes #176.
* Allow slack messages with variables (eg. @here) to be formatted correctly. ↵Patrick Connolly2017-11-031-0/+14
| | | | (slack) (#288)
* Make megacheck happy againWim2017-11-031-6/+4
|
* Add support to upload files to discord, from bridges with private urls like ↵Wim2017-11-031-0/+18
| | | | slack/mattermost/telegram. (discord)
* 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
| | | | | Links sometimes exist without bar delimiters. See: https://api.slack.com/docs/message-formatting#linking_to_urls
* Fix outdated sample config on slack channel format. (#280)Patrick Connolly2017-10-201-1/+1
|
* Make [general] settings default, not total override (specifically ↵Patrick Connolly2017-10-202-3/+3
| | | | | | | | | | RemoteNickFormat) (#279) * Use general settings as default, that specific protocols override. * Fixed tab formatting. * Clarified override precedence of [general] config.
* 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). ↵Wim2017-09-214-8/+65
| | | | | | | | | | | | Closes #255 Refactor message.Extra to a map[string][]interface{} to have a bit more flexibility for stuffing extra stuff. For attached files from slack, files < 1MB size get downloaded (in memory), and get put into Extra["file"][]config.FileInfo (containing a pointer to the buffer and the filename). This is not async so slack channels with lots of attached files may suffer a slowdown. (the download timeout is set at 5 seconds).
* Add functions to upload filesWim2017-09-211-0/+17
|