0ecef8c552
Fixing WebSocket Close see #610
2021-01-19 16:58:37 +01:00
410489f7c5
bump version to 2.3.3
2021-01-07 10:27:42 +01:00
ec22d67c12
version.py can now create WebSocketsVersion.h
2.3.2
2021-01-07 10:24:23 +01:00
39e6a8e709
print version in DEBUG mode
2021-01-07 10:14:30 +01:00
784b7f9cb8
no python3.9 on github actions
2021-01-07 10:05:30 +01:00
fd83d6ad45
add WebSocketsVersion.h and some build checks
2021-01-07 09:59:49 +01:00
0e729cd896
cleanup clone_library
2021-01-06 09:39:19 +01:00
2f21590e55
no need for a full clone
2021-01-06 09:18:27 +01:00
c98baafda7
jobs steps array
2021-01-05 21:54:58 +01:00
983b9801fb
Merge branch 'master' of github.com:Links2004/arduinoWebSockets
2021-01-05 21:50:56 +01:00
e70262dab9
add done job
2021-01-05 21:50:40 +01:00
4a05eab627
Update README.md
...
use github actions as Build Status
2021-01-05 21:30:28 +01:00
822618f606
code style fix
2021-01-05 21:18:30 +01:00
1b4f186fa6
use github actions for build
2021-01-05 21:17:09 +01:00
c68e015322
github actions test3
2021-01-05 18:32:11 +01:00
dc30a2b7bf
github actions test2
2021-01-05 18:28:59 +01:00
6bee53a8bd
github actions test
2021-01-05 18:11:48 +01:00
ebb87cdc8a
+ constructors for scalars
2020-11-26 19:33:18 +01:00
e7ab913693
fix clearing _Client[]
2020-11-26 19:33:18 +01:00
52547ec47c
fix clients init logic
2020-11-26 19:33:18 +01:00
74411bf729
use native contructor and destructor to initialize WSclient_t
2020-11-26 19:33:18 +01:00
f0cc36dede
bump version to 2.3.2
2020-11-21 18:13:22 +01:00
074a674833
bionic is broken for Arduino IDE 1.6.13 so we keep xenial
2.3.1
2020-11-21 16:25:18 +01:00
8239e1625e
update travis config
2020-11-21 16:21:04 +01:00
c5900db636
add handling for Socket.IO V3 connection
2020-11-21 16:19:59 +01:00
9470961d85
socket.io improve Cookie handling
2020-11-21 16:19:08 +01:00
04919f848f
only try to send socket.io messages in WSC_CONNECTED state
...
handle sIOtype_CONNECT messages
send 2probe on websocket connect (#574 )
2020-11-21 16:17:43 +01:00
25318111a1
add namespace join to socket.io examples
2020-11-21 16:16:59 +01:00
08caf3bfc6
code style
2020-11-21 14:45:53 +01:00
fb26433e75
add error messages if Webserver Hook Functions are not supported by platform
2020-11-21 14:33:25 +01:00
4f52a0f38e
cleanup server client init
2020-11-21 14:07:32 +01:00
f20fbbfcd9
code style
2020-11-21 14:07:14 +01:00
28cd929e7e
code style
2020-11-21 14:06:30 +01:00
826c6b423a
esp8266: share port 80 with regular webserver ( #575 )
2020-11-21 13:51:16 +01:00
7fea0b8bdf
Fix for Newline in Headers when extraHeaders is Empty [577] ( #578 )
...
Closes https://github.com/Links2004/arduinoWebSockets/issues/577
2020-11-14 18:17:10 +01:00
4db14451fb
clang-format
2020-10-26 17:04:19 +01:00
80bf087cd0
Add SSL client certificate support ( #572 )
...
* Add client certificate support
allows WiFiClientSecureBearSSL users to use client certificate and private key for the WebSocker.
also added SSL functions for socket.io
2020-10-26 17:01:31 +01:00
5caff59f7f
bump version to 2.3.1
2020-10-04 16:34:25 +02:00
b90fe4c1d7
travis
2.3.0
2020-10-04 16:20:27 +02:00
a086303c87
make old Arduino IDE (1.6.x) happy with CA
...
```
java.lang.StackOverflowError
at java.util.regex.Pattern$Loop.match(Pattern.java:4785)
at java.util.regex.Pattern$GroupTail.match(Pattern.java:4717)
at java.util.regex.Pattern$BranchConn.match(Pattern.java:4568)
at java.util.regex.Pattern$CharProperty.match(Pattern.java:3777)
at java.util.regex.Pattern$Branch.match(Pattern.java:4604)
at java.util.regex.Pattern$GroupHead.match(Pattern.java:4658)
at java.util.regex.Pattern$Loop.match(Pattern.java:4785)
```
2020-10-04 16:06:55 +02:00
217c7ce4ea
Merge pull request #480 from kenkeiras/ssl-with-ca-example
...
Add example for SSL websocket with CA certificate
2020-10-04 15:41:37 +02:00
13a304a8c9
Merge pull request #569 from Links2004/esp8266_bareSSL_native
...
ESP8266 bare ssl native
2020-10-04 15:40:43 +02:00
9b873978ba
Merge pull request #566 from simap/master
...
avoid flush on esp32, add/fix debugs, longer yield when waiting for data
2020-10-04 15:31:15 +02:00
ca52afeec0
code style
2020-10-04 15:11:06 +02:00
beba0f88e3
fix README.md
2020-10-04 15:02:09 +02:00
f2265118b4
bump version to 2.3.0 and add note for ESP8266 BareSSL API changes
2020-10-04 14:59:51 +02:00
9982818cfa
update README travis from org to com
2020-10-04 14:56:29 +02:00
91b02341ba
Native BareSSL support for ESP8266
...
see #557 , #509 , #492 , #555 , #352
2020-10-04 14:49:22 +02:00
a00d3edcb7
Merge pull request #567 from lucalas/master
...
setFingerprint in WiFiClientSecure required to pass certificate Check
2020-10-03 14:52:10 +02:00
c73c77e988
Add check to set fingerprint;
2020-10-02 09:29:55 +02:00