summaryrefslogtreecommitdiffstats
path: root/modules/websocket
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2715-30/+30
* Fix websocket dropping messages for WSLPeerradenthefolf2024-10-143-1/+24
* Rebrand preambles to RedotSpartan3222024-10-1316-0/+32
* [WS] Fix set_no_delay on WindowsFabio Alessandrelli2024-08-071-2/+3
* Merge pull request #94168 from Faless/net/wsl_peer_reuseRémi Verschelde2024-08-012-3/+5
|\
| * [WebSocket] Allow reusing closing and closed peersFabio Alessandrelli2024-07-102-3/+5
* | [WebSocket] Ensure TCP_NODELAY is always setFabio Alessandrelli2024-07-222-2/+3
|/
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+2
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-092-3/+3
* Merge pull request #79407 from zaevi/fix_web_websocket-close-reasonRémi Verschelde2023-10-131-1/+1
|\
| * [Web]Fix WebSocket returning empty close-reason.Zae2023-07-131-1/+1
* | Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-091-0/+5
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* | UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-1/+1
|/
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-158-21/+25
* [TLS] Fix crashes trying to use TLS when not available.Fabio Alessandrelli2023-05-121-1/+3
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-262-2/+2
* Fix misuses of error macrosDanil Alexeev2023-04-181-3/+0
* Fix typos and inconsistencies in classrefHaoyu Qiu2023-03-161-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* Fix WebSocketMultiplayerPeer server crashVsono2023-02-231-0/+1
* Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio2023-02-131-1/+1
* Remove some unused signalsRémi Verschelde2023-01-311-1/+0
* [Net] Remove StreamPeerTLS.blocking_handshake option.Fabio Alessandrelli2023-01-281-1/+0
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-2810-44/+37
* One Copyright Update to rule them allRémi Verschelde2023-01-0516-464/+464
* Fix WebSocket connection failed on Web.Zae2022-11-031-0/+4
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* [MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli2022-11-021-4/+1
* Merge pull request #67982 from Faless/mp/4.x_disconnect_closeFabio Alessandrelli2022-11-013-22/+11
|\
| * [MP] Add MultiplayerPeer disconnect_peer, close.Fabio Alessandrelli2022-10-283-22/+11
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-2/+2
|\ \ | |/ |/|
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* | [MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli2022-10-272-197/+75
|/
* [WebSocket] Fix client failing to connect to direct IP.Fabio Alessandrelli2022-10-171-2/+4
* [WebSocket] Fix potential double free after multiplayer clear.Fabio Alessandrelli2022-10-131-0/+1
* [WebSocket] Fix debugger implementation.Fabio Alessandrelli2022-10-133-5/+19
* [WebSocket] Fix Web write mode.Fabio Alessandrelli2022-10-131-1/+1
* [WebSocket] Fix TCP connection being closed while connecting.Fabio Alessandrelli2022-10-131-0/+2
* [WebSocket] Refactor websocket module.Fabio Alessandrelli2022-10-1129-2382/+1814
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-0/+1
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* Style: Ensure consistent formatting with clang-format 15Rémi Verschelde2022-09-211-26/+24
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-0812-82/+82
* [Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli2022-09-074-13/+13
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-2918-43/+43
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-084-39/+39