summaryrefslogtreecommitdiffstats
path: root/modules/websocket
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Websocket] Remove dummy JS server implemenation.Fabio Alessandrelli2022-08-073-158/+3
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-258-24/+25
* Replace most uses of Map by HashMapreduz2022-05-163-3/+3
* [WebSocket] Fix WSLClient connection status.Fabio Alessandrelli2022-05-042-8/+7
* Refactor module initializationreduz2022-05-042-15/+25
* Merge pull request #60444 from snailrhymer/expand-websocketclient-error-messagesFabio Alessandrelli2022-05-031-5/+9
|\
| * Add detail to some error messages in wsl_clientSnailRhymer2022-04-221-5/+9
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
* | Merge pull request #59582 from Faless/net/4.x_tcp_explicit_pollRémi Verschelde2022-04-271-1/+2
|\ \ | |/ |/|