summaryrefslogtreecommitdiffstats
path: root/bridge/api/api.go
Commit message (Collapse)AuthorAgeFilesLines
* Add extra error checking for fileinfo (api) (#2015)Wim2023-03-111-3/+25
|
* Allow to send files in Extra via /api/message (api) (#1993)Asiel Díaz Benítez2023-03-111-0/+11
|
* Check client disconnect to exit for loop (api). Fixes #1983 (#2012)Wim2023-03-111-7/+12
| | | Also update to latest melody upstream
* Sent loopback messages to other websockets as well (api) (#1216)NikkyAI2020-08-271-2/+9
|
* Replace gorilla with melody for websocket API (#1205)NikkyAI2020-08-261-34/+42
|
* Add websocket to API (#970)haykam8212020-07-121-4/+59
| | | Co-authored-by: Qais Patankar <qaisjp@gmail.com>
* Add sane RemoteNickFormat default for API (#1157)Qais Patankar2020-06-251-1/+8
|
* Update vendor, move to labstack/echo/v4 Fixes #698Wim2019-01-311-14/+8
|
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-13/+13
|
* Clean up various stuff (#508)David Hill2018-11-071-2/+2
| | | * various cleanups
* Add a health endpoint to API (#554)Patrick Connolly2018-11-071-0/+5
|
* Stop setting API ring buffer capacity if not specified. (#552)Patrick Connolly2018-11-051-1/+3
|
* Respond with message on connect (api) (#550)NikkyAI2018-11-021-0/+8
| | | fix #549
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-091-3/+4
| | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns
* Use viper (github.com/spf13/viper) for configurationWim2018-03-041-9/+9
|
* Refactor using factoryWim2018-02-271-13/+6
|
* Disable echo banner and output (api)Wim2018-02-211-1/+7
|
* Use prefixed-formatter for better loggingWim2018-02-211-1/+1
|
* Move Sirupsen => sirupsenWim2018-02-201-1/+1
|
* Give api access to whole config.Message (and events). Closes #374Wim2018-02-201-12/+9
|
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-10/+5
|
* Remove unreachable code (api)Wim2017-12-101-1/+0
|
* Add (simple, one listener) long-polling support (api). Closes #307Wim2017-12-071-0/+25
|
* Add support for deleting messages across bridges.Wim2017-09-111-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 idWim2017-08-271-2/+2
|
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-1/+1
|
* Add UserID to each message. Closes #200Wim2017-06-181-0/+2
|
* Allow reuse of api in different gateways. See #189Wim2017-06-071-0/+4
|
* Add token authentication (api)Wim2017-06-061-0/+6
|
* Post valid JSON (api). See #185Wim2017-06-051-3/+1
|
* Add REST API supportWim2017-02-181-0/+91