67f6257617
Add ShowTopicChange option. Allow/disable topic change messages (currently only from slack). Closes #353
2018-02-02 21:08:13 +01:00
169c614489
Download files and reupload to supported bridges (mattermost). Closes #357
2018-02-02 20:23:55 +01:00
97c944bb63
Add RejoinDelay option. Delay to rejoin after channel kick (irc). Closes #322
2017-12-23 00:11:30 +01:00
d0c4fe78ee
Allow specifying maximum download size of media using MediaDownloadSize (slack,telegram,matrix)
2017-12-19 23:44:13 +01:00
27dcea7c5b
Update documentation about ReplaceMessages and ReplaceNicks
2017-11-24 23:45:00 +01:00
dcda7f7b8c
Add documentation about MediaServerUpload and MediaServerDownload
2017-11-24 23:35:25 +01:00
e0cbb69a4f
Add MessageSplit option to split messages on MessageLength (irc). Closes #281
2017-11-24 23:29:00 +01:00
41aa8ad799
Add StripNick option, only allow alphanumerical nicks. Closes #285
2017-10-27 00:07:33 +02:00
95a0229aaf
Fix outdated sample config on slack channel format. ( #280 )
2017-10-20 21:01:11 +02:00
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.
2017-10-20 20:58:39 +02:00
b49fb2b69c
Add support for Quakenet auth (irc). Closes #263
2017-09-20 22:47:26 +02:00
a37b232dd9
remove comment about useAPI in sample configuration ( #251 )
2017-09-04 15:16:58 +02:00
e7fcb25107
Add a charset option (irc). Closes #247
2017-08-29 21:31:03 +02:00
7f9a400776
Add support for personal access tokens (mattermost)
...
* https://docs.mattermost.com/developer/personal-access-tokens.html
2017-08-23 22:49:42 +02:00
28710d0bc7
Allow a webhookurl per channel (discord). #239
2017-08-12 14:51:41 +02:00
67905089ba
Add UseUserName option (discord) ( #234 )
2017-08-01 18:18:55 +02:00
2338c69d40
Add UseInsecureURL option (telegram)
2017-07-04 01:35:30 +02:00
830361e48b
Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)
2017-06-29 23:38:48 +02:00
c17512b7ab
Add webhook posting mode for discord. ( #204 )
...
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>
2017-06-26 20:07:27 +02:00
1b837b3dc7
Add ShowEmbeds option (discord). #202
2017-06-24 23:17:57 +02:00
2ece724f75
Fix example
2017-06-22 01:10:15 +02:00
276ac840aa
Add initial steam support
2017-06-22 01:02:05 +02:00
25b1af1e11
Add option IgnoreMessages to ignore messages based on regexp. (all). Closes #70
2017-06-18 01:08:11 +02:00
c07b85b625
Add note about private channels (rocketchat). See #180
2017-06-15 23:05:59 +02:00
41a46526a1
Add note about file permissions
2017-06-08 23:42:00 +02:00
46b798ac1b
Update documentation (api)
2017-06-08 00:03:06 +02:00
ad3cb0386b
Add token authentication (api)
2017-06-06 00:05:32 +02:00
171a53592d
Add note about lowercase channel (irc)
2017-06-01 21:00:58 +02:00
c791423dd5
Add NOPINGNICK option. Closes #175
2017-05-30 00:11:53 +02:00
9d9cb32f4e
Limit message length (irc). Closes #179
2017-05-29 21:54:34 +02:00
c5dfe40326
Update documentation about encrypted rooms in matrix
2017-05-21 15:36:40 +02:00
2888fd64b0
Add UseFirstName option (telegram). Closes #144
2017-05-15 23:23:10 +02:00
27c0f37e49
Update matterbridge.toml.sample about NoHomeServerSuffix
2017-05-15 23:11:27 +02:00
d128f157c4
Update doc
2017-04-19 21:57:40 +02:00
4fcedabfd0
Revert "Add support for edited messages (gitter)"
...
This reverts commit 17b8b86d68badfe27c29c7448548f9eb97dd26e9.
Reverted because of lingering file descriptors (memory leak)
2017-04-19 19:51:33 +02:00
4d2207aba7
Add support for edited messages (slack)
2017-04-16 00:16:24 +02:00
17b8b86d68
Add support for edited messages (gitter)
2017-04-15 23:46:01 +02:00
fdb57230a3
Add support for edited messages (mattermost)
2017-04-15 20:21:57 +02:00
7469732bbc
Add support for edited messages (telegram)
2017-04-15 19:07:35 +02:00
d1dd6c3440
Add support for edited messages (discord)
2017-04-15 19:00:15 +02:00
bd38319d83
Add support for showing/hiding join/leave messages from mattermost. Closes #147
2017-04-07 22:27:36 +02:00
a16ad8bf3b
Reuse connection when using same bridge with another gateway. See #87
2017-04-01 17:24:19 +02:00
efe641f202
Add link about token (slack)
2017-03-23 23:02:00 +01:00
80895deae2
Replace role ids in mentions to role names (discord). Closes #133
...
* The bot needs to have the "Manage Roles" permission for this to work.
(see Server settings - Roles - General Permissions)
2017-03-18 16:50:09 +01:00
b95988b4e2
Fix URL / Server mistake in sample (matrix)
2017-03-14 00:26:05 +01:00
32bbab8518
Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. (telegram) Closes #126
2017-02-24 18:50:16 +01:00
84c0b745af
Use roomalias instead of internal ID (matrix)
2017-02-24 17:58:51 +01:00
c5cfbc2297
Add matrix support
2017-02-20 00:50:37 +01:00
73f01ad8d8
Add REST API support
2017-02-18 23:13:46 +01:00
58483ea70c
Update changelog
2017-02-17 23:21:43 +01:00