summaryrefslogtreecommitdiff
path: root/modules/websocket
AgeCommit message (Expand)Author
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-05-16websocket: Fix crash at exit when not running the editorIgnacio Etcheverry
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Style: Fix missing/invalid copyright headersRémi Verschelde
2020-05-14Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde
2020-05-12Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli
2020-05-12Remove WebSocket defaults from project settings.Fabio Alessandrelli
2020-05-10Fix Closure compiler build, python style.Fabio Alessandrelli
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Fix Javascript platform after PoolVector removal.Fabio Alessandrelli
2020-02-18doc: Sync classref with current sourceRémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Fix EMWSClient::get_connection_status(), try catchFabio Alessandrelli
2020-01-31Update docs to version 4.0clayjohn
2020-01-28Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli
2020-01-26Merge pull request #35516 from Faless/ws/fix_latency_32Rémi Verschelde
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-24Lower WebSocket latency, fixes.Fabio Alessandrelli
2020-01-23doc: Misc updates for AnimationNode* and othersRémi Verschelde
2020-01-21Fix MultiplayerAPI crash when peer impl misbehave.Fabio Alessandrelli
2020-01-16Validate input in (CPU)Particles set_emission_shape()Rémi Verschelde
2020-01-15Prevent GDScript language server from listening to external hosts by defaultHoukime
2020-01-14Update documentation to reflect HTML5 limitations.Fabio Alessandrelli
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-21WSLPeer now prevents receiving data after close.Fabio Alessandrelli
2019-11-15Fix Visual Studio throwing C4334 warning.Marcel Admiraal
2019-10-16Trim protocol field from spaces in WS classes.Fabio Alessandrelli
2019-10-15Fix HTML5 build after 67a4c30.Fabio Alessandrelli
2019-10-11doc: Sync classref with current sourceRémi Verschelde
2019-10-09Document all this new improvements.Fabio Alessandrelli
2019-10-09Custom headers support in WebSocketClient.Fabio Alessandrelli
2019-10-09Implement WebSocketServer SSL support.Fabio Alessandrelli
2019-10-09WebSocketClient can now use custom SSL certificateFabio Alessandrelli
2019-10-09Re-implement WebSocket get host/port.Fabio Alessandrelli
2019-09-24doc: Fix parsing of self-closing XML tagsRémi Verschelde
2019-09-04Run doctool after overridden properties changesBojidar Marinov
2019-08-28Style: Fix copyright headers in new filesRémi Verschelde
2019-08-21Merge pull request #29871 from Faless/crypto/initial_prRémi Verschelde
2019-08-20Merge pull request #31483 from Faless/ws/fix_double_relayRémi Verschelde
2019-08-19Fix WebSocketServer relaying message 2 times.Fabio Alessandrelli
2019-08-19WebSocketServer now sanitize destination peers.Fabio Alessandrelli
2019-08-19Move CryptoCore to it's own folder.Fabio Alessandrelli
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-07-28Fix WebSocketClient crash when unref during signalFabio Alessandrelli