aboutsummaryrefslogtreecommitdiffstats
path: root/net/websocket.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.websocket: Fix traceback in case of ondisconnect being called twiceMatthew Wild2019-11-261-0/+1
| | | | | We want to figure out what situations the double ondisconnect happens in, and aim to fix the root cause in the future.
* net.websocket: Fix log call to pass data via format string instead of ↵Kim Alvefur2019-07-301-1/+1
| | | | concatenation
* net.*: Remove tostring call from loggingKim Alvefur2019-07-301-2/+2
| | | | Taken care of by loggingmanager now
* net.websocket: Honour ex.insecure to match net.http's new parameter for thatMatthew Wild2018-06-081-0/+1
|
* net.websocket: Fix incompatibility with net.http changesMatthew Wild2018-06-081-21/+21
| | | | I was unable to pinpoint the exact revision that broke this.
* net.websocket: Remove stray module api reference, shouldn't be used in hereKim Alvefur2017-07-301-1/+1
|
* net.websocket: Ignore unused argument warnings [luacheck]Kim Alvefur2016-12-041-3/+3
|
* net.websocket: Make data masking configurableFlorian Zeitz2014-09-261-1/+1
|
* net.websocket: Fix handling of 'protocol' argumentKim Alvefur2014-09-111-6/+9
|
* Check Sec-WebSocket-Protocol headerFlorian Zeitz2014-09-051-5/+10
|
* net/websocket: Add new websocket client codedaurnimator2014-09-031-0/+264