summaryrefslogtreecommitdiffstats
path: root/modules/websocket/wsl_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-8/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Use range iterators for `Map`Lightning_A2021-09-301-6/+6
* [Net] Add generate_unique_id to MultiplayerPeer.Fabio Alessandrelli2021-07-291-1/+1
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+6
* Expose the resource name the client used to the websocket serverMeriipu2021-07-171-5/+7
* Improve error reporting in WebSocketServerHugo Locurcio2021-07-051-2/+11
* [Net] Add WebSocketServer handshake_timeout property.Fabio Alessandrelli2021-06-281-3/+3
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-2/+2
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-13/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-16/+29
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Remove WebSocket defaults from project settings.Fabio Alessandrelli2020-05-121-4/+4
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-6/+6
* Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli2020-01-281-0/+1
* Lower WebSocket latency, fixes.Fabio Alessandrelli2020-01-241-3/+1
* Prevent GDScript language server from listening to external hosts by defaultHoukime2020-01-151-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Trim protocol field from spaces in WS classes.Fabio Alessandrelli2019-10-161-3/+9
* Custom headers support in WebSocketClient.Fabio Alessandrelli2019-10-091-4/+5
* Implement WebSocketServer SSL support.Fabio Alessandrelli2019-10-091-1/+20
* Re-implement WebSocket get host/port.Fabio Alessandrelli2019-10-091-1/+3
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-13/+12
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-23/+7
* (Re-)Implement subprotocols in websocket server.Fabio Alessandrelli2019-07-081-6/+27
* Optimize header reads (avoid extra allocs)Fabio Alessandrelli2019-07-041-17/+26
* WebSocket module now uses wslay library.Fabio Alessandrelli2019-07-041-0/+272