e93a323e56
add support for Fragmentation / continuation opcode Receive
2017-02-22 14:29:26 +01:00
6da0bc97e8
bump version to 2.0.7
2017-02-08 19:06:06 +01:00
ae2ba7effe
bump version to 2.0.7
2017-02-08 19:05:27 +01:00
dc426c9a61
Merge pull request #170 from CAOU123/master
...
Make library compatible with Particle devices
2.0.6
2017-02-08 18:58:39 +01:00
60e3d1080e
Merge branch 'master' into master
2017-02-07 16:05:20 -05:00
26fc61f7a2
Merge pull request #169 from nguyenhunga5/master
...
Fix socket.io issue #167
2017-02-03 17:38:24 +01:00
604a781122
Merge pull request #168 from tzapu/patch-1
...
Update README.md
2017-02-03 17:35:02 +01:00
f52d718cf2
Update README.md
2017-02-03 13:53:46 +02:00
6757b8b74c
Fix socket.io issue
...
Fix socket.io issue reference from https://github.com/Links2004/arduinoWebSockets/issues/167#issuecomment-276724057
2017-02-03 13:30:20 +07:00
bef2541ede
fix #162
...
missing isSocketIO init
2017-01-21 12:31:12 +01:00
dac71c4c23
moving host header
...
try to fix #159
2017-01-08 09:55:28 +01:00
60903a2fa5
mask pong
...
#34
2017-01-06 10:48:30 +01:00
0aaf50f87f
mask ping for client
...
fix #34
2017-01-06 10:44:25 +01:00
2add886219
Merge pull request #147 from odelot/patch-1
...
Update WebSocketsClient.cpp
2016-11-24 19:21:14 +01:00
ab3b5bae46
Update WebSocketsClient.cpp
...
fix typo that was breaking the build
2016-11-24 02:25:01 -02:00
45bb7dbe23
Update WebSocketsClient.cpp
...
fix #140 Socket.io client doesn't reconnect to server
2016-11-23 17:39:48 +01:00
92032289ec
Merge pull request #143 from quantumlicht/master
...
Remove duplicate handshake headers
2016-11-17 17:48:38 +01:00
5cd68c5304
- Remove duplicate handshake headers
...
- Add debug log for displaying handshake headers
Host, Origin, and User-Agent were duplicated in the case the client was
not socketIO or if it was and has a sessionId
2016-11-16 18:35:14 -05:00
ddaeea0e4b
Merge pull request #137 from nerochiaro/master
...
Change inheritance of WebSocketServer
2016-11-09 18:19:11 +01:00
a097f0defd
protected inheritance is enough
2016-11-08 22:52:00 +01:00
689e3ef921
Change inheritance of WebSocketServer
...
to allow classes inheriting from it to call sendFrame with custom
arguments.
2016-11-08 01:48:01 +01:00
75133dfa6d
version bumb
2016-10-22 19:48:16 +02:00
d2719573d4
add function to send WS ping
...
sendPing();
#130
2.0.5
2016-10-22 19:47:44 +02:00
0d9aa043f0
fix WebSocketClientSocketIO example
2016-10-22 20:36:36 +02:00
7810d0d0b3
Make library compatible with Particle devices
2016-10-20 15:46:44 -04:00
1defe6d8e1
Merge pull request #126 from Roman3349/master
...
Add information about library to @PlatformIO Library Registry manifest file
2016-09-28 18:28:28 +02:00
d036dcd8e2
Add information about examples, license and version to @PlatformIO Library Registry manifest file
...
Signed-off-by: Roman3349 <ondracek.roman@centrum.cz >
2016-09-27 11:25:56 +02:00
529a86cc26
Merge pull request #90 from kenkus-futurice/master
...
Add socket.io client
2016-09-11 17:13:57 +02:00
958ab08a6b
Merge pull request #111 from anisimovsergey/master
...
WEBSOCKETS_NETWORK_TYPE exteral definition
2016-07-15 21:44:03 +02:00
7361e2b1b6
WEBSOCKETS_NETWORK_TYPE exteral definition
...
Making possible to define WEBSOCKETS_NETWORK_TYPE as a compile parameter.
2016-07-15 20:29:13 +01:00
1961ddc159
bump git version
2016-07-11 17:30:08 +02:00
cdee9fec05
release version 2.0.4
2.0.4
2016-07-11 17:29:29 +02:00
ab0d8ff526
Merge pull request #100 from chrisella/master
...
fix spellings
2016-06-18 12:39:40 +02:00
b3d4367d10
fix spellings
2016-06-17 15:37:07 +01:00
ab51930730
Merge pull request #93 from jjssoftware/HttpHeaderEvents
...
custom http header validation implementation
2016-06-13 21:01:14 +02:00
1ed734ec3f
Merge pull request #2 from jlippa/master
...
pull from master
2016-06-11 13:13:16 +01:00
b99bae459d
Merge pull request #1 from Links2004/master
...
pull from head
2016-06-11 13:05:44 +01:00
26130dc874
Merge pull request #95 from jlippa/Docs
...
wss / SSL README.md documentation update
2016-06-11 13:35:28 +02:00
815093a123
wss / SSL README.md documentation update
2016-06-11 10:17:13 +01:00
7e5c64a573
mandatoryHttpHeaderCount fix
2016-06-09 19:48:38 +01:00
97443ae777
custom http header validation implementation; minor comment fixes
2016-06-08 23:11:21 +01:00
e589b40b25
custom http header validation implementation
2016-06-08 23:04:18 +01:00
eb2351a4fd
Merge pull request #89 from jlippa/nginx
...
Added sample ESP8266 nginx SSL reverse proxy configuration file
2016-06-07 18:02:50 +02:00
bf3cfa6237
Fix reference to INTERVAL
2016-06-06 17:50:31 +03:00
f8a5acc9b7
Add socket.io client
2016-06-06 15:21:13 +03:00
8190e8121c
Added sample ESP8266 nginx SSL reverse proxy configuration file
2016-06-05 16:09:22 +01:00
6a914fc5ea
Merge pull request #87 from jlippa/master
...
RFC 6455 4.2.1.4 case sensitivity fix
2016-06-05 09:58:46 +02:00
48ee5fc6fb
Firefox fix
...
Overlay fix for Firefox and other clients that send additional data in the Connection header e.g. "Connection: Keep-Alive, Upgrade"
2016-06-05 08:27:39 +01:00
b1685962c5
Merge pull request #1 from jlippa/jlippa-patch-1
...
RFC 6455 4.2.1.4 case sensitivity fix
2016-06-04 21:32:44 +01:00
c4e5f5c7e7
RFC 6455 4.2.1.4 case sensitivity fix
...
This is a case sensitivity fix for the Connection header Upgrade value to make this part meet the requirement of IETF websocket RFC 6455 4.2.1.4: "A |Connection| header field that includes the token "Upgrade", treated as an ASCII case-insensitive value."
2016-06-04 21:31:42 +01:00