summaryrefslogtreecommitdiffstats
path: root/bridge/sshchat
Commit message (Collapse)AuthorAgeFilesLines
* Fix duplicated messages (sshchat). Fixes #950 (#996)Wim2020-02-021-0/+4
|
* Make all loggers derive from non-default instance (#728)Wim2019-02-231-2/+1
|
* Add various sshchat fixes (#675)ValdikSS2019-01-051-3/+6
| | | | | | | * SSH-Chat: set quiet mode to filter joins/quits * SSH-Chat: Trim newlines in the end of relayed messages * SSH-Chat: fix media links * SSH-Chat: do not relay "Rate limiting is in effect" message
* Use logrus imports instead of log (#662)Duco van Amstel2018-12-261-2/+2
|
* Fix sshchat connection logic (#661)Duco van Amstel2018-12-261-13/+28
|
* Refactor sshchat bridge (#650)Wim2018-12-121-18/+20
| | | | * Decrease complexity in Send() * Add handleUploadFile() function
* Enable errcheck linter (#646)Duco van Amstel2018-12-081-7/+12
|
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-3/+3
|
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-091-2/+3
| | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns
* Ignore messages from ourself. (sshchat) Closes #439Wim2018-06-061-0/+4
|
* Handle file comment betterWim2018-05-061-0/+3
|
* Use viper (github.com/spf13/viper) for configurationWim2018-03-041-5/+5
|
* Improve debug messagesWim2018-02-281-2/+2
|
* Refactor using factoryWim2018-02-271-16/+10
|
* Use prefixed-formatter for better loggingWim2018-02-211-1/+1
|
* Move Sirupsen => sirupsenWim2018-02-201-1/+1
|
* Send chat notification if media is too big to be re-uploaded to MediaServer. ↵Wim2018-02-031-0/+4
| | | | See #359
* Add space between colon and URL for uploaded media (#360)ValdikSS2018-02-011-1/+1
|
* Add comment to file upload from telegram. Show comments on all bridges. ↵Wim2018-02-011-0/+3
| | | | Closes #358
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-11/+5
|
* Add quick & dirty sshchat support (https://github.com/shazow/ssh-chat)Wim2017-12-031-0/+138