Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix empty messages (telegram) | Wim | 2018-03-05 | 1 | -0/+1 | |
| | ||||||
* | Fix incorrect skipmessage (xmpp) | Wim | 2018-03-05 | 1 | -1/+1 | |
| | ||||||
* | Fix tests and make megacheck happy | Wim | 2018-03-05 | 2 | -5/+19 | |
| | ||||||
* | Use viper (github.com/spf13/viper) for configuration | Wim | 2018-03-04 | 14 | -311/+345 | |
| | ||||||
* | Remove unused function | Wim | 2018-03-03 | 1 | -0/+2 | |
| | ||||||
* | Use replaceVariable for usergroups (slack) #379 | Wim | 2018-03-02 | 1 | -5/+6 | |
| | ||||||
* | Escape html on username (telegram). Closes #378 | Wim | 2018-02-28 | 1 | -5/+9 | |
| | ||||||
* | Add usergroup support (slack). Closes #379 | Wim | 2018-02-28 | 1 | -6/+21 | |
| | ||||||
* | Improve debug messages | Wim | 2018-02-28 | 11 | -38/+37 | |
| | ||||||
* | Make megacheck happy | Wim | 2018-02-27 | 1 | -4/+1 | |
| | ||||||
* | Use our own version of go-xmpp with debug output to logrus | Wim | 2018-02-27 | 1 | -1/+2 | |
| | ||||||
* | Add environment override back | Wim | 2018-02-27 | 1 | -1/+3 | |
| | ||||||
* | Refactor using factory | Wim | 2018-02-27 | 14 | -370/+232 | |
| | ||||||
* | Refactor xmpp | Wim | 2018-02-27 | 1 | -36/+86 | |
| | ||||||
* | Refactor telegram | Wim | 2018-02-27 | 2 | -149/+161 | |
| | ||||||
* | Small fixes to irc | Wim | 2018-02-27 | 1 | -12/+30 | |
| | ||||||
* | Refactor slack | Wim | 2018-02-27 | 2 | -241/+307 | |
| | ||||||
* | Make gometalinter happier | Wim | 2018-02-27 | 2 | -26/+26 | |
| | ||||||
* | Skip events for webhook | Wim | 2018-02-27 | 2 | -0/+9 | |
| | ||||||
* | Refactor matrix | Wim | 2018-02-27 | 1 | -96/+164 | |
| | ||||||
* | Refactor discord | Wim | 2018-02-27 | 1 | -64/+82 | |
| | ||||||
* | Refactor gitter | Wim | 2018-02-27 | 1 | -25/+38 | |
| | ||||||
* | Refactor mattermost | Wim | 2018-02-27 | 2 | -176/+226 | |
| | ||||||
* | Add share support between slack instances. Closes #369 | Wim | 2018-02-23 | 1 | -3/+19 | |
| | ||||||
* | Fix Update userlist on join (slack). Closes #372 | Wim | 2018-02-22 | 1 | -1/+1 | |
| | ||||||
* | Update userlist on join (slack). Closes #372 | Wim | 2018-02-22 | 1 | -1/+5 | |
| | ||||||
* | Set event channels to lowercase (irc). Closes #375 | Wim | 2018-02-22 | 1 | -1/+1 | |
| | ||||||
* | Add DebugLevel option (irc) | Wim | 2018-02-22 | 2 | -2/+12 | |
| | ||||||
* | Add more debug for events (irc) | Wim | 2018-02-22 | 1 | -1/+3 | |
| | ||||||
* | Fix the UseInsecureURL text (telegram). Closes #184 | Wim | 2018-02-21 | 1 | -1/+6 | |
| | ||||||
* | Make matterclient work with prefixed log | Wim | 2018-02-21 | 1 | -0/+3 | |
| | ||||||
* | Disable echo banner and output (api) | Wim | 2018-02-21 | 1 | -1/+7 | |
| | ||||||
* | Use prefixed-formatter for better logging | Wim | 2018-02-21 | 13 | -15/+21 | |
| | ||||||
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 13 | -13/+13 | |
| | ||||||
* | Add more debug | Wim | 2018-02-20 | 1 | -1/+1 | |
| | ||||||
* | Add label support in RemoteNickFormat | Wim | 2018-02-20 | 1 | -0/+1 | |
| | ||||||
* | Give api access to whole config.Message (and events). Closes #374 | Wim | 2018-02-20 | 1 | -12/+9 | |
| | ||||||
* | Add more debug (telegram) | Wim | 2018-02-20 | 1 | -0/+1 | |
| | ||||||
* | 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 | 4 | -5/+106 | |
| | | | | | | | | | | | | | | 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. | |||||
* | Add SHA to FileInfo | Wim | 2018-02-15 | 1 | -0/+1 | |
| | ||||||
* | Remove unused code | Wim | 2018-02-15 | 1 | -18/+0 | |
| | ||||||
* | Use discordgo ContentWithMoreMentionsReplace (discord) | Wim | 2018-02-14 | 1 | -4/+12 | |
| | ||||||
* | Add avator to fileinfo | Wim | 2018-02-14 | 1 | -0/+1 | |
| | ||||||
* | Truncate messages sent to IRC based on byte count (#368) | tsudoko | 2018-02-08 | 1 | -2/+6 | |
| | | | | | | * Truncate messages sent to IRC based on byte count * Avoid unnecessary string allocations | |||||
* | Check for a valid WebhookURL (discord). Closes #367 | Wim | 2018-02-07 | 1 | -0/+3 | |
| | ||||||
* | Fix panic on nil messages (telegram). Closes #366 | Wim | 2018-02-07 | 1 | -0/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add more parsemode debug (telegram) | Wim | 2018-02-04 | 1 | -0/+4 | |
| |