Make uuid linking optional. |
|
More...
|
over 10 years ago
|
libuuid is used to generate client ids, where it is available, when an MQTT v3.1.1 client connects with a zero length client id. |
|
More...
|
over 10 years ago
|
Separate function for generating a random client id. |
|
More...
|
over 10 years ago
|
use_identity_as_username now no longer affects non-TLS listeners. |
|
More...
|
over 10 years ago
|
When a durable client reconnects, its queued messages are now checked against ACLs in case of a change in username/ACL state since it last connected. |
|
More...
|
over 10 years ago
|
Save disconnect_t for connected clients when the broker exits. |
|
More...
|
over 10 years ago
|
Use default tls version in tests where possible. |
|
More...
|
over 10 years ago
|
Add missing usage text. |
|
More...
|
over 10 years ago
|
Add local_clientid for bridges. |
|
More...
|
over 10 years ago
|
Better function names. |
|
More...
|
over 10 years ago
|
Add stats mode for db_dump. |
|
More...
|
over 10 years ago
|
Use time() for disconnect_t, CLOCK_MONOTONIC isn't useful over reboots. |
|
More...
|
over 10 years ago
|
Reset disconnect_t on client reconnect. |
|
More...
|
over 10 years ago
|
Log username in single quotes. |
|
More...
|
over 10 years ago
|
Be consistent about removing listener counts on socket close. |
|
More...
|
over 10 years ago
|
Logging fixes. |
|
More...
|
over 10 years ago
|
Test no longer needed. |
|
More...
|
over 10 years ago
|
TLS websockets support. |
|
More...
|
over 10 years ago
|
More intelligent client counting. |
|
More...
|
over 10 years ago
|
Don't refuse clients with will topic that isn't allowed by acl. |
|
More...
|
over 10 years ago
|
Fix missing headers for WITH_TLS=no. |
|
More...
|
over 10 years ago
|
Change $SYS/broker/clients/[in]active -> $SYS/broker/clients/[dis]connected |
|
More...
|
over 10 years ago
|
Fix for MQTT-3.8.4-3. |
|
More...
|
over 10 years ago
|
Simplify. |
|
More...
|
over 10 years ago
|
Remove STRICT_PROTOCOL #ifdefs. |
|
More...
|
over 10 years ago
|
v3.1.1 requires websockets protocol to be mqtt. |
|
More...
|
over 10 years ago
|
Close config files on error. |
|
More...
|
over 10 years ago
|
These options are supported. |
|
More...
|
over 10 years ago
|
Add support for "session present" in CONNACK messages for MQTT v3.1.1. |
|
More...
|
over 10 years ago
|
Fix bug #1324411 |
|
More...
|
over 10 years ago
|