Wim
|
2133e0d1be
|
Use default values part 2 (irc)
|
2018-03-06 20:51:02 +01:00 |
|
Wim
|
a6f37f1d61
|
Use default values (irc)
|
2018-03-06 20:41:34 +01:00 |
|
Wim
|
9de9151826
|
Fix panic on sending messages between reconnects (irc). Closes #385
|
2018-03-05 22:50:38 +01:00 |
|
Wim
|
fdd5ada98c
|
Fix panic on empty config. Closes #386
|
2018-03-05 22:23:01 +01:00 |
|
Wim
|
80fcf18e24
|
Remove debug messsage (mattermost)
|
2018-03-05 22:22:20 +01:00 |
|
Wim
|
ab94b5ca7a
|
Update regex for usergroup matching. Closes #379
|
2018-03-05 20:56:33 +01:00 |
|
Wim
|
8d2ce56c37
|
Fix regression (slack). Closes #384
|
2018-03-05 20:19:43 +01:00 |
|
Wim
|
1ec324354b
|
Fix empty messages (telegram)
|
2018-03-05 00:43:59 +01:00 |
|
Wim
|
16be6601c8
|
Fix incorrect skipmessage (xmpp)
|
2018-03-05 00:36:54 +01:00 |
|
Wim
|
98027446c8
|
Fix tests and make megacheck happy
|
2018-03-05 00:30:46 +01:00 |
|
Wim
|
f2f1d874e1
|
Use viper (github.com/spf13/viper) for configuration
|
2018-03-04 23:52:14 +01:00 |
|
Wim
|
25a72113b1
|
Add vendor files for spf13/viper
|
2018-03-04 23:46:13 +01:00 |
|
Wim
|
79c4ad5015
|
Remove unused function
|
2018-03-03 11:08:39 +01:00 |
|
Wim
|
e24f1c7c87
|
Use replaceVariable for usergroups (slack) #379
|
2018-03-02 22:32:27 +01:00 |
|
Wim
|
dbf8a326d5
|
Escape html on username (telegram). Closes #378
|
2018-02-28 23:25:00 +01:00 |
|
Wim
|
0bc9c70c66
|
Add usergroup support (slack). Closes #379
|
2018-02-28 22:54:47 +01:00 |
|
Wim
|
594d2155e3
|
Improve debug messages
|
2018-02-28 22:23:29 +01:00 |
|
Wim
|
20dbd71306
|
Make megacheck happy
|
2018-02-27 23:38:36 +01:00 |
|
Wim
|
6a727b9723
|
Use our own version of go-xmpp with debug output to logrus
|
2018-02-27 23:22:12 +01:00 |
|
Wim
|
02a5bc096f
|
Do some small cleanups
|
2018-02-27 23:22:12 +01:00 |
|
Wim
|
2110db6f0c
|
Add environment override back
|
2018-02-27 23:22:12 +01:00 |
|
Wim
|
2bac867382
|
Refactor using factory
|
2018-02-27 23:22:12 +01:00 |
|
Wim
|
5fbd8a3be0
|
Refactor xmpp
|
2018-02-27 23:22:11 +01:00 |
|
Wim
|
ad6440b603
|
Refactor telegram
|
2018-02-27 23:22:10 +01:00 |
|
Wim
|
064b6a915f
|
Small fixes to irc
|
2018-02-27 23:22:10 +01:00 |
|
Wim
|
1578ebb0e2
|
Refactor slack
|
2018-02-27 23:22:10 +01:00 |
|
Wim
|
73525a4bbc
|
Make gometalinter happier
|
2018-02-27 23:22:10 +01:00 |
|
Wim
|
d62f49d1fc
|
Skip events for webhook
|
2018-02-27 23:22:10 +01:00 |
|
Wim
|
63b88e77f2
|
Refactor matrix
|
2018-02-27 23:22:10 +01:00 |
|
Wim
|
3d8f15c20b
|
Refactor discord
|
2018-02-27 23:22:09 +01:00 |
|
Wim
|
cac5d56d60
|
Refactor gitter
|
2018-02-27 23:22:09 +01:00 |
|
Wim
|
bd2a672c14
|
Refactor mattermost
|
2018-02-27 23:22:09 +01:00 |
|
Wim
|
82396e73f5
|
Allow empty messages with file urls (irc)
|
2018-02-25 00:40:07 +01:00 |
|
Wim
|
ba928b169d
|
Disable go vet for now (travis)
|
2018-02-23 01:15:32 +01:00 |
|
Wim
|
4fed720f97
|
Update travis to go 1.10
|
2018-02-23 00:56:43 +01:00 |
|
Wim
|
78238c85d4
|
Add share support between slack instances. Closes #369
|
2018-02-23 00:49:32 +01:00 |
|
Wim
|
4f2ae7b73f
|
Add slack attachment support to matterhook
|
2018-02-23 00:48:25 +01:00 |
|
Wim
|
f82a9cc7ac
|
Fix Update userlist on join (slack). Closes #372
|
2018-02-22 23:56:00 +01:00 |
|
Wim
|
cce7624ab8
|
Update userlist on join (slack). Closes #372
|
2018-02-22 23:36:22 +01:00 |
|
Wim
|
c5ecd09172
|
Use always formatted logging when debug is enabled
|
2018-02-22 22:57:34 +01:00 |
|
Wim
|
7b21c1c2f4
|
Set event channels to lowercase (irc). Closes #375
|
2018-02-22 22:51:32 +01:00 |
|
Wim
|
f8714d81f5
|
Add DebugLevel option (irc)
|
2018-02-22 18:56:21 +01:00 |
|
Wim
|
8622656005
|
Add more debug for events (irc)
|
2018-02-22 18:23:22 +01:00 |
|
Wim
|
52237fadb6
|
Bump version
|
2018-02-21 20:54:29 +01:00 |
|
Wim
|
222cccf388
|
Release v1.8.0
|
2018-02-21 20:42:26 +01:00 |
|
Wim
|
bab308508e
|
Fix the UseInsecureURL text (telegram). Closes #184
|
2018-02-21 13:30:38 +01:00 |
|
Wim
|
dedb83c867
|
Add ssh-chat to README
|
2018-02-21 01:42:43 +01:00 |
|
Wim
|
723a90cdd6
|
Exclude gofmt test from travis for now
|
2018-02-21 01:20:38 +01:00 |
|
Wim
|
67d2398fa8
|
Make matterclient work with prefixed log
|
2018-02-21 01:11:41 +01:00 |
|
Wim
|
5f3b6ec007
|
Disable echo banner and output (api)
|
2018-02-21 00:49:10 +01:00 |
|