summaryrefslogtreecommitdiff
path: root/modules/websocket
AgeCommit message (Expand)Author
2022-10-03Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-21Style: Ensure consistent formatting with clang-format 15Rémi Verschelde
2022-09-08[Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli
2022-09-07[Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-07[Websocket] Remove dummy JS server implemenation.Fabio Alessandrelli
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-04[WebSocket] Fix WSLClient connection status.Fabio Alessandrelli
2022-05-04Refactor module initializationreduz
2022-05-03Merge pull request #60444 from snailrhymer/expand-websocketclient-error-messagesFabio Alessandrelli
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-27Merge pull request #59582 from Faless/net/4.x_tcp_explicit_pollRémi Verschelde
2022-04-22Add detail to some error messages in wsl_clientSnailRhymer
2022-04-12Added set_extra_headers() to WebSocketServerOğuzhan Eroğlu
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-28Modules: Don't build editor-specific classes in templatesRémi Verschelde
2022-03-27[Net] Drop is_connected_to_host for TCP and UDP.Fabio Alessandrelli
2022-03-27[Net] Make StreamPeerTCP::_poll_connection explicit.Fabio Alessandrelli
2022-03-18Use 3001 instead of 1001 when destroying a websocket.Jason Knight
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-10Fix typos with codespellRémi Verschelde
2022-02-05[Net] Non-blocking WebSocket hostname resolution.Jordan Schidlowsky
2022-01-20Rename or refactor macros to avoid leading underscoresOmar Polo
2022-01-11Fixed incorrect property typesArnav Vijaywargiya
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix usage of "Return" in the docskobewi
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-04Auto-Increment Debugger PortNathan Franke
2021-11-19wslay: Sync with upstream 45d22583bRémi Verschelde
2021-10-29Merge pull request #54344 from mhilbrunner/rpc-error-msgsFabio Alessandrelli
2021-10-29Websockets: Fix buffer size checks in put_packet()Max Hilbrunner
2021-10-28Fix Macros -> Mactos typo in WEBSOCKETMACTOS_HMax Hilbrunner
2021-10-26Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-10-06Fix small typos regarding WebSocketPeerInfinixius
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-28Merge pull request #52481 from Faless/net/4.x_native_peersFabio Alessandrelli
2021-09-25Document Android permission requirements for network access where neededHugo Locurcio
2021-09-24[Net/Docs] Update extensions documentation.Fabio Alessandrelli
2021-09-24[Net] MultiplayerPeer cleanup, defaults.Fabio Alessandrelli
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-14Merge pull request #52226 from Faless/debugger/4.x_start_optionsRémi Verschelde
2021-09-08Multiplayer networking renames/simplificationMax Hilbrunner
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli