Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add QuoteLengthLimit option (telegram) fixes #963 (#985) | Humorhenker | 2020-01-30 | 1 | -0/+8 |
| | | | * QuoteLengthLimit option added to limit max. quoted message length if QuoteLengthLimit = 0 the whole message will be quoted | ||||
* | Fix panic by checking slice bounds in handleEntities (telegram). Fixes #857 ↵ | Wim | 2019-07-08 | 1 | -3/+9 |
| | | | | | | (#858) Besides the bound checking, this now also use utf16 as suggested by https://github.com/go-telegram-bot-api/telegram-bot-api/issues/231 | ||||
* | Handle nil message (telegram). Fixes #777 | Wim | 2019-04-05 | 1 | -0/+5 |
| | |||||
* | Revert "Bail if any vars are nil, not if all (telegram) (#778)" | Wim | 2019-04-05 | 1 | -2/+2 |
| | | | | This reverts commit efd2c9986270a8a1dd35f896a80d6465fc52054b. | ||||
* | Bail if any vars are nil, not if all (telegram) (#778) | David Hill | 2019-03-27 | 1 | -2/+2 |
| | |||||
* | Add support for URL in messageEntities (telegram). Fixes #735 (#736) | Wim | 2019-03-02 | 1 | -0/+22 |
| | |||||
* | Add MediaConvertWebPToPNG option (telegram). (#741) | Wim | 2019-02-27 | 1 | -0/+9 |
| | | | | | | | | * Add MediaConvertWebPToPNG option (telegram). When enabled matterbridge will convert .webp files to .png files before uploading them to the mediaserver of the other bridges. Fixes #398 | ||||
* | Refactor telegram (#649) | Wim | 2018-12-12 | 1 | -0/+44 |
| | | | * Decrease complexity in Send() (makes codeclimate happy) | ||||
* | Fix telegram crash #620 | Wim | 2018-11-29 | 1 | -2/+2 |
| | |||||
* | Refactor telegram handlers. Fix linting (#609) | Wim | 2018-11-28 | 1 | -0/+302 |
* Refactor telegram handlers. Fix linting |