summaryrefslogtreecommitdiffstats
path: root/bridge/telegram/html.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression in HTML handling (telegram). Closes #734Wim2019-02-241-14/+10
| | | | | * Revert back to blackfriday v1 * Add testing
* Refactor telegram handlers. Fix linting (#609)Wim2018-11-281-1/+1
| | | * Refactor telegram handlers. Fix linting
* Make interfacer linter happyWim2018-11-081-1/+2
|
* Update Blackfriday dependency (closes #522) (#532)Duco van Amstel2018-10-221-9/+12
| | | - Fixup Telegram bridge implementation to support updated dependency.
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-091-1/+2
| | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns
* Refactor telegramWim2018-02-271-9/+9
|
* Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. ↵Wim2017-02-241-0/+64
(telegram) Closes #126