Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-15 | Fix Visual Studio throwing C4334 warning. | Marcel Admiraal | |
2019-10-09 | Re-implement WebSocket get host/port. | Fabio Alessandrelli | |
Was lost during library switch | |||
2019-08-28 | Style: Fix copyright headers in new files | RĂ©mi Verschelde | |
2019-08-19 | Move CryptoCore to it's own folder. | Fabio Alessandrelli | |
Crypto classes will be placed in core/crypto. | |||
2019-07-04 | WebSocket 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. |