summaryrefslogtreecommitdiffstats
path: root/modules/websocket/websocket_multiplayer_peer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-2/+2
* Fix WebSocketMultiplayerPeer server crashVsono2023-02-231-0/+1
* Remove some unused signalsRémi Verschelde2023-01-311-1/+0
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-16/+11
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli2022-11-021-4/+1
* [MP] Add MultiplayerPeer disconnect_peer, close.Fabio Alessandrelli2022-10-281-4/+8
* [MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli2022-10-271-185/+69
* [WebSocket] Fix potential double free after multiplayer clear.Fabio Alessandrelli2022-10-131-0/+1
* [WebSocket] Refactor websocket module.Fabio Alessandrelli2022-10-111-51/+374
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-10/+10
* [Net] MultiplayerPeer cleanup, defaults.Fabio Alessandrelli2021-09-241-25/+0
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-3/+3
* [Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli2021-07-301-0/+8
* [Net] Add generate_unique_id to MultiplayerPeer.Fabio Alessandrelli2021-07-291-20/+0
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-3/+3
* Optimize StringName usagereduz2021-07-181-4/+4
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-121-2/+2
* 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