summaryrefslogtreecommitdiff
path: root/thirdparty/wslay
AgeCommit message (Collapse)Author
2021-11-19wslay: Sync with upstream 45d22583bRĂ©mi Verschelde
https://github.com/tatsuhiro-t/wslay/commit/45d22583b488f79d5a4e598cc7675c191c5ab53f Mostly style changes, a couple new methods and fixes. Tweak file structure a bit.
2020-07-02Update to wslay 1.1.1 .Fabio Alessandrelli
A minor fix, but let's stay in sync.
2019-07-04Godot addition to wslay, fixes MSVC buildFabio Alessandrelli
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.