summaryrefslogtreecommitdiff
path: root/modules/websocket
AgeCommit message (Expand)Author
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
2021-08-30Try other resolved IPs if one fails to connectHaoyu Qiu
2021-08-29[Editor] Editor debugger binds according to editor settings.Fabio Alessandrelli
2021-08-06HTML5: Fix warnings and re-enable `werror=yes` on CIRémi Verschelde
2021-08-04Merge pull request #51005 from Faless/mp/4.x_channelsRémi Verschelde
2021-08-01Merge pull request #51036 from winterpixelgames/master-ws-fixRémi Verschelde
2021-07-31Websocket peer outbound buffer fixes. Expose outbound buffered amount.Jordan Schidlowsky
2021-07-30[Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-29[Net] Add generate_unique_id to MultiplayerPeer.Fabio Alessandrelli
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-17Expose the resource name the client used to the websocket serverMeriipu
2021-07-15Misc cleanup of header includesRémi Verschelde
2021-07-13Implement the ability to disable classesreduz
2021-07-12[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli
2021-07-05Improve error reporting in WebSocketServerHugo Locurcio
2021-06-30Protocol shadows a variable.K. S. Ernest (iFire) Lee
2021-06-29Merge pull request #49966 from Faless/net/4.x_ws_timeoutRémi Verschelde
2021-06-28[Net] Add WebSocketServer handshake_timeout property.Fabio Alessandrelli
2021-06-28[Net] Fix WebSocketClient path parsing.Fabio Alessandrelli
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-18Merge pull request #49698 from aaronfranke/prop-no-usageRémi Verschelde
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke