Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove message newline (telegram). #399 | Wim | 2018-04-19 | 1 | -0/+1 |
| | |||||
* | Add missing import | Wim | 2018-04-19 | 1 | -0/+1 |
| | |||||
* | Remove empty newlines from messages (telegram) #399 | Wim | 2018-04-19 | 1 | -0/+10 |
| | |||||
* | Refactor slack | Wim | 2018-02-27 | 1 | -0/+7 |
| | |||||
* | Refactor mattermost | Wim | 2018-02-27 | 1 | -0/+20 |
| | |||||
* | Use MediaServerDownload instead of MediaServerUpload for avatars | Wim | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Download (and upload) avatar images from mattermost and telegram when ↵ | Wim | 2018-02-20 | 1 | -0/+7 |
| | | | | | | | | | | | | | | 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. | ||||
* | Remove double close | Wim | 2018-02-07 | 1 | -1/+0 |
| | |||||
* | Do not close body on err. Closes #364 | Wim | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Send chat notification if media is too big to be re-uploaded to MediaServer. ↵ | Wim | 2018-02-03 | 1 | -0/+17 |
| | | | | See #359 | ||||
* | Add MessageSplit option to split messages on MessageLength (irc). Closes #281 | Wim | 2017-11-24 | 1 | -0/+12 |
| | |||||
* | Add helper | Wim | 2017-11-04 | 1 | -0/+28 |