Version 1.7.0 includes bridge mode. See the man page for details.
FlashMQ 1.6.7 released
Aside from some general code improvements, the only change is a new config option: retained_messages_delivery_limit. See the man page for details. Builds available.
FlashMQ version 1.6.6 released
One small bug-fix in Mosquitto-compatible ACL pattern matching: multi-level wildcards should match the parent, so ‘one/two/#’ should match publications to ‘one/two’.
FlashMQ version 1.6.5 – important update
A denial of service vulnerability causing a crash by dereference of null on corrupt packets was found by Benedikt Brandmaier using rusty-FUME. There was no heap corruption or out-of-bounds access, so no indication of a possible exploit. Update as soon as possible. Additionally, a bug was fixed in decoding mosquitto password files with Windows end-of-line […]
FlashMQ 1.6.4 released
Another small bug-fix release: fixed queuing tasks from queued tasks, in plugin call flashmq_add_task().
FlashMQ 1.6.2 released
Fixes consistency bugs related to QoS packet queuing and saving that queue to disk.
FlashMQ 1.6.1 released
Version 1.6.1 fixes multi-level wildcard matching to also include the parent. Subscribing to ‘one/two/three/#’ should also give you ‘one/two/three’, which apparently was never implemented.