Commit Graph

  • 983b9801fb Merge branch 'master' of github.com:Links2004/arduinoWebSockets Links 2021-01-05 21:50:56 +01:00
  • e70262dab9 add done job Links 2021-01-05 21:50:40 +01:00
  • 4a05eab627 Update README.md Markus 2021-01-05 21:30:28 +01:00
  • 822618f606 code style fix Links 2021-01-05 21:15:09 +01:00
  • 1b4f186fa6 use github actions for build Links 2021-01-05 18:35:22 +01:00
  • c68e015322 github actions test3 Links 2021-01-05 18:32:11 +01:00
  • dc30a2b7bf github actions test2 Links 2021-01-05 18:28:59 +01:00
  • 6bee53a8bd github actions test Markus 2021-01-05 18:11:48 +01:00
  • ebb87cdc8a + constructors for scalars david gauchard 2020-11-22 22:47:10 +01:00
  • e7ab913693 fix clearing _Client[] david gauchard 2020-11-22 22:06:18 +01:00
  • 52547ec47c fix clients init logic david gauchard 2020-11-22 21:42:20 +01:00
  • 74411bf729 use native contructor and destructor to initialize WSclient_t david gauchard 2020-11-22 20:02:32 +01:00
  • f0cc36dede bump version to 2.3.2 Links 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 Links 2020-11-21 16:25:18 +01:00
  • 8239e1625e update travis config Links 2020-11-21 16:21:04 +01:00
  • c5900db636 add handling for Socket.IO V3 connection Links 2020-11-21 16:19:59 +01:00
  • 9470961d85 socket.io improve Cookie handling Links 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) Links 2020-11-21 16:17:43 +01:00
  • 25318111a1 add namespace join to socket.io examples Links 2020-11-21 16:16:59 +01:00
  • 08caf3bfc6 code style Links 2020-11-21 14:45:53 +01:00
  • fb26433e75 add error messages if Webserver Hook Functions are not supported by platform Links 2020-11-21 14:33:25 +01:00
  • 4f52a0f38e cleanup server client init esp8266_share_port Links 2020-11-21 14:07:32 +01:00
  • f20fbbfcd9 code style Links 2020-11-21 14:07:14 +01:00
  • 28cd929e7e code style Links 2020-11-21 14:06:30 +01:00
  • 826c6b423a esp8266: share port 80 with regular webserver (#575) david gauchard 2020-11-21 13:51:16 +01:00
  • 7fea0b8bdf Fix for Newline in Headers when extraHeaders is Empty [577] (#578) James Stubbington 2020-11-14 11:17:10 -06:00
  • 4db14451fb clang-format Links 2020-10-26 17:04:19 +01:00
  • 80bf087cd0 Add SSL client certificate support (#572) itay7564 2020-10-26 18:01:31 +02:00
  • 906530e38f pr-trigger-test Links2004-pr-trigger-test Markus 2020-10-26 09:03:42 +01:00
  • 5caff59f7f bump version to 2.3.1 Links 2020-10-04 16:34:25 +02:00
  • b90fe4c1d7 travis 2.3.0 Links 2020-10-04 16:20:27 +02:00
  • a086303c87 make old Arduino IDE (1.6.x) happy with CA Links 2020-10-04 16:06:55 +02:00
  • 217c7ce4ea Merge pull request #480 from kenkeiras/ssl-with-ca-example Markus 2020-10-04 15:41:37 +02:00
  • 13a304a8c9 Merge pull request #569 from Links2004/esp8266_bareSSL_native Markus 2020-10-04 15:40:43 +02:00
  • 9b873978ba Merge pull request #566 from simap/master Markus 2020-10-04 15:31:15 +02:00
  • ca52afeec0 code style esp8266_bareSSL_native Links 2020-10-04 15:11:06 +02:00
  • beba0f88e3 fix README.md Links 2020-10-04 15:02:09 +02:00
  • f2265118b4 bump version to 2.3.0 and add note for ESP8266 BareSSL API changes Links 2020-10-04 14:59:51 +02:00
  • 9982818cfa update README travis from org to com Links 2020-10-04 14:56:29 +02:00
  • 91b02341ba Native BareSSL support for ESP8266 see #557, #509, #492, #555, #352 Links 2020-10-04 14:49:22 +02:00
  • a00d3edcb7 Merge pull request #567 from lucalas/master Markus 2020-10-03 14:52:10 +02:00
  • c73c77e988 Add check to set fingerprint; lucalas 2020-10-02 09:29:55 +02:00
  • e1ddbfe1a5 Format Code; lucalas 2020-10-01 01:14:01 +02:00
  • f65e8d9062 call setFingerPrint for ssl object in client with fingerprint received in beginSSL or no connection will start; lucalas 2020-10-01 01:12:54 +02:00
  • 508e0fb691 add missing platforms for WEBSOCKETS_YIELD_MORE Ben Hencke 2020-09-16 11:11:24 -07:00
  • 083683425f avoid flush on esp32, add/fix debugs, longer yield when waiting for data Ben Hencke 2020-09-16 11:02:02 -07:00
  • 05ec18e49b Merge pull request #565 from tobiges/master Markus 2020-09-14 10:25:59 +02:00
  • e185668a97 header response timeout added Tobias Gessler 2020-09-12 17:20:03 +02:00
  • 7e34a8b246 Merge pull request #563 from simap/accessClients Markus 2020-09-08 21:08:32 +02:00
  • 4acc7eff8a add api to check connectedness of clients by num Ben Hencke 2020-04-16 14:38:19 -07:00
  • b3c5348e9b update arduino IDE version in travis test travis_ide Links 2020-07-25 09:07:02 +02:00
  • 19c39d5ea0 typo Links 2020-07-11 18:38:39 +02:00
  • ebdc8def4a Merge branch 'master' of github.com:Links2004/arduinoWebSockets Links 2020-07-11 18:17:05 +02:00
  • 44fb41e3b7 WebSocketClientSocketIOack.ino:150:25: ARDUINOJSON_USE_LONG_LONG fix Links 2020-07-11 18:16:34 +02:00
  • cadbd6458f Merge pull request #551 from Links2004/ESP32v4 Markus 2020-07-11 18:13:13 +02:00
  • f244741caa WebSocketClientSocketIO.ino:113:25: ArduinoJson, you must set ARDUINOJSON_USE_LONG_LONG error Links 2020-07-11 18:07:16 +02:00
  • 3f1cedb21c fix #541 allow loop() to be called before begin() Links 2020-07-11 17:58:36 +02:00
  • ba6275e7fe fix #525 (detect ESP32 vesion) ESP32v4 Links 2020-07-11 17:55:18 +02:00
  • a71a480676 fix #539 (NODEBUG_WEBSOCKETS warning) Markus 2020-05-14 18:04:46 +02:00
  • 1e271b5e12 Merge remote-tracking branch 'origin/master' Links 2020-05-03 13:07:13 +02:00
  • 0c3b15c5e7 fix #454 Links 2020-05-03 13:04:53 +02:00
  • 7a4160814c fix #454 Links 2020-05-03 13:04:53 +02:00
  • 784088d9cc bump version to 2.2.1 Links 2020-05-03 10:03:53 +02:00
  • 9048ef9ee4 code style 2.2.0 Links 2020-05-03 09:28:55 +02:00
  • 80b0867786 update travis for IDE 1.8.12 Links 2020-05-03 09:27:49 +02:00
  • b9e1336826 add new define for yield WEBSOCKETS_YIELD Links 2020-05-03 09:12:03 +02:00
  • ac9b2ccdf6 Merge pull request #521 from amrbekhit/patch-1 Markus 2020-04-01 19:09:53 +02:00
  • 12684582aa Initialize _reconnectInterval in constructor. Amr Bekhit 2020-03-21 22:14:25 +03:00
  • 420cc55960 Merge pull request #501 from amrbekhit/websockets_tcp_timeout_increase Markus 2020-03-14 14:51:25 +01:00
  • 64296cced7 Merge pull request #512 from maurus95/master Markus 2020-02-15 22:27:40 +01:00
  • c3f01e43fc Merge pull request #514 from simap/master Markus 2020-02-15 22:18:48 +01:00
  • 04e4be03fe Merge pull request #515 from simap/esp32yield Markus 2020-02-15 22:18:08 +01:00
  • ebd7a528ac add a yield here for esp32 to avoid a busy loop Ben Hencke 2020-02-15 06:43:46 -08:00
  • 516911900b read can return -1, check for this to avoid corrupting protocol Ben Hencke 2020-02-15 06:37:07 -08:00
  • 674a6e98c9 Implemented HeartBeat in WebSocketsServer maurus_fritsche 2020-02-10 19:45:55 +01:00
  • 4ee0ba5630 Increased WEBSOCKETS_TCP_TIMEOUT to 5000ms. Amr Bekhit 2019-12-24 17:03:32 +03:00
  • 370f217a30 add example for ssl websocket with CA certificate kenkeiras 2019-10-27 21:40:53 +01:00
  • c038f100d6 Merge pull request #458 from Nufflee/patch-1 Markus 2019-07-21 08:53:00 +02:00
  • 0444a78441 [SocketIO] add example for use of ACK / callback handling Links 2019-07-20 14:24:55 +02:00
  • 8cc20b6e4b Merge branch 'master' of github.com:Links2004/arduinoWebSockets Links 2019-07-20 13:47:55 +02:00
  • 40152be197 code style Links 2019-07-20 13:47:40 +02:00
  • e2669c1c5e [SocketIO] allow to send any message Links 2019-07-20 13:46:59 +02:00
  • 771831c57e Syntax highlighting in README.md Nufflee 2019-07-15 23:13:38 +02:00
  • 06a7bb177b Merge pull request #452 from luc-github/master Markus 2019-07-04 16:12:21 +02:00
  • bd158c9c5c Fix warnings in platformIO Luc 2019-07-04 12:58:37 +02:00
  • 9a803e1fb3 bump version to 2.2.0 Links 2019-06-29 19:03:36 +02:00
  • c64f2b81e5 Merge pull request #449 from Links2004/socketio 2.1.4 Markus 2019-06-29 18:56:31 +02:00
  • 4ef8d733dc add missing include Links 2019-06-29 18:35:21 +02:00
  • 7816bb3fa4 adding example for new socket.IO support Links 2019-06-29 18:31:14 +02:00
  • adf2b07f3b fix #447 Links 2019-06-23 12:14:44 +02:00
  • d3fde2ba34 Merge pull request #442 from Links2004/gpn19 Markus 2019-06-20 10:41:29 +02:00
  • c164c47f08 Merge branch 'gpn19' into socketio Links 2019-06-20 10:08:36 +02:00
  • 6a76efa791 fix #445 #446 set TCP timeout for ESP32 on connect Links 2019-06-20 10:06:21 +02:00
  • 5d26a65df4 only send payload when we have a ptr and length Links 2019-06-20 10:02:07 +02:00
  • 007b5ba9a8 ignore not needed WS events for SocketIO Links 2019-06-10 15:13:26 +02:00
  • dbca2ab420 SocketIO message RX is working Links 2019-06-10 14:57:49 +02:00
  • dfa35fa9ae clang-format Links 2019-06-10 13:31:51 +02:00
  • 794163cec9 Merge branch 'gpn18' into socketio Links 2019-06-10 13:23:15 +02:00
  • 294436840c bump version to 2.1.4 Links 2019-06-10 13:15:11 +02:00
  • b1b21d188f update gitignore to Ignore IDE files from Eclipse and VScode Links 2019-06-10 13:02:25 +02:00