Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vendor github.com/lrstanley/girc | Wim | 2017-11-08 | 16 | -0/+6023 |
| | |||||
* | Add support for bridging to individual steam chats. (steam) (#294) | rrigby | 2017-11-08 | 1 | -2/+7 |
| | |||||
* | Use room.URI instead of room.Name. (gitter) (#293) | Patrick Connolly | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | Fix missing arg for Errorf | Wim | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | Add helper | Wim | 2017-11-04 | 1 | -0/+28 |
| | |||||
* | Download files from telegram and reupload to supported bridges (telegram). #278 | Wim | 2017-11-04 | 1 | -8/+77 |
| | |||||
* | Show error message when file upload fails (discord) | Wim | 2017-11-04 | 1 | -3/+5 |
| | |||||
* | Add support to upload files to slack, from bridges with private urls like ↵ | Wim | 2017-11-03 | 1 | -0/+19 |
| | | | | slack/mattermost/telegram. (slack) | ||||
* | Add systemd service file (#291) | heinrich5991 | 2017-11-03 | 1 | -0/+11 |
| | | | Supersedes #176. | ||||
* | Allow slack messages with variables (eg. @here) to be formatted correctly. ↵ | Patrick Connolly | 2017-11-03 | 1 | -0/+14 |
| | | | | (slack) (#288) | ||||
* | Make megacheck happy again | Wim | 2017-11-03 | 1 | -6/+4 |
| | |||||
* | Add support to upload files to discord, from bridges with private urls like ↵ | Wim | 2017-11-03 | 1 | -0/+18 |
| | | | | slack/mattermost/telegram. (discord) | ||||
* | Resolve slack channel to human-readable name. (slack) (#282) | Patrick Connolly | 2017-11-02 | 1 | -0/+9 |
| | |||||
* | Use DisplayName instead of deprecated username (slack). Closes #276 | Wim | 2017-11-02 | 1 | -1/+7 |
| | |||||
* | Use matterbridge vendored slack | Wim | 2017-11-02 | 57 | -522/+28 |
| | |||||
* | Add support for DEBUG=1 envvar to enable debug. Closes #283 | Wim | 2017-10-28 | 1 | -1/+2 |
| | |||||
* | Try again to strip colors correct. #286 | Wim | 2017-10-28 | 1 | -3/+1 |
| | |||||
* | Add StripNick option, only allow alphanumerical nicks. Closes #285 | Wim | 2017-10-27 | 3 | -0/+61 |
| | |||||
* | Bump version | Wim | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Strip irc colors correct, strip also ctrl chars (irc). Closes #286 | Wim | 2017-10-26 | 1 | -1/+3 |
| | |||||
* | Allowed Slack bridge to extract simpler link format. (#287) | Patrick Connolly | 2017-10-26 | 1 | -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 Connolly | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Make [general] settings default, not total override (specifically ↵ | Patrick Connolly | 2017-10-20 | 2 | -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.1 | Wim | 2017-10-15 | 3 | -3/+9 |
| | |||||
* | Use bot username if specified (slack). Closes #273 | Wim | 2017-10-12 | 1 | -0/+3 |
| | |||||
* | Support mattermost 4.x as api4 should be stable (mattermost) | Wim | 2017-09-28 | 1 | -3/+1 |
| | |||||
* | Bump version | Wim | 2017-09-28 | 1 | -1/+1 |
| | |||||
* | Release v1.3.0v1.3.0 | Wim | 2017-09-27 | 3 | -2/+16 |
| | |||||
* | Update vendor | Wim | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Backoff for 60 seconds when reconnecting too fast | Wim | 2017-09-25 | 1 | -0/+6 |
| | |||||
* | Fix loop, make megacheck happy | Wim | 2017-09-21 | 1 | -11/+16 |
| | |||||
* | Download files from slack and reupload to mattermost (slack/mattermost). ↵ | Wim | 2017-09-21 | 4 | -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 files | Wim | 2017-09-21 | 1 | -0/+17 |
| | |||||
* | Add support for Quakenet auth (irc). Closes #263 | Wim | 2017-09-20 | 3 | -0/+14 |
| | |||||
* | Try quoting previous messsage (telegram). #237 | Wim | 2017-09-19 | 1 | -0/+21 |
| | |||||
* | Try to not forward slack unfurls. Closes #266 | Wim | 2017-09-19 | 1 | -0/+6 |
| | |||||
* | Add more debug info (telegram) | Wim | 2017-09-19 | 1 | -1/+3 |
| | |||||
* | Remove unnecessary check, make megacheck happy | Wim | 2017-09-19 | 1 | -19/+17 |
| | |||||
* | Fix loop from webhook by adding matterbridge prop (mattermost). Closes #261 | Wim | 2017-09-18 | 1 | -0/+7 |
| | |||||
* | Relay attachments from mattermost to slack (slack). Closes #260 | Wim | 2017-09-18 | 4 | -2/+51 |
| | |||||
* | Allow empty message if we have a slack attachment | Wim | 2017-09-18 | 1 | -1/+1 |
| | |||||
* | Add props | Wim | 2017-09-18 | 1 | -7/+8 |
| | |||||
* | Bump version | Wim | 2017-09-18 | 1 | -1/+1 |
| | |||||
* | Use override username if specified (mattermost). #260 | Wim | 2017-09-18 | 1 | -0/+6 |
| | |||||
* | Update readme | Wim | 2017-09-11 | 1 | -1/+2 |
| | |||||
* | Release v1.2.0v1.2.0 | Wim | 2017-09-11 | 3 | -2/+16 |
| | |||||
* | Update vendor (nlopes/slack) | Wim | 2017-09-11 | 2 | -1/+3 |
| | |||||
* | Update vendor (bwmarrin/discordgo) apiv6 | Wim | 2017-09-11 | 12 | -111/+467 |
| | |||||
* | Bump version | Wim | 2017-09-11 | 1 | -1/+1 |
| | |||||
* | Add partial support for deleted messages (telegram) | Wim | 2017-09-11 | 1 | -0/+12 |
| |