Commit Graph

1145 Commits (942d8f1cedfb7325c0720f8967751bb1b77f5b82)
 

Author SHA1 Message Date
Remi Reuvekamp 33bd60528b Add config option MediaDownloadPath (#443)
* Add config option MediaUploadPath

MediaDownloadPath can be used instead of MediaServerUpload, for when your
webserver is on the same system as matterbridge and matterbridge has
write access to the serve dir.

* Limit length of hash in MediaServer urls to 8chars

Full SHA256 is unnecessary for uniqueness.
Also; if a file has the same first 8 charachters of the SHA256 hash,
it's still not a problem, as long as the filename is not the same.
6 years ago
Wim 7e54474111 Add info about markdown (telegram) 6 years ago
Wim e307069d62 Ignore messages from ourself. (sshchat) Closes #439 6 years ago
ValdikSS 91db63294c Add message correction support for XMPP (#437)
It works worse than it could be, since message correction in XMPP
works differently compared to other messengers. XMPP replaces old
message with old ID with new message with new ID. Matterbridge
remembers only old ID, that's why you can edit a message from
XMPP to the gateway only once.

Edited messages from other networks to XMPP are handled correctly
though.
6 years ago
Wim fd04e08c9c Update vendor matterbridge/go-xmpp 6 years ago
Yuval Langer 6576409d60 Prevent white or black color codes (irc) (#434) 6 years ago
Patrick Connolly 045cb2058c Fix regexp in replaceMention (slack). (#435) 6 years ago
Wim d03afc12fd Update changelog 6 years ago
Wim 48799a3cff Bump version 6 years ago
Wim dba259e9f1 Release v1.10.1 6 years ago
Wim 07885f5810 Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 6 years ago
Wim 696c518550 Add error message about webhook (slack) 6 years ago
Wim 411ef2691c Use uuid instead of userid. Fixes #429 6 years ago
Wim fc6074ea9f Add vendor github.com/rs/xid 6 years ago
Wim ab1670e2ce Update sponsor image 6 years ago
Wim 9142a33bbf Add sponsor and zulip to README 6 years ago
OyyoDams f6eefa4ecc Fix issue #432 - Avatar spoofing from Slack to Discord with uppercase in nick doesn't work (#433) 6 years ago
Kazuhiro NISHIYAMA f1db166ac4 Fix format string bug (irc) (#428) 6 years ago
Yuval Langer 887c2bc56d End IRC username formatting with a total formatting reset (irc) (#425)
* Add zero padding to the color code

* Change color ending into total formatting reset
6 years ago
Yuval Langer f0738a93c3 [WIP] Colorize username sent to IRC using its crc32 IEEE checksum (#423)
* Colorize username sent to IRC using its crc32 IEEE checksum

* Add `ColorNicks` configuration variable

* Add `ColorNicks` setting
6 years ago
Wim 75381c2c6e Add support for CJK to/from utf-8 (irc). #400 6 years ago
Wim bf0b9959d1 Add vendor github.com/dfordsoft/golib/ic 6 years ago
Wim 406a54b597 Add QuoteFormat option (telegram). Closes #413 6 years ago
ValdikSS be04d1a862 Send attached files to XMPP in different message with OOB data and without body (#421)
Conversations can't show inline pictures if there's anything besides URL in the message body.
Workaround this issue by sending one usual message and one message with OOB data and without message body.
The second message should not be shown in the clients without OOB support, so the user won't see the empty message.
6 years ago
Wim 85b2d5a124 Update vendor lrstanley/girc 6 years ago
Wim 521a7ed7b0 Update vendor lrstanley/girc 6 years ago
Wim 529b188164 Update vendor go-telegram-bot-api/telegram-bot-api 6 years ago
Wim 8d307d8134 Update vendor matterbridge/go-xmpp 6 years ago
Wim 8c675b52bc Add zulipchat badge 6 years ago
Wim aa51aa2aa0 Bump version 6 years ago
Wim 86865c6da5 Release v1.10.0 6 years ago
Wim 45296100df Add initial zulip support 6 years ago
Wim 1605fbc012 Add vendor matterbridge/gozulipbot 6 years ago
Wim c6c92e273d Use only alphanumeric for file uploads to mediaserver. Closes #416 6 years ago
Wim 467b373c43 Fix crash on invalid filenames 6 years ago
Wim 72ce7f06e9 Handle file comment better 6 years ago
Wim 346a7284f7 Handle file uploads to mediaserver (steam) 6 years ago
Wim ee4ac67081 Fix possible nil when using channels (telegram). #410 6 years ago
Wim 5a93d14d75 Update issue templates 6 years ago
Wim 96a47a60ad Add support for reloading all settings automatically after changing config except connection and gateway configuration. Closes #373 6 years ago
Wim b24a47ad7f Handle channel posts correctly (telegram) 6 years ago
Wim cd1fd1bb7c Fix panic (telegram). Closes #410 6 years ago
Wim d44df7b6e6 Fix alignment 6 years ago
Wim 9d1ac0c84b Add image to repo. Make more clear that mattermost is not required to run matterbridge 6 years ago
Jerry Heiselman 76af9cba5a Properly set Slack user who initiated slash command (#394)
* Properly set Slack user who initiated slash command
6 years ago
Wim b69fc30902 Fix regression in ReplaceMessages and ReplaceNicks. Closes #407 6 years ago
Wim c3174f4de9 Update GetFileLinks to API_V4 6 years ago
Wim 99ce68e9ba Use username if bot name is Slack API Tester (slack) 6 years ago
Wim 0cf73673a9 Bump version 6 years ago
Wim 08f442dc7b Release v1.9.1 6 years ago