- Feb 24, 2022
-
-
Roger A. Light authored
Merge branch 'fix-support-tick-with-per-listener-settings' of https://github.com/XavierDooms/mosquitto into XavierDooms-fix-support-tick-with-per-listener-settings
-
Roger A. Light authored
Closes #2420. Thanks to Frédéric Fauberteau.
-
Roger A. Light authored
-
Roger Light authored
fix confusing log message on connack error
-
Roger Light authored
tests: replace use of ssl.wrap_socket that throws warnings in Python …
-
Roger Light authored
Fix memory leak when modifying topics using the plugin API
-
- Feb 15, 2022
-
-
Olivier Gayot authored
The function ssl.wrap_socket() is deprecated starting Python 3.7 because it does not support hostname matching (which is considered insecure). In Python 3.10, the function now throws warnings at runtime, which makes Ubuntu / Debian autopkgtest fail. The function ssl.SSLContext.wrap_socket comes in as the replacement and has support for SNI and hostname matching. Replaced all uses of ssl.wrap_socket() by equivalent using ssl.SSLContext.wrap_socket(). Signed-off-by:Olivier Gayot <olivier.gayot@canonical.com>
-
- Feb 12, 2022
-
-
Abilio Marques authored
Signed-off-by:Abilio Marques <abiliojr@gmail.com>
-
- Jan 12, 2022
-
-
Abilio Marques authored
Signed-off-by:Abilio Marques <abiliojr@gmail.com>
-
- Dec 28, 2021
-
-
Xavier Dooms authored
add tests for the plugin tick Signed-off-by:Xavier Dooms <dooms.xavier@gmail.com>
-
- Nov 17, 2021
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
Closes #2367. Thanks to Jens Alfke.
-
Roger A. Light authored
-
Roger A. Light authored
Closes #2364. Thanks to Jens Alfke.
-
Roger A. Light authored
-
- Nov 16, 2021
-
-
Roger A. Light authored
This is undefined behaviour, and some platforms don't like it. Issue #2355. Thanks to CJ Lee.
-
Roger Light authored
Set ARCHIVE DESTINATION for mosquitto library
-
Roger Light authored
Set ARCHIVE DESTINATION for mosquittopp library
-
Roger Light authored
Fix DESTINATION for mosquitto_dynamic_security MODULE
-
- Nov 09, 2021
-
-
Roger A. Light authored
-
- Nov 06, 2021
-
-
Konstantin Podsvirov authored
On Windows MODULE will be installed as LIBRARY component to `lib` folder that is not prefer for dynamic loaded modules but can be found in RUNTIME DESTINATION (`bin` folder) too. Signed-off-by:Konstantin Podsvirov <konstantin@podsvirov.pro>
-
Konstantin Podsvirov authored
Signed-off-by:Konstantin Podsvirov <konstantin@podsvirov.pro>
-
Konstantin Podsvirov authored
Signed-off-by:Konstantin Podsvirov <konstantin@podsvirov.pro>
-
- Oct 29, 2021
-
-
Roger A. Light authored
-
- Oct 27, 2021
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
Closes #2350. Thanks to Wolfgang Petroschka.
-
Roger A. Light authored
Closes #2353. Thanks to Norman Rasmussen.
-
- Oct 24, 2021
-
-
Roger A. Light authored
-
- Oct 15, 2021
-
-
Roger A. Light authored
-
- Oct 13, 2021
-
-
Roger Light authored
Closes #2339. Thanks to hvxl.
-
- Oct 06, 2021
-
-
Roger A. Light authored
-
Roger A. Light authored
-
- Oct 05, 2021
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-