summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add token authentication (api)Wim2017-06-061-0/+7
|
* Add note about lowercase channel (irc)Wim2017-06-011-1/+1
|
* Add NOPINGNICK option. Closes #175Wim2017-05-301-0/+1
|
* Limit message length (irc). Closes #179Wim2017-05-291-1/+6
|
* Update documentation about encrypted rooms in matrixWim2017-05-211-1/+2
|
* Add UseFirstName option (telegram). Closes #144Wim2017-05-151-0/+6
|
* Update matterbridge.toml.sample about NoHomeServerSuffixWim2017-05-151-0/+5
|
* Update docWim2017-04-191-2/+2
|
* Revert "Add support for edited messages (gitter)"Wim2017-04-191-9/+0
| | | | | This reverts commit 17b8b86d68badfe27c29c7448548f9eb97dd26e9. Reverted because of lingering file descriptors (memory leak)
* Add support for edited messages (slack)Wim2017-04-161-0/+8
|
* Add support for edited messages (gitter)Wim2017-04-151-0/+9
|
* Add support for edited messages (mattermost)Wim2017-04-151-0/+8
|
* Add support for edited messages (telegram)Wim2017-04-151-0/+8
|
* Add support for edited messages (discord)Wim2017-04-151-0/+8
|
* Add support for showing/hiding join/leave messages from mattermost. Closes #147Wim2017-04-071-10/+20
|
* Reuse connection when using same bridge with another gateway. See #87Wim2017-04-011-1/+2
|
* Add link about token (slack)Wim2017-03-231-0/+1
|
* Replace role ids in mentions to role names (discord). Closes #133Wim2017-03-181-0/+1
| | | | | * The bot needs to have the "Manage Roles" permission for this to work. (see Server settings - Roles - General Permissions)
* Fix URL / Server mistake in sample (matrix)Wim2017-03-141-2/+2
|
* Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. ↵Wim2017-02-241-0/+5
| | | | (telegram) Closes #126
* Use roomalias instead of internal ID (matrix)Wim2017-02-241-1/+1
|
* Add matrix supportWim2017-02-201-0/+45
|
* Add REST API supportWim2017-02-181-0/+29
|
* Update changelogWim2017-02-171-1/+5
|
* Add telegram links about channel and tokensWim2017-01-271-0/+2
|
* Handle SkipTLSVerify for XMPP client (#106). Closes #81Stefan Haller2017-01-141-0/+5
| | | | | | * Handle SkipTLSVerify for XMPP client * Mention SkipTLSVerify for XMPP in sample config