summaryrefslogtreecommitdiffstats
path: root/modules/websocket
Commit message (Expand)AuthorAgeFilesLines
...
* [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
|\ \ | |/ |/|
| * [Net] Drop is_connected_to_host for TCP and UDP.Fabio Alessandrelli2022-03-271-1/+1
| * [Net] Make StreamPeerTCP::_poll_connection explicit.Fabio Alessandrelli2022-03-271-0/+1
* | Added set_extra_headers() to WebSocketServerOğuzhan Eroğlu2022-04-127-3/+25
* | Fix some issues found by cppcheck.bruvzg2022-04-069-82/+82
* | Modules: Don't build editor-specific classes in templatesRémi Verschelde2022-03-285-6/+20
|/
* Use 3001 instead of 1001 when destroying a websocket.Jason Knight2022-03-181-1/+1
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-162-5/+11
* Add an XML schema for documentationHugo Locurcio2022-02-154-4/+4
* Fix typos with codespellRémi Verschelde2022-02-101-1/+1
* [Net] Non-blocking WebSocket hostname resolution.Jordan Schidlowsky2022-02-052-21/+56
* Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-202-15/+15
* Fixed incorrect property typesArnav Vijaywargiya2022-01-111-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-0329-58/+58
* Fix usage of "Return" in the docskobewi2022-01-021-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Auto-Increment Debugger PortNathan Franke2021-12-042-8/+40
* wslay: Sync with upstream 45d22583bRémi Verschelde2021-11-191-2/+1
* Merge pull request #54344 from mhilbrunner/rpc-error-msgsFabio Alessandrelli2021-10-292-6/+9
|\
| * Websockets: Fix buffer size checks in put_packet()Max Hilbrunner2021-10-292-6/+9
* | Fix Macros -> Mactos typo in WEBSOCKETMACTOS_HMax Hilbrunner2021-10-281-3/+3
|/
* Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner2021-10-261-1/+1
* Fix missing argument names in bindingsRémi Verschelde2021-10-092-5/+5
* Fix small typos regarding WebSocketPeerInfinixius2021-10-061-1/+1
* Use range iterators for `Map`Lightning_A2021-09-302-16/+16
* Merge pull request #52481 from Faless/net/4.x_native_peersFabio Alessandrelli2021-09-283-36/+0
|\
| * [Net/Docs] Update extensions documentation.Fabio Alessandrelli2021-09-241-4/+0
| * [Net] MultiplayerPeer cleanup, defaults.Fabio Alessandrelli2021-09-242-32/+0
* | Document Android permission requirements for network access where neededHugo Locurcio2021-09-253-0/+3
|/
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-203-6/+0
* Merge pull request #52226 from Faless/debugger/4.x_start_optionsRémi Verschelde2021-09-142-4/+12
|\