summaryrefslogtreecommitdiffstats
path: root/modules/websocket
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * [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