| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(telegram) Closes #126
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Now try to reconnect every 60 seconds until forever.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Fixes error message shown by tls: "either ServerName or InsecureSkipVerify must be specified in the tls.Config"
|
|
|
|
|
|
| |
* Handle SkipTLSVerify for XMPP client
* Mention SkipTLSVerify for XMPP in sample config
|
| |
|
|
|
|
|
|
|
|
| |
* Add support for markdown (telegram)
Close #98
* Telegram: add more Markdown Render blacklist
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Expects uppercase environment variables of MATTERBRIDGE_PROTOCOL_ACCOUNT_KEY="value"
e.g. you can override this config
[mattermost]
[mattermost.work]
Team="yourteam"
Login="yourlogin"
Password="yourpass"
by using
MATTERBRIDGE_MATTERMOST_WORK_TEAM="newteam"
MATTERBRIDGE_MATTERMOST_WORK_LOGIN="newlogin"
MATTERBRIDGE_MATTERMOST_WORK_PASSWORD="newpassword"
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|