Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a charset option (irc). Closes #247 | Wim | 2017-08-29 | 1 | -0/+17 | |
| | ||||||
* | Add support for personal access tokens (mattermost) | Wim | 2017-08-23 | 1 | -0/+5 | |
| | | | | * https://docs.mattermost.com/developer/personal-access-tokens.html | |||||
* | Allow a webhookurl per channel (discord). #239 | Wim | 2017-08-12 | 1 | -0/+9 | |
| | ||||||
* | Add UseUserName option (discord) (#234) | anon724 | 2017-08-01 | 1 | -0/+4 | |
| | ||||||
* | Add UseInsecureURL option (telegram) | Wim | 2017-07-04 | 1 | -0/+6 | |
| | ||||||
* | Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1 | Wim | 2017-06-29 | 1 | -50/+39 | |
| | ||||||
* | Add webhook posting mode for discord. (#204) | Sacha Aury - Wolfman | 2017-06-26 | 1 | -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). #202 | Wim | 2017-06-24 | 1 | -0/+4 | |
| | ||||||
* | Fix example | Wim | 2017-06-22 | 1 | -1/+1 | |
| | ||||||
* | Add initial steam support | Wim | 2017-06-22 | 1 | -0/+52 | |
| | ||||||
* | Add option IgnoreMessages to ignore messages based on regexp. (all). Closes #70 | Wim | 2017-06-18 | 1 | -0/+60 | |
| | ||||||
* | Add note about private channels (rocketchat). See #180 | Wim | 2017-06-15 | 1 | -1/+1 | |
| | ||||||
* | Add note about file permissions | Wim | 2017-06-08 | 1 | -0/+1 | |
| | ||||||
* | Update documentation (api) | Wim | 2017-06-08 | 1 | -1/+3 | |
| | ||||||
* | Add token authentication (api) | Wim | 2017-06-06 | 1 | -0/+7 | |
| | ||||||
* | Add note about lowercase channel (irc) | Wim | 2017-06-01 | 1 | -1/+1 | |
| | ||||||
* | Add NOPINGNICK option. Closes #175 | Wim | 2017-05-30 | 1 | -0/+1 | |
| | ||||||
* | Limit message length (irc). Closes #179 | Wim | 2017-05-29 | 1 | -1/+6 | |
| | ||||||
* | Update documentation about encrypted rooms in matrix | Wim | 2017-05-21 | 1 | -1/+2 | |
| | ||||||
* | Add UseFirstName option (telegram). Closes #144 | Wim | 2017-05-15 | 1 | -0/+6 | |
| | ||||||
* | Update matterbridge.toml.sample about NoHomeServerSuffix | Wim | 2017-05-15 | 1 | -0/+5 | |
| | ||||||
* | Update doc | Wim | 2017-04-19 | 1 | -2/+2 | |
| | ||||||
* | Revert "Add support for edited messages (gitter)" | Wim | 2017-04-19 | 1 | -9/+0 | |
| | | | | | This reverts commit 17b8b86d68badfe27c29c7448548f9eb97dd26e9. Reverted because of lingering file descriptors (memory leak) | |||||
* | Add support for edited messages (slack) | Wim | 2017-04-16 | 1 | -0/+8 | |
| | ||||||
* | Add support for edited messages (gitter) | Wim | 2017-04-15 | 1 | -0/+9 | |
| | ||||||
* | Add support for edited messages (mattermost) | Wim | 2017-04-15 | 1 | -0/+8 | |
| | ||||||
* | Add support for edited messages (telegram) | Wim | 2017-04-15 | 1 | -0/+8 | |
| | ||||||
* | Add support for edited messages (discord) | Wim | 2017-04-15 | 1 | -0/+8 | |
| | ||||||
* | Add support for showing/hiding join/leave messages from mattermost. Closes #147 | Wim | 2017-04-07 | 1 | -10/+20 | |
| | ||||||
* | Reuse connection when using same bridge with another gateway. See #87 | Wim | 2017-04-01 | 1 | -1/+2 | |
| | ||||||
* | Add link about token (slack) | Wim | 2017-03-23 | 1 | -0/+1 | |
| | ||||||
* | Replace role ids in mentions to role names (discord). Closes #133 | Wim | 2017-03-18 | 1 | -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) | Wim | 2017-03-14 | 1 | -2/+2 | |
| | ||||||
* | Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. ↵ | Wim | 2017-02-24 | 1 | -0/+5 | |
| | | | | (telegram) Closes #126 | |||||
* | Use roomalias instead of internal ID (matrix) | Wim | 2017-02-24 | 1 | -1/+1 | |
| | ||||||
* | Add matrix support | Wim | 2017-02-20 | 1 | -0/+45 | |
| | ||||||
* | Add REST API support | Wim | 2017-02-18 | 1 | -0/+29 | |
| | ||||||
* | Update changelog | Wim | 2017-02-17 | 1 | -1/+5 | |
| | ||||||
* | Add telegram links about channel and tokens | Wim | 2017-01-27 | 1 | -0/+2 | |
| | ||||||
* | Handle SkipTLSVerify for XMPP client (#106). Closes #81 | Stefan Haller | 2017-01-14 | 1 | -0/+5 | |
| | | | | | | * Handle SkipTLSVerify for XMPP client * Mention SkipTLSVerify for XMPP in sample config | |||||
* | Add channel key support (irc). Closes #27 | Wim | 2017-01-04 | 1 | -0/+14 | |
| | ||||||
* | Update matterbridge.toml.sample | Markus Graube | 2016-12-26 | 1 | -0/+4 | |
| | | | Add password entry to irc section matterbride.toml.sample | |||||
* | Add initial Rocket.Chat support | Wim | 2016-12-03 | 1 | -2/+59 | |
| | ||||||
* | Add sample documentation for hipchat support via xmpp | Wim | 2016-11-26 | 1 | -0/+45 | |
| | ||||||
* | Add support for RemoteNickFormat in general configuration | Wim | 2016-11-20 | 1 | -0/+13 | |
| | ||||||
* | Add gateway.inout config for bidirectional bridges. Closes #85 | Wim | 2016-11-20 | 1 | -5/+5 | |
| | ||||||
* | Update documentation and sample (telegram) | Wim | 2016-11-20 | 1 | -0/+31 | |
| | ||||||
* | Fix ShowJoinPart from irc bridge. Closes #72 | Wim | 2016-11-14 | 1 | -43/+77 | |
| | ||||||
* | Update sample config. Closes #75 | Wim | 2016-11-14 | 1 | -0/+2 | |
| | ||||||
* | Add bot tag to api if not specified (discord) | Wim | 2016-11-14 | 1 | -2/+1 | |
| |