Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add MediaDownloadBlacklist option. Closes #442 | Wim | 2018-06-09 | 2 | -1/+16 |
| | |||||
* | Reconnect on quit. (irc) See #431 (#445) | Liam Stanley | 2018-06-09 | 10 | -38/+49 |
| | | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns | ||||
* | Add config option MediaDownloadPath (#443) | Remi Reuvekamp | 2018-06-08 | 1 | -4/+6 |
| | | | | | | | | | | | | | | * 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. | ||||
* | Ignore messages from ourself. (sshchat) Closes #439 | Wim | 2018-06-06 | 1 | -0/+4 |
| | |||||
* | Add message correction support for XMPP (#437) | ValdikSS | 2018-05-29 | 1 | -3/+17 |
| | | | | | | | | | | 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. | ||||
* | Prevent white or black color codes (irc) (#434) | Yuval Langer | 2018-05-29 | 1 | -1/+2 |
| | |||||
* | Fix regexp in replaceMention (slack). (#435) | Patrick Connolly | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 | Wim | 2018-05-27 | 3 | -6/+12 |
| | |||||
* | Add error message about webhook (slack) | Wim | 2018-05-27 | 1 | -0/+4 |
| | |||||
* | Use uuid instead of userid. Fixes #429 | Wim | 2018-05-27 | 2 | -6/+11 |
| | |||||
* | Fix issue #432 - Avatar spoofing from Slack to Discord with uppercase in ↵ | OyyoDams | 2018-05-26 | 1 | -1/+1 |
| | | | | nick doesn't work (#433) | ||||
* | Fix format string bug (irc) (#428) | Kazuhiro NISHIYAMA | 2018-05-18 | 1 | -1/+1 |
| | |||||
* | End IRC username formatting with a total formatting reset (irc) (#425) | Yuval Langer | 2018-05-18 | 1 | -1/+1 |
| | | | | | | * Add zero padding to the color code * Change color ending into total formatting reset | ||||
* | [WIP] Colorize username sent to IRC using its crc32 IEEE checksum (#423) | Yuval Langer | 2018-05-11 | 2 | -2/+9 |
| | | | | | | | | * Colorize username sent to IRC using its crc32 IEEE checksum * Add `ColorNicks` configuration variable * Add `ColorNicks` setting | ||||
* | Add support for CJK to/from utf-8 (irc). #400 | Wim | 2018-05-11 | 1 | -14/+25 |
| | |||||
* | Add QuoteFormat option (telegram). Closes #413 | Wim | 2018-05-11 | 2 | -1/+13 |
| | |||||
* | Send attached files to XMPP in different message with OOB data and without ↵ | ValdikSS | 2018-05-09 | 1 | -0/+5 |
| | | | | | | | 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. | ||||
* | Add initial zulip support | Wim | 2018-05-07 | 2 | -0/+172 |
| | |||||
* | Handle file comment better | Wim | 2018-05-06 | 4 | -1/+13 |
| | |||||
* | Handle file uploads to mediaserver (steam) | Wim | 2018-05-06 | 1 | -0/+26 |
| | |||||
* | Fix possible nil when using channels (telegram). #410 | Wim | 2018-05-05 | 1 | -1/+4 |
| | |||||
* | Add support for reloading all settings automatically after changing config ↵ | Wim | 2018-05-01 | 1 | -0/+11 |
| | | | | except connection and gateway configuration. Closes #373 | ||||
* | Handle channel posts correctly (telegram) | Wim | 2018-04-29 | 1 | -2/+3 |
| | |||||
* | Fix panic (telegram). Closes #410 | Wim | 2018-04-29 | 1 | -1/+1 |
| | |||||
* | Properly set Slack user who initiated slash command (#394) | Jerry Heiselman | 2018-04-25 | 1 | -2/+2 |
| | | | * Properly set Slack user who initiated slash command | ||||
* | Fix regression in ReplaceMessages and ReplaceNicks. Closes #407 | Wim | 2018-04-21 | 1 | -4/+11 |
| | |||||
* | Use username if bot name is Slack API Tester (slack) | Wim | 2018-04-20 | 1 | -0/+13 |
| | |||||
* | Remove message newline (telegram). #399 | Wim | 2018-04-19 | 1 | -0/+1 |
| | |||||
* | Add missing import | Wim | 2018-04-19 | 1 | -0/+1 |
| | |||||
* | Remove empty newlines from messages (telegram) #399 | Wim | 2018-04-19 | 2 | -8/+12 |
| | |||||
* | Send mediaserver link to Discord in Webhook mode (discord) (#405) | ValdikSS | 2018-04-17 | 1 | -0/+6 |
| | |||||
* | Add QuoteDisable option (telegram). Closes #399 | Wim | 2018-04-17 | 2 | -1/+11 |
| | |||||
* | Make our callbackid more unique. Fixes issue with running multiple ↵ | Wim | 2018-04-13 | 2 | -5/+5 |
| | | | | matterbridge on the same channel (slack,mattermost) | ||||
* | Strip markdown URLs with blank text (slack) (#392) | Jerry Heiselman | 2018-03-22 | 1 | -6/+11 |
| | |||||
* | Add channel debug (discord) | Wim | 2018-03-17 | 1 | -0/+3 |
| | |||||
* | Remove unused import | Wim | 2018-03-17 | 1 | -1/+0 |
| | |||||
* | Revert #378 | Wim | 2018-03-17 | 1 | -1/+0 |
| | |||||
* | Ignore restricted_acton on channel join (slack). Closes #387 | Wim | 2018-03-12 | 1 | -2/+6 |
| | |||||
* | Add support for NoSendJoinPart. Closes #382 | Wim | 2018-03-06 | 4 | -0/+11 |
| | |||||
* | Use default values part 2 (irc) | Wim | 2018-03-06 | 1 | -0/+6 |
| | |||||
* | Use default values (irc) | Wim | 2018-03-06 | 1 | -4/+4 |
| | |||||
* | Fix panic on sending messages between reconnects (irc). Closes #385 | Wim | 2018-03-05 | 1 | -0/+5 |
| | |||||
* | Remove debug messsage (mattermost) | Wim | 2018-03-05 | 1 | -1/+0 |
| | |||||
* | Update regex for usergroup matching. Closes #379 | Wim | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | Fix regression (slack). Closes #384 | Wim | 2018-03-05 | 2 | -4/+3 |
| | |||||
* | Fix empty messages (telegram) | Wim | 2018-03-05 | 1 | -0/+1 |
| | |||||
* | Fix incorrect skipmessage (xmpp) | Wim | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | Fix tests and make megacheck happy | Wim | 2018-03-05 | 2 | -5/+19 |
| | |||||
* | Use viper (github.com/spf13/viper) for configuration | Wim | 2018-03-04 | 14 | -311/+345 |
| | |||||
* | Remove unused function | Wim | 2018-03-03 | 1 | -0/+2 |
| |