This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1c1928774c95f131ea00a1cda0c8157ea7fc0f15
godot
/
modules
/
websocket
History
Rémi Verschelde
99980d856b
Merge pull request
#29871
from Faless/crypto/initial_pr
...
More Crypto, SSL server, crt/key as Resource, HashingContext
2019-08-21 18:03:03 +02:00
..
doc_classes
…
config.py
…
emws_client.cpp
…
emws_client.h
…
emws_peer.cpp
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
2019-08-12 10:15:54 +02:00
emws_peer.h
…
emws_server.cpp
…
emws_server.h
…
packet_buffer.h
…
register_types.cpp
…
register_types.h
…
SCsub
…
websocket_client.cpp
…
websocket_client.h
…
websocket_macros.h
…
websocket_multiplayer_peer.cpp
Merge pull request
#31483
from Faless/ws/fix_double_relay
2019-08-20 12:49:15 +02:00
websocket_multiplayer_peer.h
…
websocket_peer.cpp
…
websocket_peer.h
…
websocket_server.cpp
…
websocket_server.h
…
wsl_client.cpp
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
2019-08-17 13:31:22 +02:00
wsl_client.h
…
wsl_peer.cpp
Move CryptoCore to it's own folder.
2019-08-19 16:31:05 +02:00
wsl_peer.h
…
wsl_server.cpp
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
2019-08-17 13:31:22 +02:00
wsl_server.h
(Re-)Implement subprotocols in websocket server.
2019-07-08 07:48:26 +02:00