summaryrefslogtreecommitdiff
path: root/modules/websocket/wsl_server.cpp
AgeCommit message (Expand)Author
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-12Added set_extra_headers() to WebSocketServerOğuzhan Eroğlu
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-01-20Rename or refactor macros to avoid leading underscoresOmar Polo
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-09-30Use range iterators for `Map`Lightning_A
2021-07-29[Net] Add generate_unique_id to MultiplayerPeer.Fabio Alessandrelli
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-17Expose the resource name the client used to the websocket serverMeriipu
2021-07-05Improve error reporting in WebSocketServerHugo Locurcio
2021-06-28[Net] Add WebSocketServer handshake_timeout property.Fabio Alessandrelli
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-12Remove WebSocket defaults from project settings.Fabio Alessandrelli
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-01-28Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli
2020-01-24Lower WebSocket latency, fixes.Fabio Alessandrelli
2020-01-15Prevent GDScript language server from listening to external hosts by defaultHoukime
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-16Trim protocol field from spaces in WS classes.Fabio Alessandrelli
2019-10-09Custom headers support in WebSocketClient.Fabio Alessandrelli
2019-10-09Implement WebSocketServer SSL support.Fabio Alessandrelli
2019-10-09Re-implement WebSocket get host/port.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-08(Re-)Implement subprotocols in websocket server.Fabio Alessandrelli
2019-07-04Optimize header reads (avoid extra allocs)Fabio Alessandrelli
2019-07-04WebSocket module now uses wslay library.Fabio Alessandrelli