godot/modules/websocket
Fabio Alessandrelli eeac6f8c7f [TLS] Fix crashes trying to use TLS when not available.
If no StreamPeerTLS implementation is available, HTTPClient and
WebSocketPeer will now correctly refuse to connect using TLS returning
ERR_UNAVAILABLE.

Similarly, ENetConnection will refuse to setup DTLS when PacketPeerDTLS
is not available.
2023-05-12 20:08:10 +02:00
..
doc_classes Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
editor One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
emws_peer.cpp [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
emws_peer.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
library_godot_websocket.js One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packet_buffer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_debugger_peer_websocket.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_debugger_peer_websocket.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
websocket_multiplayer_peer.cpp Fix WebSocketMultiplayerPeer server crash 2023-02-23 20:00:00 +09:00
websocket_multiplayer_peer.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
websocket_peer.cpp [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
websocket_peer.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
wsl_peer.cpp [TLS] Fix crashes trying to use TLS when not available. 2023-05-12 20:08:10 +02:00
wsl_peer.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00