Roger Light

Results 356 comments of Roger Light

It looks like it works to me. If you use verbose logging (`log_type all` in the config, or `-v` on the command line) then you'll get a log that looks...

Dependencies aren't the worst thing in the world as long as they're optional. I can see that this would be a useful feature for you, but I'm struggling to see...

Let's give it a try then and see what it looks like - if you could base your work on the develop branch that would be best.

I've done a check and it seems to work ok for me. I've got openssl 3.0.13 on ubuntu 24.04. mosquitto.conf (the paths are to the test/ssl directory in the mosquitto...

Sorry for the delay in responding, I'm completely swamped at work at the moment and that has an impact on the free time I have for mosquitto. I think this...

Yes! That sounds like a sensible request.

I'm sure you're aware already, but there is a _bit_ of this in the form of the bridge notification topics. Adding your suggestion would mean that a user would have...

If you modify the header to force REAL_WITH_MEMORY_TRACKING to be defined, does it work ok on musl? From a quick search I would expect it to.

Yes, that's correct. As it stands it's not possible to change a plugin configuration once it is loaded, and the plugin options are not passed to the reload callback. I'm...