summaryrefslogtreecommitdiffstats
path: root/bridge/telegram
Commit message (Collapse)AuthorAgeFilesLines
* Refactor telegramWim2018-02-272-149/+161
|
* Fix the UseInsecureURL text (telegram). Closes #184Wim2018-02-211-1/+6
|
* Use prefixed-formatter for better loggingWim2018-02-211-1/+1
|
* Move Sirupsen => sirupsenWim2018-02-201-1/+1
|
* Add more debug (telegram)Wim2018-02-201-0/+1
|
* Download (and upload) avatar images from mattermost and telegram when ↵Wim2018-02-201-3/+53
| | | | | | | | | | | | | | mediaserver is configured. Closes #362 An extra avatarMap (cache) is created for mattermost and telegram. If MediaServerUpload is configured, the avatar images of users are downloaded the first time a user sends a message. If this download succeeds a message with EVENT_AVATAR_DOWNLOAD is sent to the originating protocol. This message also contains a SHA field (in msg.Extra["file"]), if this is not empty, the sha will be added to the avatarMap. (so we now have a userid-sha cache) Next time this user sends a message, the MediaServerUpload/sha/userid.png URL will be used as the avatar field.
* Fix panic on nil messages (telegram). Closes #366Wim2018-02-071-0/+4
|
* Add more parsemode debug (telegram)Wim2018-02-041-0/+4
|
* Add markdown support (telegram). #355Wim2018-02-031-0/+6
|
* Send chat notification if media is too big to be re-uploaded to MediaServer. ↵Wim2018-02-031-0/+7
| | | | See #359
* Add comment to file upload from telegram. Show comments on all bridges. ↵Wim2018-02-011-8/+8
| | | | Closes #358
* Enable Long Polling for Telegram. Reduces bandwidth consumption. (#350)ValdikSS2018-01-291-1/+3
| | | Fixes #349.
* Allow specifying maximum download size of media using MediaDownloadSize ↵Wim2017-12-191-1/+1
| | | | (slack,telegram,matrix)
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-10/+4
|
* Fix incorrect forward from text line (telegram)Wim2017-12-111-1/+0
|
* Also use HTML in edited messages (telegram). Closes #315Wim2017-12-101-0/+3
|
* Add support for Audio/Voice files (telegram). Closes #314Wim2017-12-101-0/+23
|
* Add support for forwarded messages. Closes #313Wim2017-12-101-0/+18
|
* Add webp extension to stickers if necessary (telegram)Wim2017-11-201-0/+3
|
* Add support for comments from slack file uploads (slack)Wim2017-11-131-11/+17
|
* Add extension to sticker/video/photo (telegram)Wim2017-11-121-3/+7
|
* Add the download actually to the message (telegram)Wim2017-11-121-1/+1
|
* Add more debug info (telegram)Wim2017-11-121-2/+1
|
* Add more debug info (telegram)Wim2017-11-121-0/+7
|
* Fix document bug (telegram)Wim2017-11-121-1/+1
|
* Fix telegram photo/document input handling (telegram)Wim2017-11-121-3/+2
|
* Fix missing arg for ErrorfWim2017-11-041-1/+1
|
* Download files from telegram and reupload to supported bridges (telegram). #278Wim2017-11-041-8/+77
|
* Try quoting previous messsage (telegram). #237Wim2017-09-191-0/+21
|
* 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-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