mosquitto:handle-publish-refactor

Last commit made on 2025-11-30
Get this branch:
git clone -b handle-publish-refactor https://git.launchpad.net/mosquitto

Branch merges

Branch information

Name:
handle-publish-refactor
Repository:
lp:mosquitto

Recent commits

2c3b10d... by Roger Light

Add mosquitto_plugin_publish*()

These allow plugins to publish messages on the broker that can
be consumed by other plugins in the message-in event

cbc3de4... by Roger Light

http-api: Fix leak on error

e61cae1... by Roger Light

Refactor plugin publishing to use base_msg instead of mosquitto_message_v5

f7852e5... by Roger Light

read_header is only ever called when all data has been read

This means setting everything back to 0 is the correct approach

58c3466... by Roger Light

Refactor oversize incoming packet check

a726ff8... by Roger Light

Send acceptable CAs when `require_certificate` is true

Closes #3403

5792e0f... by Roger Light

Add broker/client per packet type tests for overlong remaining length

49d71f2... by Roger Light

Simplify stopping the thread in libmosquitto

160ccde... by Roger Light

password-file: Refactor parsing error handling

b555eeb... by Roger Light

Windows: Make libcommon_vprintf an export