Commit graph

4669 commits

Author SHA1 Message Date
alorente
8619d64e64 Add OCI labels to local Dockerfile
Updated image labels to conform with Open Container Initiative standards and added version argument.
2026-02-04 00:11:47 +00:00
alorente
6b66145230 Add OCI labels to 1.6-openssl Dockerfile
Updated Dockerfile to include Open Container Initiative labels.
2026-02-04 00:11:16 +00:00
alorente
71e5a86bda Add OCI labels to 2.0-openssl Dockerfile
Updated Dockerfile to include Open Container Initiative labels.
2026-02-04 00:10:48 +00:00
alorente
f73d97dfec Add OCI labels to 2.1-alpine Dockerfile
Updated Dockerfile to include Open Container Initiative labels.
2026-02-04 00:10:17 +00:00
alorente
928fa9724f Add OCI labels to 2.1-ubuntu Dockerfile
Updated Dockerfile to include Open Container Initiative labels.
2026-02-04 00:09:28 +00:00
Roger A. Light
578d30e90f Fix max_connections not being honoured on libwebsockets listeners.
Closes #3455. Thanks to FelixPopp.
2026-02-03 23:54:11 +00:00
Roger A. Light
aa4bfa68ab Further fixes for WITH_TLS=no 2026-02-03 11:41:40 +00:00
Roger A. Light
58ac24b61f Cover all relevant branches on CI workflows 2026-02-03 09:34:53 +00:00
Roger A. Light
df7b703080 Fix $SYS load values not being published initially.
Closes #3459. Thanks to hessijames79
2026-02-03 09:28:18 +00:00
Roger A. Light
a06b45e319 Run ASAN build on master as well 2026-02-03 09:28:18 +00:00
Roger A. Light
695df7719d Fix building with WITH_TLS=no
Closes #3469. Thanks to iTitou.
2026-02-03 09:23:27 +00:00
Roger A. Light
6edc3fb6a7 Fix incorrect linking of libmosquitto_common.so for the acl and password plugins
Closes #3460. Thanks to Jacopo Labardi
2026-02-03 08:29:50 +00:00
Roger A. Light
f07f85bcee Bump version number 2026-02-03 00:19:59 +00:00
Roger A. Light
a1dcebd273 Fix plugin/global_plugin option not allowing space characters. 2026-02-03 00:19:59 +00:00
Roger A. Light
6711465b24 Fix missing log error when loading missing plugin path 2026-02-03 00:19:59 +00:00
Roger A. Light
3c45da8d7e Fix inconsistent client disconnect log format 2026-02-03 00:19:59 +00:00
Roger A. Light
750c0f44d8 Fix address and port missing from disconnect messages 2026-02-02 23:50:42 +00:00
Roger A. Light
a71685e8ff Fix file test for CI 2026-02-02 18:38:58 +00:00
Roger A. Light
abf70df7e7 Fix changelog incorrect entries 2026-02-02 18:37:28 +00:00
Roger A. Light
e07a106ce6 Fix nikola compilation of man page fragments 2026-02-02 18:27:55 +00:00
Roger A. Light
68f3b8428c Man page fixes and add version info to command args
Closes #3468. Thanks to Tom Earp.
2026-02-02 16:33:37 +00:00
Roger A. Light
9b6265cdbc man: Simplify xincludes 2026-02-02 16:33:37 +00:00
Roger A. Light
cea708c958 Docker: Bump alpine version 2026-02-02 16:33:37 +00:00
Roger A. Light
16f41e61fc Add MOSQUITTO_UNSAFE_ALLOW_SYMLINKS env var
Setting this environment variable allows sensitive files to be read
through symlinks.

Closes #3461. Thanks to Jeff Cutsinger
2026-02-02 16:33:37 +00:00
Roger A. Light
d4b5adbd49 Fix incomplete "make clean" 2026-02-02 16:33:37 +00:00
Roger A. Light
3bddd1affe update docker 2026-01-30 10:15:07 +00:00
Roger A. Light
b516937faa Docker: Revert removal of mosquitto-no-auth.conf 2026-01-30 10:10:44 +00:00
Roger A. Light
c2c5ed9853 Fix PUID/PGID checking for docker 2026-01-30 09:41:31 +00:00
Roger A. Light
bc1cbf5d81 Update docker 2026-01-29 22:43:52 +00:00
Roger A. Light
fc415c00b8 Update downloads page 2026-01-29 21:09:22 +00:00
Roger A. Light
188d954b7a Ubuntu docker build needs wget 2026-01-29 21:03:55 +00:00
Roger A. Light
088eeb0dce Fix man page generation on cmake 2026-01-29 20:31:39 +00:00
Roger A. Light
4309871030 Web page update 2026-01-29 19:53:17 +00:00
Roger A. Light
3d6000e33f Doc fix 2026-01-29 15:26:56 +00:00
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