summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
Commit message (Collapse)AuthorAgeFilesLines
* Add note about slack/slack-legacy issues on threading. (#634)Patrick Connolly2018-12-031-0/+2
|
* Sync channel topics between Slack bridges (#585)Patrick Connolly2018-11-261-1/+6
| | | Added logic to allow for configurable synchronisation of topics and purposes of channels between Slack bridges.
* Add option to send RAW commands after connection (irc). Fixes #490 (#604)Wim2018-11-251-0/+5
|
* Remove double " from Discord gateway webhookurl= (#607)jamoffat2018-11-251-1/+1
|
* Add option to ignore failing bridge on start. Fixes #455 (#603)Wim2018-11-251-0/+6
|
* Improve user_typing botname suggestion. (#580)Patrick Connolly2018-11-091-2/+2
|
* Add ability to show when user is typing across Slack bridges (#559)Patrick Connolly2018-11-081-0/+6
|
* Preserve threading between Slack instances (#529)Patrick Connolly2018-11-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | * Opportunistically preserve Slack threading when parent thread in cache. [#529] * Removed slack-specific processing from gateway. * Added docs. * Add option to enable threading, with default to off. * Did cleanup on @42wim's comments. * Update gateway/gateway.go Co-Authored-By: patcon <patrick.c.connolly@gmail.com> * Suggestion from @42wim :) * Suggestions from @42wim. * More suggestions.
* Stop setting API ring buffer capacity if not specified. (#552)Patrick Connolly2018-11-051-0/+1
|
* Allow origin CHANNEL to be used in RemoteNickFormat (#515)Patrick Connolly2018-10-231-66/+15
| | | | | | | | * Added origin CHANNEL to RemoteNickFormat. Updated config docs. [Fixes #515] * Update matterbridge.toml.sample Co-Authored-By: patcon <patrick.c.connolly@gmail.com>
* Add support for slack channels by ID. Closes #436Wim2018-07-131-0/+1
|
* Release v1.11.0v1.11.0Wim2018-06-191-1/+2
|
* Add channel password support for XMPP (#451)Bruno Bierbaumer2018-06-181-6/+6
|
* Add MediaDownloadBlacklist option. Closes #442Wim2018-06-091-1/+7
|
* Add config option MediaDownloadPath (#443)Remi Reuvekamp2018-06-081-4/+9
| | | | | | | | | | | | | | * 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.
* Add info about markdown (telegram)Wim2018-06-061-1/+2
|
* [WIP] Colorize username sent to IRC using its crc32 IEEE checksum (#423)Yuval Langer2018-05-111-0/+4
| | | | | | | | * Colorize username sent to IRC using its crc32 IEEE checksum * Add `ColorNicks` configuration variable * Add `ColorNicks` setting
* Add QuoteFormat option (telegram). Closes #413Wim2018-05-111-0/+4
|
* Add initial zulip supportWim2018-05-071-0/+85
|
* Add support for reloading all settings automatically after changing config ↵Wim2018-05-011-0/+37
| | | | except connection and gateway configuration. Closes #373
* Add QuoteDisable option (telegram). Closes #399Wim2018-04-171-0/+4
|
* Revert #378Wim2018-03-171-0/+5
|
* Add support for NoSendJoinPart. Closes #382Wim2018-03-061-0/+15
|
* Add label support in RemoteNickFormatWim2018-02-201-0/+62
|
* Add ShowTopicChange option. Allow/disable topic change messages (currently ↵Wim2018-02-021-11/+66
| | | | only from slack). Closes #353
* Download files and reupload to supported bridges (mattermost). Closes #357Wim2018-02-021-1/+1
|
* Add RejoinDelay option. Delay to rejoin after channel kick (irc). Closes #322Wim2017-12-231-0/+4
|
* Allow specifying maximum download size of media using MediaDownloadSize ↵Wim2017-12-191-0/+9
| | | | (slack,telegram,matrix)
* Update documentation about ReplaceMessages and ReplaceNicksWim2017-11-241-1/+187
|
* Add documentation about MediaServerUpload and MediaServerDownloadWim2017-11-241-0/+16
|
* Add MessageSplit option to split messages on MessageLength (irc). Closes #281Wim2017-11-241-0/+5
|
* Add StripNick option, only allow alphanumerical nicks. Closes #285Wim2017-10-271-0/+56
|
* 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-201-1/+1
| | | | | | | | | | RemoteNickFormat) (#279) * Use general settings as default, that specific protocols override. * Fixed tab formatting. * Clarified override precedence of [general] config.
* Add support for Quakenet auth (irc). Closes #263Wim2017-09-201-0/+5
|
* remove comment about useAPI in sample configuration (#251)Ryan Mulligan2017-09-041-1/+0
|
* Add a charset option (irc). Closes #247Wim2017-08-291-0/+17
|
* Add support for personal access tokens (mattermost)Wim2017-08-231-0/+5
| | | | * https://docs.mattermost.com/developer/personal-access-tokens.html
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-0/+9
|
* Add UseUserName option (discord) (#234)anon7242017-08-011-0/+4
|
* Add UseInsecureURL option (telegram)Wim2017-07-041-0/+6
|
* Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1Wim2017-06-291-50/+39
|
* Add webhook posting mode for discord. (#204)Sacha Aury - Wolfman2017-06-261-0/+4
| | | | | | | | | Using it implies to configure a Webhook on discord and set the parameter : - WebhookURL (New parameter, discord-specific) Discord API does not allow to change the name of the user posting, but webhooks does. This makes the relay much more elegant, even if we might lose some more advanced features. Signed-off-by: saury07 <sacha.aury@gmail.com>
* Add ShowEmbeds option (discord). #202Wim2017-06-241-0/+4
|
* Fix exampleWim2017-06-221-1/+1
|
* Add initial steam supportWim2017-06-221-0/+52
|
* Add option IgnoreMessages to ignore messages based on regexp. (all). Closes #70Wim2017-06-181-0/+60
|
* Add note about private channels (rocketchat). See #180Wim2017-06-151-1/+1
|
* Add note about file permissionsWim2017-06-081-0/+1
|
* Update documentation (api)Wim2017-06-081-1/+3
|