summaryrefslogtreecommitdiff
path: root/modules/websocket/wsl_peer.cpp
AgeCommit message (Collapse)Author
2019-11-15Fix Visual Studio throwing C4334 warning.Marcel Admiraal
2019-10-09Re-implement WebSocket get host/port.Fabio Alessandrelli
Was lost during library switch
2019-08-28Style: Fix copyright headers in new filesRĂ©mi Verschelde
2019-08-19Move CryptoCore to it's own folder.Fabio Alessandrelli
Crypto classes will be placed in core/crypto.
2019-07-04WebSocket module now uses wslay library.Fabio Alessandrelli
Both client and server are supported on native builds (as usual). SSL server is still not supported, but will soon be possible with this new library. The API stays the same, we just need to work out potential issues due to this big library switch.