summaryrefslogtreecommitdiff
path: root/modules/websocket/websocket_multiplayer_peer.cpp
AgeCommit message (Expand)Author
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
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-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-21Fix MultiplayerAPI crash when peer impl misbehave.Fabio Alessandrelli
2020-01-01Update copyright statements to 2020Ré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-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-06-15Expose WebSocket set_buffers and document it.Fabio Alessandrelli
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-12Modules: Ensure classes match their header filenameRémi Verschelde