summaryrefslogtreecommitdiffstats
path: root/modules/websocket
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * [Editor] Editor debugger binds according to editor settings.Fabio Alessandrelli2021-08-292-4/+12
* | Multiplayer networking renames/simplificationMax Hilbrunner2021-09-083-4/+4
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-073-7/+7
* | Try other resolved IPs if one fails to connectHaoyu Qiu2021-08-302-6/+24
|/
* HTML5: Fix warnings and re-enable `werror=yes` on CIRémi Verschelde2021-08-061-1/+1
* Merge pull request #51005 from Faless/mp/4.x_channelsRémi Verschelde2021-08-042-0/+10
|\
| * [Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli2021-07-302-0/+10
* | Merge pull request #51036 from winterpixelgames/master-ws-fixRémi Verschelde2021-08-0110-4/+56
|\ \ | |/ |/|
| * Websocket peer outbound buffer fixes. Expose outbound buffered amount.Jordan Schidlowsky2021-07-3110-4/+56
* | doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-304-118/+59
|/
* [Net] Add generate_unique_id to MultiplayerPeer.Fabio Alessandrelli2021-07-293-22/+1
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-2/+2
* Fix various typos with codespellluz paz2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-232-9/+9
* Optimize StringName usagereduz2021-07-183-17/+17
* Expose the resource name the client used to the websocket serverMeriipu2021-07-176-21/+26
* Misc cleanup of header includesRémi Verschelde2021-07-152-8/+7
* Implement the ability to disable classesreduz2021-07-131-1/+1
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-128-13/+13
* Improve error reporting in WebSocketServerHugo Locurcio2021-07-051-2/+11
* Protocol shadows a variable.K. S. Ernest (iFire) Lee2021-06-301-3/+3
* Merge pull request #49966 from Faless/net/4.x_ws_timeoutRémi Verschelde2021-06-295-6/+24
|\
| * [Net] Add WebSocketServer handshake_timeout property.Fabio Alessandrelli2021-06-285-6/+24
* | [Net] Fix WebSocketClient path parsing.Fabio Alessandrelli2021-06-282-3/+7
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-3/+3
* Merge pull request #49698 from aaronfranke/prop-no-usageRémi Verschelde2021-06-182-5/+5
|\
| * Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-172-5/+5
* | Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-182-3/+3
|/
* Rename Reference to RefCountedPedro J. Estébanez2021-06-113-3/+3
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-0616-29/+29
* Merge pull request #48205 from Faless/net/4.x_url_parsingFabio Alessandrelli2021-05-031-24/+8
|\
| * [Net] Implement String::parse_url for parsing URLs.Fabio Alessandrelli2021-04-261-24/+8