aboutsummaryrefslogtreecommitdiffstats
path: root/net/websocket.lua
Commit message (Expand)AuthorAgeFilesLines
* net: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-7/+7
* net.websocket: Fix traceback in case of ondisconnect being called twiceMatthew Wild2019-11-261-0/+1
* net.websocket: Fix log call to pass data via format string instead of concate...Kim Alvefur2019-07-301-1/+1
* net.*: Remove tostring call from loggingKim Alvefur2019-07-301-2/+2
* 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
* 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