summaryrefslogtreecommitdiffstats
path: root/bridge/telegram
Commit message (Collapse)AuthorAgeFilesLines
* Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. ↵Wim2017-02-242-60/+71
| | | | (telegram) Closes #126
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-0/+5
| | | | Now try to reconnect every 60 seconds until forever.
* Use unknown as username if unsigned channel (telegram)Wim2017-01-271-6/+11
|
* Fix username (telegram)Wim2017-01-271-1/+1
|
* Fix channel and group messages (telegram)Wim2017-01-271-4/+26
|
* Telegram: add markdown (#103)Tatsuyuki Ishi2017-01-061-3/+63
| | | | | | | | * Add support for markdown (telegram) Close #98 * Telegram: add more Markdown Render blacklist
* Telegram: Fix the missing usernameTatsuyuki Ishi2016-12-171-1/+1
|
* Add initial telegram supportWim2016-11-151-0/+74