summaryrefslogtreecommitdiffstats
path: root/bridge/helper/helper.go
Commit message (Expand)AuthorAgeFilesLines
* Use logrus imports instead of log (#662)Duco van Amstel2018-12-261-3/+3
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-3/+3
* Fix IRC line splitting. Closes #584 (#587)Duco van Amstel2018-11-141-8/+34
* Make gocritic linter happyWim2018-11-081-1/+1
* Refactor and clean-up handlers. (slack) (#533)Duco van Amstel2018-11-071-7/+4
* Clip too long messages sent to discord (discord). Closes #440Wim2018-07-221-0/+13
* Fix possible panic. #448Wim2018-06-191-1/+1
* Add MediaDownloadBlacklist option. Closes #442Wim2018-06-091-0/+14
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-091-2/+3
* Remove message newline (telegram). #399Wim2018-04-191-0/+1
* Add missing importWim2018-04-191-0/+1
* Remove empty newlines from messages (telegram) #399Wim2018-04-191-0/+10
* Refactor slackWim2018-02-271-0/+7
* Refactor mattermostWim2018-02-271-0/+20
* Use MediaServerDownload instead of MediaServerUpload for avatarsWim2018-02-201-1/+1
* Download (and upload) avatar images from mattermost and telegram when mediase...Wim2018-02-201-0/+7
* Remove double closeWim2018-02-071-1/+0
* Do not close body on err. Closes #364Wim2018-02-071-1/+1
* Send chat notification if media is too big to be re-uploaded to MediaServer. ...Wim2018-02-031-0/+17
* Add MessageSplit option to split messages on MessageLength (irc). Closes #281Wim2017-11-241-0/+12
* Add helperWim2017-11-041-0/+28