Commit Graph

  • 3331ec1a8d Update index.md master Björn Ritzl 2025-06-04 07:57:48 +02:00
  • c4d744ec49
    Fixed websocket library linkage for all web targets (#56) 4.1.0 Kharkunov Eugene 2025-05-05 12:10:36 +03:00
  • de6d493a1c
    Update README.md (#54) Brian 2024-09-09 08:11:52 -07:00
  • 65b9e38850
    Merge pull request #52 from ekharkunov/emscripten-update 4.0.0 Alexey Gulev 2024-04-17 17:32:19 +02:00
  • a75c9f6c8f Use builtin Emscripten webscoket implementation for html5. Update .gitignore. Kharkunov Eugene 2024-04-10 13:45:27 +03:00
  • 0ac6e3f9a3
    Removed hard length limit for received messages (#51) 3.2.0 Mathias Westerdahl 2024-02-28 13:50:57 +01:00
  • 6ec47ddc17 Delete DefoldWebsocket.symbols Björn Ritzl 2022-11-02 13:57:59 +01:00
  • 24bb291c72
    Added status code to callback when the server closes the connection (#45) 3.1.0 Björn Ritzl 2022-06-23 20:52:46 +02:00
  • 5c5736d8bc
    Update README.md Björn Ritzl 2022-02-24 08:27:30 +01:00
  • 24dd20512b
    Update websocket.gui_script Björn Ritzl 2022-02-17 12:40:47 +01:00
  • 63cb5f8de6
    Update websocket.gui_script Björn Ritzl 2022-02-17 12:40:15 +01:00
  • ace3242158
    Update index.md Björn Ritzl 2022-01-03 14:27:42 +01:00
  • 4cf11c3048
    Added info about websocket configuration Björn Ritzl 2021-09-14 13:30:46 +02:00
  • ecaac30238
    Update README.md Björn Ritzl 2021-05-28 11:47:32 +02:00
  • 8fd283385f Merge branch 'Issue-38-crash-on-connect' Björn Ritzl 2021-05-28 11:37:23 +02:00
  • dfc94aa94a Badge Björn Ritzl 2021-05-28 11:36:58 +02:00
  • d5237bbee1 Remove dold include dns.h 3.0.0 JCash 2021-05-01 10:13:36 +02:00
  • daffff4c06 Updated dmConnectionPool::Dial call for new beta release JCash 2021-04-30 10:58:31 +02:00
  • 0f841f16af
    fix: the connection must be closed in other states (#41) 2.2.3 VitaliiTihobrazov-Melsoft 2021-04-12 23:45:09 +03:00
  • 97cca427d7
    Reduced thread name length (#39) 2.2.2 Björn Ritzl 2021-03-18 20:41:03 +01:00
  • bc56b02e5b Reduced thread name length Björn Ritzl 2021-03-18 18:31:57 +01:00
  • cba11de5f1
    Run DNS lookup in a separate thread (#37) 2.2.1 Björn Ritzl 2021-03-17 12:59:01 +01:00
  • 4e67c4dfaa
    Add the port to the url for html5 builds (#35) 2.2.0 Björn Ritzl 2021-03-10 11:56:26 +01:00
  • efe9115413
    Use the Emscripten websocket library instead of POSIX socket emulation (#33) 2.1.0 Björn Ritzl 2021-02-18 22:13:53 +01:00
  • b3afb9a276
    close socket when destroying websocket connection instead of returning it back to connection pool (#32) Alexander Palagin 2021-02-10 09:49:23 +02:00
  • 7346f142fa
    replace dmStriCmp with dmStrCaseCmp (#31) Alexander Palagin 2021-02-10 08:50:09 +02:00
  • 165b7333dc
    update exmaple of websocket_callback in documentation (#30) Alexander Palagin 2021-02-10 08:49:04 +02:00
  • bd4e5c0b35 Compiler warning fixes 2.0.0 JCash 2021-02-04 08:49:00 +01:00
  • ac230a6278
    Handshake response object if handshake failed (#29) Alexander Palagin 2021-02-04 09:30:40 +02:00
  • 39abd7cdea
    always call lua callback when connection goes to STATE_DISCONNECTED (#28) 1.6.0 Alexander Palagin 2021-01-25 12:59:17 +02:00
  • f988413a74 Fix logging in example when error is nil Björn Ritzl 2021-01-14 09:49:08 +01:00
  • 73b236b249 Added ci build status badge to README.md JCash 2020-12-24 14:22:07 +01:00
  • 636a11daa3 Added ci build status badge to README.md JCash 2020-12-24 14:20:08 +01:00
  • 0f147ef180 Added auth/email to resolve step JCash 2020-12-24 12:48:53 +01:00
  • 3cd0328c2a
    Ci build script (#27) Mathias Westerdahl 2020-12-24 11:56:34 +01:00
  • f5aa57452f
    Merge pull request #26 from defold/Issue-25-crash-in-callback 1.5.2 Björn Ritzl 2020-12-22 12:21:20 +01:00
  • 7e89b8a685 Destroy connections when finalizing the extension Björn Ritzl 2020-12-22 12:19:12 +01:00
  • ba7454a431
    Merge pull request #24 from defold/issue-22-skip-protocol-by-default 1.5.1 Mathias Westerdahl 2020-11-10 08:42:30 +01:00
  • b93a91c9b8 Issue 22: Don't send Sec-WebSocket-Protocol unless specified JCash 2020-11-09 19:03:27 +01:00
  • 0bf63cbdf8
    Added credit and link to wslay Mathias Westerdahl 2020-11-01 09:28:27 +01:00
  • 8a9dc759a4
    Merge pull request #21 from defold/issue-18-error-message-fix 1.5.0 Mathias Westerdahl 2020-10-31 15:48:47 +01:00
  • 70afde4cfa
    Merge pull request #20 from defold/issue-17-path-fix Mathias Westerdahl 2020-10-31 15:48:21 +01:00
  • ed6d131470
    Merge pull request #19 from defold/issue-16-conneciton-protocol Mathias Westerdahl 2020-10-31 15:47:58 +01:00
  • 2c9c0b74f1 Issue 18: Documentation fix JCash 2020-10-31 10:55:36 +01:00
  • 8450a88640 Issue 17: Fixed path argument in http handshake JCash 2020-10-31 10:40:21 +01:00
  • 3636ea73db added documentation JCash 2020-10-31 10:18:50 +01:00
  • 1cc1d802b3 Issue 16: Added protocol as a connection parameter JCash 2020-10-31 10:14:44 +01:00
  • 94bcc82f25 cleanup JCash 2020-10-18 09:42:53 +02:00
  • d62a53cbcc Doc fix JCash 2020-10-18 09:42:40 +02:00
  • ea2fe97943
    Merge pull request #15 from defold/issue-5-custom-headers 1.4.0 Mathias Westerdahl 2020-10-17 14:02:21 +02:00
  • 268e9bf472
    Merge pull request #14 from defold/issue-13-connect-timeout Mathias Westerdahl 2020-10-17 12:30:41 +02:00
  • 5ee358cbba
    Merge pull request #12 from defold/issue-11-support-text-frames Mathias Westerdahl 2020-10-17 12:29:45 +02:00
  • 78d527d3a8 Issue 5: Added support for custom headers JCash 2020-10-17 12:26:20 +02:00
  • b54e3e07ad review fix JCash 2020-10-17 11:47:23 +02:00
  • e105702c79 Issue 13: Added support for connect sequence timeout JCash 2020-10-17 11:40:53 +02:00
  • 9d1ace0a82 Issue 11: Added support for both binary and text frames JCash 2020-10-17 10:28:19 +02:00
  • 833477a134
    Added another tcpdump example Mathias Westerdahl 2020-10-15 15:26:23 +02:00
  • 15a589585a
    Added more debugging tools to README Mathias Westerdahl 2020-10-15 11:35:23 +02:00
  • 3fe8fbc0ff
    Added external debugging tools to README Mathias Westerdahl 2020-10-15 10:39:50 +02:00
  • ba2b8e4a69 Updated hex string logging to use our internal logging functions 1.3.0 JCash 2020-10-13 09:33:38 +02:00
  • 176f213060 updated documentation JCash 2020-10-13 09:14:21 +02:00
  • dc1d57d661
    Merge pull request #10 from defold/issue-4-case-insensitive-header 1.2.0 Mathias Westerdahl 2020-10-12 09:59:55 +02:00
  • 5b0a9960a8 Check the response headers more thoroughly JCash 2020-10-12 09:45:05 +02:00
  • 40ba1b334c Issue 4: Compare header keys without case sensitivity JCash 2020-10-12 09:33:47 +02:00
  • 23ba179e2a
    Merge pull request #9 from defold/issue-8-close-event 1.1.0 Mathias Westerdahl 2020-09-28 09:30:12 +02:00
  • 36bf5d1c03 code cleanup JCash 2020-09-27 17:04:00 +02:00
  • 274f29d7e4 moved error checking code outside of socket implementation JCash 2020-09-27 17:02:14 +02:00
  • bd8569f49a Issue 8: Handle the websocket close event JCash 2020-09-27 16:54:22 +02:00
  • 18a768774f
    Merge pull request #7 from defold/issue-6-multiple-messages Mathias Westerdahl 2020-09-27 10:14:08 +02:00
  • 8e32fa3c76 compile fixes JCash 2020-09-26 15:50:24 +02:00
  • 832a156395 Issue 6: Handle multiple messages per frame JCash 2020-09-26 12:51:43 +02:00
  • 8df9eed682 Removed redundant / in concatenated uri's 1.0.0 JCash 2020-09-06 09:35:09 +02:00
  • 071adac853 Added separate code path for html5 JCash 2020-09-05 11:02:59 +02:00
  • 6ef040aee6 more testing JCash 2020-09-05 10:52:37 +02:00
  • 337a389cf8 more testing JCash 2020-09-04 18:37:58 +02:00
  • b9f3563652 more testing JCash 2020-09-04 18:11:40 +02:00
  • 358e652946 more testing JCash 2020-09-04 17:56:03 +02:00
  • 44fc5037cb more testing JCash 2020-09-04 17:38:09 +02:00
  • 18ecf3857f more testing JCash 2020-09-04 17:16:49 +02:00
  • b31e5bec7f more testing JCash 2020-09-04 16:59:30 +02:00
  • 61916f4c27 more testing JCash 2020-09-04 16:41:19 +02:00
  • 72f081bf23 test wss+html5 JCash 2020-09-04 15:53:27 +02:00
  • ab1b52c676 Merge branch 'master' of github.com:defold/extension-websocket JCash 2020-09-04 12:04:16 +02:00
  • 2bd4e228c6 added reference demo JCash 2020-09-04 12:04:06 +02:00
  • 1202731ec8 Added api docs for websocket.send() Björn Ritzl 2020-09-04 11:22:54 +02:00
  • f0cf078019 debugging JCash 2020-09-04 11:14:13 +02:00
  • bd9e777b99 Windows compile fixes JCash 2020-09-03 17:28:10 +02:00
  • 90a654e639 Added doc builder trigger + funding.yml JCash 2020-09-03 15:24:19 +02:00
  • f3ea270c68 Updated readme JCash 2020-09-03 15:18:31 +02:00
  • 2bddcac495
    Merge pull request #1 from defold/initial Mathias Westerdahl 2020-09-03 08:45:42 +02:00
  • 722e05556f Merge branch 'master' into initial initial JCash 2020-09-02 19:05:19 +02:00
  • 5fea466ce5 adding first demo JCash 2020-09-02 18:54:51 +02:00
  • d2a24ec2e1 cleanup JCash 2020-09-02 17:03:07 +02:00
  • 18fc3863c3 moved demo to docs folder JCash 2020-09-02 17:01:19 +02:00
  • 791f8fc4da added demo JCash 2020-09-02 16:55:37 +02:00
  • 26a9ef0143 Code cleanup JCash 2020-09-02 16:54:37 +02:00
  • 5de32250c3 Websocket now supports html5 as well JCash 2020-09-02 10:44:02 +02:00
  • 1e6c534609 Added support for SSL JCash 2020-08-28 12:43:50 +02:00
  • 0e589290ed some restructuring of the code JCash 2020-08-25 16:50:33 +02:00
  • e781c84283 first embryo JCash 2020-08-25 14:25:29 +02:00