Commit graph

4835 commits

Author SHA1 Message Date
Roger A. Light
89827d67c8 Blog entry 2026-01-29 15:12:26 +00:00
Roger A. Light
d2418a1687 Bump changelog and version 2026-01-29 15:00:47 +00:00
Roger A. Light
d391763c8e Additional documentation 2026-01-29 14:54:26 +00:00
Roger A. Light
233999cc0a Fix callback handling when using plugin_load. 2026-01-29 14:10:10 +00:00
Roger A. Light
b681cfc100 Add mosquitto_pub example using zigbee2mqtt 2026-01-28 23:26:41 +00:00
Roger A. Light
9ccdf203ab Remove logging printf 2026-01-28 21:02:40 +00:00
Roger A. Light
ebd3f228e0 Re-enable support for TLS 1.1 in the broker but not by default
Log a scary message if used.
2026-01-28 00:40:24 +00:00
Roger A. Light
79c6cb997b Fix test memory leak 2026-01-27 17:10:53 +00:00
Roger A. Light
06ec09cd19 Fix use after free when restoring retained message from sqlite 2026-01-27 17:10:39 +00:00
Roger A. Light
3dd726959e Enable and fix tests on Mac 2026-01-27 10:02:08 +00:00
Roger A. Light
fea5bb4c5e Mac: Fix network loss occasionally being BrokenPipeError 2026-01-27 10:02:07 +00:00
Roger A. Light
4acbd419cf Bump version number 2026-01-25 09:15:01 +00:00
Roger A. Light
e8380fd83e cmake: Attempt to fall back to readline if editline not available 2026-01-25 01:22:48 +00:00
Roger A. Light
348f2ba851 mac: Fix persist-sqlite compilation 2026-01-25 00:47:08 +00:00
Roger A. Light
0d0ac52fb8 mac: Fix mock compilation under cmake 2026-01-25 00:47:08 +00:00
Roger A. Light
8ab4df91db cmake: Add c++ std version to help with tests 2026-01-24 22:43:53 +00:00
Roger A. Light
b4fa181321 Remove whitespace 2026-01-23 09:28:53 +00:00
Roger A. Light
0d89a649c2 More warning fixes 2026-01-23 09:26:09 +00:00
Roger A. Light
7de6cb42ef Compiler warning fixes 2026-01-23 08:44:34 +00:00
Roger A. Light
567d1bbf91 Bump to 2.1.0rc2 2026-01-22 09:42:43 +00:00
Roger A. Light
f7c389c2d7 Fix test compile on mac 2026-01-22 00:30:58 +00:00
Roger A. Light
0665690c8a Windows build fix 2026-01-21 22:55:09 +00:00
Roger A. Light
3e0f79bd89 Add missing errno.h for kqueue. 2026-01-21 22:42:47 +00:00
Roger A. Light
2fb87f8cc7 Add missing header for strcasecmp 2026-01-21 22:25:20 +00:00
Roger A. Light
2bf9c8c8fb persist-sqlite: Avoid array literal 2026-01-21 22:25:20 +00:00
Roger A. Light
af552ddadc Add missing header for va_list 2026-01-21 17:32:14 +00:00
Roger A. Light
132fec1a4a Cmake: Fix openssl linking of tests 2026-01-21 16:58:57 +00:00
Roger A. Light
758bf6a127 Minor compiler warning fixes 2026-01-21 16:58:42 +00:00
Roger A. Light
fa07bb9722 Don't shadow variable 2026-01-21 15:49:15 +00:00
Roger A. Light
61794d79bc String literal should be const 2026-01-21 15:48:34 +00:00
Roger A. Light
61e1981d6f Remove duplicate declaration 2026-01-21 15:48:11 +00:00
Roger A. Light
a83159433d Cmake: Add WITH_CTRL_SHELL to allow compiling without editline 2026-01-20 10:17:28 +00:00
Roger A. Light
3093333217 Remove ENGINE_cleanup as it does nothing any more.
Closes #3450. Thanks to Paolo Patruno
2026-01-20 10:17:06 +00:00
Roger A. Light
79a13f6e10 Fix --insecure and bridge_insecure
Closes #3449. Thanks to Christoph Krey
2026-01-19 11:45:55 +00:00
Roger A. Light
fd9ba300ba Windows: Installer shouldn't overwrite existing mosquitto.conf 2026-01-19 10:16:34 +00:00
Roger A. Light
61709ec58c Add RC1 blog post 2026-01-19 00:48:21 +00:00
Roger A. Light
657b8bc123 Fix version tests for release candidates 2026-01-18 23:47:10 +00:00
Roger A. Light
d346179137 Formatting 2026-01-18 22:45:10 +00:00
Roger A. Light
476f7121c3 Bump version to 2.1.0rc1 2026-01-18 22:41:12 +00:00
Roger A. Light
2d3214c409 Add test deps to readme 2026-01-18 22:33:48 +00:00
Roger A. Light
8d0a534617 snap: Remove unused libwebsockets package 2026-01-16 13:58:02 +00:00
Roger A. Light
52b5c800ff Fix build on linux/glibc WITH_ADNS=yes 2026-01-16 13:33:13 +00:00
Roger A. Light
c74f197368 man pages: Add 'See Also' mosquitto(7) to all pages 2026-01-16 13:32:33 +00:00
Roger A. Light
721dbb069b Add missing files to tar 2026-01-16 08:45:14 +00:00
Roger A. Light
81a9385877 Merge branch 'fixes' into develop 2026-01-15 00:49:53 +00:00
Roger A. Light
a2ad289e33 Bump version number 2026-01-14 19:12:03 +00:00
Roger A. Light
3ab1bae406 Merge branch 'fixes' 2026-01-14 19:10:52 +00:00
Roger A. Light
ab052294f7 Prevent certificates and TLS-PSK on the same listener
Prior to this change, configuring TLS-PSK first then certificates was
not allowed. This also denies the case where certificates are configured
first.
2026-01-14 19:09:59 +00:00
Roger A. Light
8eeaa48e74 Fix connect refused in 09-plugin-delayed-auth test 2026-01-14 13:00:50 +00:00
Roger A. Light
30d4a5d34a Time out tests after 180s in ptest mode 2026-01-14 11:41:35 +00:00