Commit Graph

686 Commits (f8714d81f504b5223c1bd762619c0e7b3bf32a52)
 

Author SHA1 Message Date
Wim 7973baedd0 Bump version 7 years ago
Wim 299b71d982 Strip irc colors correct, strip also ctrl chars (irc). Closes #286 7 years ago
Patrick Connolly 76aafe1fa8 Allowed Slack bridge to extract simpler link format. (#287)
Links sometimes exist without bar delimiters.

See: https://api.slack.com/docs/message-formatting#linking_to_urls
7 years ago
Patrick Connolly 95a0229aaf Fix outdated sample config on slack channel format. (#280) 7 years ago
Patrick Connolly 915a8fbad7 Make [general] settings default, not total override (specifically RemoteNickFormat) (#279)
* Use general settings as default, that specific protocols override.

* Fixed tab formatting.

* Clarified override precedence of [general] config.
7 years ago
Wim d4d7fef313 Release v1.3.1 7 years ago
Wim 4e1dc9f885 Use bot username if specified (slack). Closes #273 7 years ago
Wim 155ae80d22 Support mattermost 4.x as api4 should be stable (mattermost) 7 years ago
Wim c7e336efd9 Bump version 7 years ago
Wim ac3c65a0cc Release v1.3.0 7 years ago
Wim df74df475b Update vendor 7 years ago
Wim a61e2db7cb Backoff for 60 seconds when reconnecting too fast 7 years ago
Wim 7aabe12acf Fix loop, make megacheck happy 7 years ago
Wim c4b75e5754 Download files from slack and reupload to mattermost (slack/mattermost). 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).
7 years ago
Wim 6a7adb20a8 Add functions to upload files 7 years ago
Wim b49fb2b69c Add support for Quakenet auth (irc). Closes #263 7 years ago
Wim 4bda29cb38 Try quoting previous messsage (telegram). #237 7 years ago
Wim 5f14141ec9 Try to not forward slack unfurls. Closes #266 7 years ago
Wim c088e45d85 Add more debug info (telegram) 7 years ago
Wim d59c51a94b Remove unnecessary check, make megacheck happy 7 years ago
Wim 47b7fae61b Fix loop from webhook by adding matterbridge prop (mattermost). Closes #261 7 years ago
Wim 1a40b0c1e9 Relay attachments from mattermost to slack (slack). Closes #260 7 years ago
Wim 27d886826c Allow empty message if we have a slack attachment 7 years ago
Wim 18981cb636 Add props 7 years ago
Wim ffa8f65aa8 Bump version 7 years ago
Wim 82588b00c5 Use override username if specified (mattermost). #260 7 years ago
Wim 603449e850 Update readme 7 years ago
Wim 248d88c849 Release v1.2.0 7 years ago
Wim d19535fa21 Update vendor (nlopes/slack) 7 years ago
Wim 49204cafcc Update vendor (bwmarrin/discordgo) apiv6 7 years ago
Wim 812db2d267 Bump version 7 years ago
Wim 14490bea9f Add partial support for deleted messages (telegram) 7 years ago
Wim 0352970051 Update vendor (go-telegram-bot-api/telegram-bot-api) 7 years ago
Wim ed01820722 Add support for deleting messages across bridges.
Currently fully support mattermost,slack and discord.
Message deleted on the bridge or received from other bridges will be
deleted.

Partially support for Gitter.
Gitter bridge will delete messages received from other bridges.
But if you delete a message on gitter, this deletion will not be sent to
other bridges (this is a gitter API limitation, it doesn't propogate edits
or deletes via the API)
7 years ago
Wim 90a61f15cc Do not break messages on newline (slack). Closes #258 7 years ago
Wim 86cd7f1ba6 Add UpdateUserNick 7 years ago
Wim d6ee55e35f Release v1.1.2 7 years ago
Wim aef64eec32 Update changelog 7 years ago
Wim c4193d5ccd Add 4.2 support (mattermost) 7 years ago
Wim 0c94186818 Add darwin-amd64 to nightly builds 7 years ago
Wim 9039720013 Send images when text is empty regression. (mattermost). Closes #254 7 years ago
Wim a3470f8aec Send first message after connect (slack). Closes #252 7 years ago
Wim 01badde21d Add message debugging (gitter) 7 years ago
Ryan Mulligan a37b232dd9 remove comment about useAPI in sample configuration (#251) 7 years ago
Ryan Mulligan 579ee48385 remove useAPI from sample configuration (#250) 7 years ago
Wim dd985d1dad Fix sending direct messages with APIv4 7 years ago
Wim d2caea70a2 Release v1.1.1 7 years ago
Wim 21143cf5ee Fix public links (mattermost) 7 years ago
Wim dc2aed698d Release v1.1.0 7 years ago
Wim 37c350f19f Convert utf-8 back to charset (irc). #247 7 years ago