| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement get_peer_[address|port] in ENet/WSServer | Fabio Alessandrelli | 2018-04-12 | 9 | -4/+87 |
| | | | | | | | | Also implement get_connected_host and get_connected_port in WebSocketPeer (not supported in HTML5 due to browser limitation). Add shorthand disconnect_peer(id) for get_peer(id)->close() like in ENet to WebSocketServer. | ||||
| * | Websocket client SSL support | Fabio Alessandrelli | 2018-04-03 | 3 | -1/+39 |
| | | |||||
| * | s/2017/2018/g for gles2, websocket, linux appdata | Poommetee Ketson | 2018-03-21 | 24 | -48/+48 |
| | | |||||
| * | Remove unneeded and problematic minilex.c from lws. | Fabio Alessandrelli | 2018-03-01 | 1 | -1/+0 |
| | | | | | We don't need it, it's used upstream to test the lexical parser | ||||
| * | Use Prepend instead of Append for mbedTLS include | Fabio Alessandrelli | 2018-02-28 | 1 | -2/+2 |
| | | | | | Fixes build on FreeBSD when system-wide mbedTLS and/or openSSL are installed | ||||
| * | Fix typos with codespell | luz.paz | 2018-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | ||||
| * | Websocket module properly recognize UWP (by @vnen) | George Marques | 2018-02-20 | 1 | -2/+5 |
| | | |||||
| * | Allow building with system wide mbedtls on X11 | Fabio Alessandrelli | 2018-02-14 | 1 | -2/+3 |
| | | | | | | Using builtin_mbedtls=yes is still the default as many distributions do not ship with mbedtls included. | ||||
| * | lws module now uses mbedtls as OpenSSL replacement | Fabio Alessandrelli | 2018-02-14 | 1 | -3/+13 |
| | | |||||
| * | Relicense module to the wondeful Godot community! | Fabio Alessandrelli | 2018-02-06 | 24 | -72/+96 |
| | | |||||
| * | Add websocket module. | Fabio Alessandrelli | 2018-02-06 | 26 | -0/+2847 |
| Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets. | |||||
