| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix empty messages (telegram) | Wim | 2018-03-05 | 1 | -0/+1 |
* | Use viper (github.com/spf13/viper) for configuration | Wim | 2018-03-04 | 1 | -17/+17 |
* | Escape html on username (telegram). Closes #378 | Wim | 2018-02-28 | 1 | -5/+9 |
* | Improve debug messages | Wim | 2018-02-28 | 1 | -4/+4 |
* | Refactor using factory | Wim | 2018-02-27 | 1 | -34/+27 |
* | Refactor telegram | Wim | 2018-02-27 | 2 | -149/+161 |
* | Fix the UseInsecureURL text (telegram). Closes #184 | Wim | 2018-02-21 | 1 | -1/+6 |
* | Use prefixed-formatter for better logging | Wim | 2018-02-21 | 1 | -1/+1 |
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 1 | -1/+1 |
* | Add more debug (telegram) | Wim | 2018-02-20 | 1 | -0/+1 |
* | Download (and upload) avatar images from mattermost and telegram when mediase... | Wim | 2018-02-20 | 1 | -3/+53 |
* | Fix panic on nil messages (telegram). Closes #366 | Wim | 2018-02-07 | 1 | -0/+4 |
* | Add more parsemode debug (telegram) | Wim | 2018-02-04 | 1 | -0/+4 |
* | Add markdown support (telegram). #355 | Wim | 2018-02-03 | 1 | -0/+6 |
* | Send chat notification if media is too big to be re-uploaded to MediaServer. ... | Wim | 2018-02-03 | 1 | -0/+7 |
* | Add comment to file upload from telegram. Show comments on all bridges. Close... | Wim | 2018-02-01 | 1 | -8/+8 |
* | Enable Long Polling for Telegram. Reduces bandwidth consumption. (#350) | ValdikSS | 2018-01-29 | 1 | -1/+3 |
* | Allow specifying maximum download size of media using MediaDownloadSize (slac... | Wim | 2017-12-19 | 1 | -1/+1 |
* | Refactor and add MediaDownloadSize to General | Wim | 2017-12-19 | 1 | -10/+4 |
* | Fix incorrect forward from text line (telegram) | Wim | 2017-12-11 | 1 | -1/+0 |
* | Also use HTML in edited messages (telegram). Closes #315 | Wim | 2017-12-10 | 1 | -0/+3 |
* | Add support for Audio/Voice files (telegram). Closes #314 | Wim | 2017-12-10 | 1 | -0/+23 |
* | Add support for forwarded messages. Closes #313 | Wim | 2017-12-10 | 1 | -0/+18 |
* | Add webp extension to stickers if necessary (telegram) | Wim | 2017-11-20 | 1 | -0/+3 |
* | Add support for comments from slack file uploads (slack) | Wim | 2017-11-13 | 1 | -11/+17 |
* | Add extension to sticker/video/photo (telegram) | Wim | 2017-11-12 | 1 | -3/+7 |
* | Add the download actually to the message (telegram) | Wim | 2017-11-12 | 1 | -1/+1 |
* | Add more debug info (telegram) | Wim | 2017-11-12 | 1 | -2/+1 |
* | Add more debug info (telegram) | Wim | 2017-11-12 | 1 | -0/+7 |
* | Fix document bug (telegram) | Wim | 2017-11-12 | 1 | -1/+1 |
* | Fix telegram photo/document input handling (telegram) | Wim | 2017-11-12 | 1 | -3/+2 |
* | Fix missing arg for Errorf | Wim | 2017-11-04 | 1 | -1/+1 |
* | Download files from telegram and reupload to supported bridges (telegram). #278 | Wim | 2017-11-04 | 1 | -8/+77 |
* | Try quoting previous messsage (telegram). #237 | Wim | 2017-09-19 | 1 | -0/+21 |
* | Add more debug info (telegram) | Wim | 2017-09-19 | 1 | -1/+3 |
* | Add partial support for deleted messages (telegram) | Wim | 2017-09-11 | 1 | -0/+12 |
* | Add support for editing messages (telegram) | Wim | 2017-08-28 | 1 | -3/+22 |
* | Modify Send() to return also a message id | Wim | 2017-08-27 | 1 | -3/+3 |
* | Allow a webhookurl per channel (discord). #239 | Wim | 2017-08-12 | 1 | -1/+1 |
* | Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199 | Wim | 2017-07-30 | 1 | -0/+1 |
* | Add UseInsecureURL option (telegram) | Wim | 2017-07-04 | 1 | -4/+4 |
* | Use the last (and biggest) photo to relay (telegram). Closes #184 | Wim | 2017-06-18 | 1 | -4/+2 |
* | Add UserID to each message. Closes #200 | Wim | 2017-06-18 | 1 | -1/+1 |
* | Sent only the biggest picture to bridges (telegram) | Wim | 2017-06-18 | 1 | -2/+4 |
* | Add initial sticker/video/photo/document support (telegram). #184 | Wim | 2017-06-17 | 1 | -0/+22 |
* | Reset variables each loop (telegram). Closes #181 | Wim | 2017-05-30 | 1 | -3/+3 |
* | Add UseFirstName option (telegram). Closes #144 | Wim | 2017-05-15 | 1 | -1/+6 |
* | Add support for edited messages (telegram) | Wim | 2017-04-15 | 1 | -2/+4 |
* | Support edited messages (telegram). See #141v0.11.0-beta1 | Wim | 2017-04-01 | 1 | -15/+17 |
* | Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. (te... | Wim | 2017-02-24 | 2 | -60/+71 |