Kim Alvefur
|
869581384d
|
net: Prefix module imports with prosody namespace
|
2023-03-17 16:23:12 +01:00 |
|
Matthew Wild
|
09cdcfc0a1
|
net.websocket: Fix traceback in case of ondisconnect being called twice
We want to figure out what situations the double ondisconnect happens in, and
aim to fix the root cause in the future.
|
2019-11-26 15:29:01 +00:00 |
|
Kim Alvefur
|
2fb3c3041d
|
net.websocket: Fix log call to pass data via format string instead of concatenation
|
2019-07-30 02:35:28 +02:00 |
|
Kim Alvefur
|
75bfec7731
|
net.*: Remove tostring call from logging
Taken care of by loggingmanager now
|
2019-07-30 02:35:17 +02:00 |
|
Matthew Wild
|
74bfc82312
|
net.websocket: Honour ex.insecure to match net.http's new parameter for that
|
2018-06-08 16:30:46 +01:00 |
|
Matthew Wild
|
3892eb5063
|
net.websocket: Fix incompatibility with net.http changes
I was unable to pinpoint the exact revision that broke this.
|
2018-06-08 16:30:04 +01:00 |
|
Kim Alvefur
|
627b87ac7c
|
net.websocket: Remove stray module api reference, shouldn't be used in here
|
2017-07-30 18:47:43 +02:00 |
|
Kim Alvefur
|
bc5151daff
|
net.websocket: Ignore unused argument warnings [luacheck]
|
2016-12-04 11:58:16 +01:00 |
|
Florian Zeitz
|
0504583316
|
net.websocket: Make data masking configurable
|
2014-09-26 22:12:21 +02:00 |
|
Kim Alvefur
|
a685dfb89e
|
net.websocket: Fix handling of 'protocol' argument
|
2014-09-11 00:55:51 +02:00 |
|
Florian Zeitz
|
0b99f62ea5
|
Check Sec-WebSocket-Protocol header
|
2014-09-05 02:14:04 +02:00 |
|
daurnimator
|
143508d675
|
net/websocket: Add new websocket client code
|
2014-09-03 15:28:46 -04:00 |
|