- Oct 04, 2021
-
-
Roger A. Light authored
-
- Oct 02, 2021
-
-
Roger Light authored
Call disconnect callback on TLS error.
-
Roger A. Light authored
-
- Sep 25, 2021
-
-
Roger A. Light authored
-
- Sep 24, 2021
-
-
Roger A. Light authored
This avoids closing invalid sockets in `mosquitto_destroy()` on error. Closes #2326. Thanks to Arrigo Zanette.
-
- Sep 23, 2021
-
-
Roger A. Light authored
-
Roger A. Light authored
Closes #2297. Thanks to all the people who commented there!
-
Roger A. Light authored
Closes #2306. Thanks to canique.
-
- Sep 22, 2021
-
-
Roger A. Light authored
Closes #2314. Thanks to Marc Hamel.
-
- Sep 16, 2021
-
-
doragasu authored
When using the library asynchronously, TLS errors caused e.g. because of the date/time not set correctly, cause the connection to be silently dropped without the disconnection callback being invoked, as described in issue #1052. This commit fixes the issue, returning the behavior to the one the library had previous to version 1.5.4, if a TLS error occurs, the disconnect callback will be invoked for the client to get notified of the error. Signed-off-by:doragasu <doragasu@protonmail.com>
-
- Sep 09, 2021
-
-
Roger A. Light authored
-
- Sep 02, 2021
-
-
Roger A. Light authored
-
- Sep 01, 2021
-
-
Roger A. Light authored
-
Roger A. Light authored
Use alpine:3.14, removing the need to compile cjson ourselves. Update to libwebsockets 4.2.1. Update to mosquitto 2.0.12.
-
Roger A. Light authored
-
- Aug 31, 2021
-
-
Roger A. Light authored
-
Roger A. Light authored
Fix reconnecting failing when MOSQ_OPT_TLS_USE_OS_CERTS was in use, but none of capath, cafile, psk, nor MOSQ_OPT_SSL_CTX were set, and MOSQ_OPT_SSL_CTX_WITH_DEFAULTS was set to the default value of true. Closes #2288. Thanks to Poltorak Serguei.
-
Roger A. Light authored
Closes #2286. Thanks to Karl Palsson.
-
Roger A. Light authored
Closes #2289. Thanks to Poltorak Serguei.
-
Roger A. Light authored
-
Roger A. Light authored
-
- Aug 30, 2021
-
-
Roger A. Light authored
Incoming QoS 2 messages that had not completed the QoS flow were not being checked for ACL access when a clean session=False client was reconnecting. Closes #575314.
-
Roger A. Light authored
-
- Aug 26, 2021
-
-
Roger A. Light authored
An MQTT v5 client connecting with a large number of user-property properties could cause excessive CPU usage, leading to a loss of performance and possible denial of service. This has been fixed.
-
Roger Light authored
If a plugin had granted ACL subscription access to a durable/non-clean-session client, then removed that access, the client would keep its existing subscription. This has been fixed.
-
Roger A. Light authored
-
- Aug 25, 2021
-
-
Roger A. Light authored
-
- Aug 24, 2021
-
-
Roger A. Light authored
Closes #2271. Thanks to Karl Palsson.
-
Roger A. Light authored
Closes #2198. Thanks to Theo Buehler.
-
Roger A. Light authored
Threaded mode is deconfigured when the mosquitto_loop_start() thread ends, which allows mosquitto_loop_start() to be called again. Closes #2242. Thanks to Timo Lange.
-
Roger A. Light authored
-
Roger Light authored
-
- Aug 22, 2021
-
-
Roger Light authored
Closes #2244. Thanks to alflexRH.
-
Roger Light authored
-
Roger Light authored
Closes #2241. Thanks to Bryan Pearson.
-
Roger Light authored
Closes #2283. Thanks to Heath Raftery.
-
- Aug 21, 2021
-
-
Roger Light authored
Closes #2277. Thanks to LeSuisse.
-
Roger Light authored
-
Roger Light authored
Closes #2281. Thanks to Matt Turner.
-
Roger Light authored
-