Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update vendor, move to labstack/echo/v4 Fixes #698 | Wim | 2019-01-31 | 1 | -14/+8 |
| | |||||
* | Fix golint linter issues and enable it in CI (#593) | Duco van Amstel | 2018-11-15 | 1 | -13/+13 |
| | |||||
* | Clean up various stuff (#508) | David Hill | 2018-11-07 | 1 | -2/+2 |
| | | | * various cleanups | ||||
* | Add a health endpoint to API (#554) | Patrick Connolly | 2018-11-07 | 1 | -0/+5 |
| | |||||
* | Stop setting API ring buffer capacity if not specified. (#552) | Patrick Connolly | 2018-11-05 | 1 | -1/+3 |
| | |||||
* | Respond with message on connect (api) (#550) | NikkyAI | 2018-11-02 | 1 | -0/+8 |
| | | | fix #549 | ||||
* | Reconnect on quit. (irc) See #431 (#445) | Liam Stanley | 2018-06-09 | 1 | -3/+4 |
| | | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns | ||||
* | Use viper (github.com/spf13/viper) for configuration | Wim | 2018-03-04 | 1 | -9/+9 |
| | |||||
* | Refactor using factory | Wim | 2018-02-27 | 1 | -13/+6 |
| | |||||
* | Disable echo banner and output (api) | Wim | 2018-02-21 | 1 | -1/+7 |
| | |||||
* | Use prefixed-formatter for better logging | Wim | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Give api access to whole config.Message (and events). Closes #374 | Wim | 2018-02-20 | 1 | -12/+9 |
| | |||||
* | Refactor and add MediaDownloadSize to General | Wim | 2017-12-19 | 1 | -10/+5 |
| | |||||
* | Remove unreachable code (api) | Wim | 2017-12-10 | 1 | -1/+0 |
| | |||||
* | Add (simple, one listener) long-polling support (api). Closes #307 | Wim | 2017-12-07 | 1 | -0/+25 |
| | |||||
* | Add support for deleting messages across bridges. | Wim | 2017-09-11 | 1 | -0/+4 |
| | | | | | | | | | | | | Currently fully support mattermost,slack and discord. Message deleted on the bridge or received from other bridges will be deleted. Partially support for Gitter. Gitter bridge will delete messages received from other bridges. But if you delete a message on gitter, this deletion will not be sent to other bridges (this is a gitter API limitation, it doesn't propogate edits or deletes via the API) | ||||
* | Modify Send() to return also a message id | Wim | 2017-08-27 | 1 | -2/+2 |
| | |||||
* | Allow a webhookurl per channel (discord). #239 | Wim | 2017-08-12 | 1 | -1/+1 |
| | |||||
* | Add UserID to each message. Closes #200 | Wim | 2017-06-18 | 1 | -0/+2 |
| | |||||
* | Allow reuse of api in different gateways. See #189 | Wim | 2017-06-07 | 1 | -0/+4 |
| | |||||
* | Add token authentication (api) | Wim | 2017-06-06 | 1 | -0/+6 |
| | |||||
* | Post valid JSON (api). See #185 | Wim | 2017-06-05 | 1 | -3/+1 |
| | |||||
* | Add REST API support | Wim | 2017-02-18 | 1 | -0/+91 |