virtualx-engine/modules/websocket
Fabio Alessandrelli e1dfcbad16 [Websocket] Remove dummy JS server implemenation.
It does nothing but printing errors (only websocket client is available
in browsers), so we might as well return null when you instantiate it.

(cherry picked from commit 202320e1ed)
2022-08-08 09:50:19 +02:00
..
doc_classes Bump version to 3.6-beta 2022-08-05 18:51:38 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
emws_client.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
emws_client.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
emws_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
emws_peer.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
library_godot_websocket.js Use 3001 instead of 1001 when destroying a websocket. 2022-03-28 23:50:00 +02:00
packet_buffer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.cpp [Websocket] Remove dummy JS server implemenation. 2022-08-08 09:50:19 +02:00
register_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub wslay: Sync with upstream 45d22583b 2021-11-20 11:50:59 +01:00
websocket_client.cpp Add missing argument names in bindings 2022-04-04 12:56:59 +02:00
websocket_client.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_macros.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
websocket_multiplayer_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_multiplayer_peer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_peer.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
websocket_server.cpp Added set_extra_headers() to WebSocketServer 2022-04-13 11:43:49 +02:00
websocket_server.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
wsl_client.cpp Fix typos with codespell 2022-02-11 09:50:59 +01:00
wsl_client.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
wsl_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
wsl_peer.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
wsl_server.cpp Added set_extra_headers() to WebSocketServer 2022-04-13 11:43:49 +02:00
wsl_server.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00