summaryrefslogtreecommitdiffstats
path: root/modules/websocket/websocket_multiplayer_peer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add WebSocketMultiplayerPeer _incoming_packets check boundMaxStgs2021-04-301-0/+2
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-9/+9
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-3/+3
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-9/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+14
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-28/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-8/+8
* Fix MultiplayerAPI crash when peer impl misbehave.Fabio Alessandrelli2020-01-211-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #31483 from Faless/ws/fix_double_relayRémi Verschelde2019-08-201-8/+2
|\
| * Fix WebSocketServer relaying message 2 times.Fabio Alessandrelli2019-08-191-8/+2
* | WebSocketServer now sanitize destination peers.Fabio Alessandrelli2019-08-191-1/+4
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-10/+5
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* Expose WebSocket set_buffers and document it.Fabio Alessandrelli2019-06-151-0/+1
* Fix -Wsign-compare warnings.marxin2019-02-271-3/+3
* Modules: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+361