summaryrefslogtreecommitdiffstats
path: root/bridge/telegram/telegram.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Add more debug info (telegram)Wim2017-09-191-1/+3
|
* Add partial support for deleted messages (telegram)Wim2017-09-111-0/+12
|
* Add support for editing messages (telegram)Wim2017-08-281-3/+22
|
* Modify Send() to return also a message idWim2017-08-271-3/+3
|
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-1/+1
|
* Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199Wim2017-07-301-0/+1
|
* Add UseInsecureURL option (telegram)Wim2017-07-041-4/+4
|
* Use the last (and biggest) photo to relay (telegram). Closes #184Wim2017-06-181-4/+2
|
* Add UserID to each message. Closes #200Wim2017-06-181-1/+1
|
* Sent only the biggest picture to bridges (telegram)Wim2017-06-181-2/+4
|
* Add initial sticker/video/photo/document support (telegram). #184Wim2017-06-171-0/+22
|
* Reset variables each loop (telegram). Closes #181Wim2017-05-301-3/+3
|
* Add UseFirstName option (telegram). Closes #144Wim2017-05-151-1/+6
|
* Add support for edited messages (telegram)Wim2017-04-151-2/+4
|
* Support edited messages (telegram). See #141v0.11.0-beta1Wim2017-04-011-15/+17
|
* Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. ↵Wim2017-02-241-60/+7
| | | | (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