| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
(slack,telegram,matrix)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
RemoteNickFormat) (#279)
* Use general settings as default, that specific protocols override.
* Fixed tab formatting.
* Clarified override precedence of [general] config.
|
| |
|
| |
|
| |
|
|
|
|
| |
* https://docs.mattermost.com/developer/personal-access-tokens.html
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This reverts commit 17b8b86d68badfe27c29c7448548f9eb97dd26e9.
Reverted because of lingering file descriptors (memory leak)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* The bot needs to have the "Manage Roles" permission for this to work.
(see Server settings - Roles - General Permissions)
|
| |
|
|
|
|
| |
(telegram) Closes #126
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Handle SkipTLSVerify for XMPP client
* Mention SkipTLSVerify for XMPP in sample config
|