59 Commits

Author SHA1 Message Date
Mathias Westerdahl
70afde4cfa
Merge pull request #20 from defold/issue-17-path-fix
Issue 17: Fixed path argument in http handshake
2020-10-31 15:48:21 +01:00
Mathias Westerdahl
ed6d131470
Merge pull request #19 from defold/issue-16-conneciton-protocol
Issue 16: Added protocol as a connection parameter
2020-10-31 15:47:58 +01:00
JCash
8450a88640 Issue 17: Fixed path argument in http handshake 2020-10-31 10:40:21 +01:00
JCash
3636ea73db added documentation 2020-10-31 10:18:50 +01:00
JCash
1cc1d802b3 Issue 16: Added protocol as a connection parameter 2020-10-31 10:14:44 +01:00
JCash
94bcc82f25 cleanup 2020-10-18 09:42:53 +02:00
JCash
d62a53cbcc Doc fix 2020-10-18 09:42:40 +02:00
Mathias Westerdahl
ea2fe97943
Merge pull request #15 from defold/issue-5-custom-headers
Issue 5: Added support for custom headers
1.4.0
2020-10-17 14:02:21 +02:00
Mathias Westerdahl
268e9bf472
Merge pull request #14 from defold/issue-13-connect-timeout
Issue 13: Added support for connect sequence timeout
2020-10-17 12:30:41 +02:00
Mathias Westerdahl
5ee358cbba
Merge pull request #12 from defold/issue-11-support-text-frames
Issue 11: Added support for both binary and text frames
2020-10-17 12:29:45 +02:00
JCash
78d527d3a8 Issue 5: Added support for custom headers 2020-10-17 12:26:20 +02:00
JCash
b54e3e07ad review fix 2020-10-17 11:47:23 +02:00
JCash
e105702c79 Issue 13: Added support for connect sequence timeout
Decreased the select timeout when reading headers
Don't call callback with DISCONNECTED if the connection was never connected
2020-10-17 11:40:53 +02:00
JCash
9d1ace0a82 Issue 11: Added support for both binary and text frames 2020-10-17 10:28:19 +02:00
Mathias Westerdahl
833477a134
Added another tcpdump example 2020-10-15 15:26:23 +02:00
Mathias Westerdahl
15a589585a
Added more debugging tools to README 2020-10-15 11:35:23 +02:00
Mathias Westerdahl
3fe8fbc0ff
Added external debugging tools to README 2020-10-15 10:39:50 +02:00
JCash
ba2b8e4a69 Updated hex string logging to use our internal logging functions
This will keep the output in-order
1.3.0
2020-10-13 09:33:38 +02:00
JCash
176f213060 updated documentation 2020-10-13 09:14:21 +02:00
Mathias Westerdahl
dc1d57d661
Merge pull request #10 from defold/issue-4-case-insensitive-header
Issue 4: Compare header keys without case sensitivity
1.2.0
2020-10-12 09:59:55 +02:00
JCash
5b0a9960a8 Check the response headers more thoroughly 2020-10-12 09:45:05 +02:00
JCash
40ba1b334c Issue 4: Compare header keys without case sensitivity 2020-10-12 09:33:47 +02:00
Mathias Westerdahl
23ba179e2a
Merge pull request #9 from defold/issue-8-close-event
Issue 8: Handle the websocket close event
1.1.0
2020-09-28 09:30:12 +02:00
JCash
36bf5d1c03 code cleanup 2020-09-27 17:04:00 +02:00
JCash
274f29d7e4 moved error checking code outside of socket implementation 2020-09-27 17:02:14 +02:00
JCash
bd8569f49a Issue 8: Handle the websocket close event 2020-09-27 16:54:22 +02:00
Mathias Westerdahl
18a768774f
Merge pull request #7 from defold/issue-6-multiple-messages
Issue 6: Handle multiple messages per frame
2020-09-27 10:14:08 +02:00
JCash
8e32fa3c76 compile fixes 2020-09-26 15:50:24 +02:00
JCash
832a156395 Issue 6: Handle multiple messages per frame 2020-09-26 12:51:43 +02:00
JCash
8df9eed682 Removed redundant / in concatenated uri's 1.0.0 2020-09-06 09:35:09 +02:00
JCash
071adac853 Added separate code path for html5 2020-09-05 11:02:59 +02:00
JCash
6ef040aee6 more testing 2020-09-05 10:52:37 +02:00
JCash
337a389cf8 more testing 2020-09-04 18:37:58 +02:00
JCash
b9f3563652 more testing 2020-09-04 18:11:40 +02:00
JCash
358e652946 more testing 2020-09-04 17:56:03 +02:00
JCash
44fc5037cb more testing 2020-09-04 17:38:09 +02:00
JCash
18ecf3857f more testing 2020-09-04 17:16:49 +02:00
JCash
b31e5bec7f more testing 2020-09-04 16:59:30 +02:00
JCash
61916f4c27 more testing 2020-09-04 16:41:19 +02:00
JCash
72f081bf23 test wss+html5 2020-09-04 15:53:27 +02:00
JCash
ab1b52c676 Merge branch 'master' of github.com:defold/extension-websocket 2020-09-04 12:04:16 +02:00
JCash
2bd4e228c6 added reference demo 2020-09-04 12:04:06 +02:00
Björn Ritzl
1202731ec8 Added api docs for websocket.send() 2020-09-04 11:22:54 +02:00
JCash
f0cf078019 debugging 2020-09-04 11:14:13 +02:00
JCash
bd9e777b99 Windows compile fixes 2020-09-03 17:28:10 +02:00
JCash
90a654e639 Added doc builder trigger + funding.yml 2020-09-03 15:24:19 +02:00
JCash
f3ea270c68 Updated readme 2020-09-03 15:18:31 +02:00
Mathias Westerdahl
2bddcac495
Merge pull request #1 from defold/initial
Add first version of websocket extension
2020-09-03 08:45:42 +02:00
JCash
722e05556f Merge branch 'master' into initial 2020-09-02 19:05:19 +02:00
JCash
5fea466ce5 adding first demo 2020-09-02 18:54:51 +02:00