summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix panic on sending messages between reconnects (irc). Closes #385Wim2018-03-051-0/+5
|
* Fix panic on empty config. Closes #386Wim2018-03-051-0/+1
|
* Remove debug messsage (mattermost)Wim2018-03-051-1/+0
|
* Update regex for usergroup matching. Closes #379Wim2018-03-051-1/+1
|
* Fix regression (slack). Closes #384Wim2018-03-052-4/+3
|
* Fix empty messages (telegram)Wim2018-03-051-0/+1
|
* Fix incorrect skipmessage (xmpp)Wim2018-03-051-1/+1
|
* Fix tests and make megacheck happyWim2018-03-054-34/+29
|
* Use viper (github.com/spf13/viper) for configurationWim2018-03-0415-336/+364
|
* Add vendor files for spf13/viperWim2018-03-04315-0/+125435
|
* Remove unused functionWim2018-03-031-0/+2
|
* Use replaceVariable for usergroups (slack) #379Wim2018-03-021-5/+6
|
* Escape html on username (telegram). Closes #378Wim2018-02-281-5/+9
|
* Add usergroup support (slack). Closes #379Wim2018-02-281-6/+21
|
* Improve debug messagesWim2018-02-2812-39/+39
|
* Make megacheck happyWim2018-02-271-4/+1
|
* Use our own version of go-xmpp with debug output to logrusWim2018-02-278-28/+60
|
* Do some small cleanupsWim2018-02-272-24/+26
|
* Add environment override backWim2018-02-272-1/+5
|
* Refactor using factoryWim2018-02-2715-371/+279
|
* Refactor xmppWim2018-02-271-36/+86
|
* Refactor telegramWim2018-02-272-149/+161
|
* Small fixes to ircWim2018-02-271-12/+30
|
* Refactor slackWim2018-02-272-241/+307
|
* Make gometalinter happierWim2018-02-272-26/+26
|
* Skip events for webhookWim2018-02-272-0/+9
|
* Refactor matrixWim2018-02-271-96/+164
|
* Refactor discordWim2018-02-271-64/+82
|
* Refactor gitterWim2018-02-271-25/+38
|
* Refactor mattermostWim2018-02-272-176/+226
|
* Allow empty messages with file urls (irc)Wim2018-02-251-1/+2
|
* Disable go vet for now (travis)Wim2018-02-231-1/+1
|
* Update travis to go 1.10Wim2018-02-232-2/+2
|
* Add share support between slack instances. Closes #369Wim2018-02-231-3/+19
|
* Add slack attachment support to matterhookWim2018-02-231-1/+2
|
* Fix Update userlist on join (slack). Closes #372Wim2018-02-221-1/+1
|
* Update userlist on join (slack). Closes #372Wim2018-02-221-1/+5
|
* Use always formatted logging when debug is enabledWim2018-02-222-2/+2
|
* Set event channels to lowercase (irc). Closes #375Wim2018-02-221-1/+1
|
* Add DebugLevel option (irc)Wim2018-02-222-2/+12
|
* Add more debug for events (irc)Wim2018-02-221-1/+3
|
* Bump versionWim2018-02-211-1/+1
|
* Release v1.8.0v1.8.0Wim2018-02-213-2/+23
|
* Fix the UseInsecureURL text (telegram). Closes #184Wim2018-02-211-1/+6
|
* Add ssh-chat to READMEWim2018-02-211-1/+2
|
* Exclude gofmt test from travis for nowWim2018-02-211-1/+1
|
* Make matterclient work with prefixed logWim2018-02-213-4/+12
|
* Disable echo banner and output (api)Wim2018-02-211-1/+7
|
* Update vendor labstack/echoWim2018-02-2122-215/+365
|
* Use prefixed-formatter for better loggingWim2018-02-2117-42/+71
|