29df9c30f7
bump version to 2.0.8
2017-08-18 17:16:51 +02:00
0ca020bbd2
add build status
2.0.7
2017-07-20 18:47:36 +02:00
cc3ce02c67
move files to get travis working
2017-07-20 18:40:38 +02:00
96c266101e
add needed includes
2017-07-20 18:32:25 +02:00
64c8908b05
add script for travis
2017-07-20 18:26:04 +02:00
87c6c80c67
setup travis
2017-07-20 18:18:35 +02:00
adb255bda0
Merge pull request #216 from mgbckr/master
...
Extra headers (including removal of "Origin") and SockJS+STOMP example
2017-07-20 18:09:37 +02:00
d0ab6c4fd1
Remove redundant method header and fix indent
2017-07-20 08:21:29 +02:00
fcb623ce91
Simplified example
2017-07-19 15:50:25 +02:00
669f0b489e
Fix empty header issue
2017-07-19 11:12:00 +02:00
32cb052f23
Update SockJS+STOMP example
2017-07-19 10:19:32 +02:00
42ab3168c5
Switch to setting extra headers via function
2017-07-19 09:59:34 +02:00
86d2e2400a
Add SockJS+Stomp example
2017-07-18 13:33:13 +02:00
ad07f3c665
Allow to disable "Origin" header
...
The origin header often makes trouble with current WebSocket implementations. Thus, we introduce the WEBSOCKET_HEADERS_NO_ORIGIN macro which disables this header it if defined.
2017-07-18 12:37:04 +02:00
a4533a028c
fix NULL ptr when server abort the connection ( #207 )
2017-07-08 08:38:05 +02:00
ae3dd103a1
Merge pull request #199 from jesben/master
...
Added method for beginSocketIOSSL
2017-06-18 17:55:55 +02:00
40f84c19f4
Adding beginSocketIOSSL
2017-06-18 12:51:34 +02:00
f68d9d8030
Adding method for beginSocketIOSSL
2017-06-18 12:50:07 +02:00
81e567b248
send 401 header too if auth string is empty #116
2017-03-18 10:35:23 +01:00
1afe317c7d
improve LED example
...
onchange to oninput #178
2017-03-13 17:25:10 +01:00
177ec8239d
Merge branch 'master' of github.com:Links2004/arduinoWebSockets
2017-03-09 18:44:18 +01:00
e675c7590e
add missing include for ESP with W5100 #177
2017-03-09 18:43:23 +01:00
615926ae1e
Merge pull request #176 from quantumlicht/master
...
Fix typo accross the project
2017-03-07 17:57:53 +01:00
acd0a603eb
Merge branch 'master' of https://github.com/quantumlicht/arduinoWebSockets
2017-03-06 15:09:22 -05:00
26140be6c9
fix #150 typo lenght -> length
2017-03-06 15:09:03 -05:00
3b1dabbe1e
fix typo lenght -> length
2017-03-06 15:07:20 -05:00
55bc7db7ad
move API docs
2017-03-06 19:16:26 +01:00
1a6f46c67d
Merge pull request #175 from quantumlicht/master
...
Add documentation for top level API in README
2017-03-06 18:22:13 +01:00
210f2e8fa1
Add documentation for top level API in README
2017-03-06 11:03:43 -05:00
34a2d282e4
allow to moves all Header strings to Flash (~300 Byte) #152
2017-02-22 15:30:58 +01:00
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