Commit Graph

3155 Commits (7552e944a8ae04fdd6171c0c8c0125b38bd90369)
 

Author SHA1 Message Date
Roger A. Light 65d20271a7 Better string 4 years ago
Roger Light dcff8dfd38 Implement plugin wrappers for v2, v3, v4
This means the internal plugin interface is simpler and is translated to each of the older interfaces if needed.
4 years ago
Roger A. Light 94d61305fa Fix bridge not respecting receive-maximum when reconnecting with MQTT v5. 4 years ago
Konstantin Podsvirov c4d51f0835 Fix DESTINATION for mosquitto_dynamic_security MODULE
On Windows MODULE will be installed as LIBRARY component
to `lib` folder that is not prefer for dynamic loaded modules
but can be found in RUNTIME DESTINATION (`bin` folder) too.

Signed-off-by: Konstantin Podsvirov <konstantin@podsvirov.pro>
4 years ago
Konstantin Podsvirov b34817cfab Set ARCHIVE DESTINATION for mosquitto library
Signed-off-by: Konstantin Podsvirov <konstantin@podsvirov.pro>
4 years ago
Konstantin Podsvirov 6187143384 Set ARCHIVE DESTINATION for mosquittopp library
Signed-off-by: Konstantin Podsvirov <konstantin@podsvirov.pro>
4 years ago
Roger Light cd07f1136b Bump copyrights. 4 years ago
Roger Light 92c2c45d7c Rename auth_plugin -> plugin. 4 years ago
Roger Light 3ebc4f851c Fix test. 4 years ago
Roger Light 538154bd9c The `--insecure` option now disables all server certificate verification. 4 years ago
Roger A. Light 6e6866f0c2 Bump docker versions. 4 years ago
Roger A. Light a1288721ce Fix tests 4 years ago
Roger A. Light 8ac11929cc Merge branch 'master' into develop 4 years ago
Roger A. Light d5970ca998 Merge branch 'fixes' 4 years ago
Roger A. Light 292e969140 Bump version, update web. 4 years ago
Roger A. Light c986e27f6e Fix missing bracket. Closes #2347. 4 years ago
Roger A. Light 46a6c5d17b Fix mosquitto_plugin.h not including mosquitto_broker.h.
Closes #2350. Thanks to Wolfgang Petroschka.
4 years ago
Roger A. Light 20d2935d81 Fix date format in mosquitto_sub output.
Closes #2353. Thanks to Norman Rasmussen.
4 years ago
Roger A. Light d662a5fd83 Always run vc installer in quiet mode. 4 years ago
Roger A. Light 6fdc9505bb Remove all files when uninstalling. 4 years ago
Roger A. Light e0c1e8bbca Windows installer to use openssl 3. 4 years ago
Roger A. Light 94e1792eef Do global ticks even on per_listener_settings true. 4 years ago
Roger A. Light 9e5b850181 Check for NULL before strcmp. 4 years ago
Roger A. Light a51ead84e3 Migrate snap to core20 for 2.1. 4 years ago
Roger Light 65603da5e4 Add `-W` timeout support to Windows. 4 years ago
Roger Light 92f3db92d7 Windows build fixes. 4 years ago
Roger Light 4b7ce2d670 Optional Link Time Optimisation. 4 years ago
Roger Light 6efc59e293 Optimise epoll reregistering. 4 years ago
Roger A. Light 7b614b3b59 Move to end of file on append, when on Windows. 4 years ago
Roger A. Light e6cca024bf Simplify check and reduce check interval. 4 years ago
Roger A. Light 10ea7a9a2a Don't add local bridges to keepalive check. 4 years ago
Roger A. Light b9b065d2cc Compiler pedantry, and more checks in tests. 4 years ago
Roger A. Light 66082e69af Windows installer improvements. 4 years ago
Roger A. Light f0ed872786 Allow multiple service instances on Windows. 4 years ago
Roger A. Light 91e8344a3e Windows build fixes. 4 years ago
Roger Light 1cc8ebb782 Add support for sending the SIGRTMIN signal to trigger log rotation.
Closes #2337. Thanks to Evgeny S.
4 years ago
Roger A. Light 7857e5cedb Simplify signal handling. 4 years ago
Roger Light 9d3f292b39 Send DISCONNECT With session-takeover return code.
This is for MQTT v5 clients when a client connects with the same client id.

Closes #2340. Thanks to hvxl.
4 years ago
Roger Light 5cae4d1d81 Fix broker sending duplicate CONNACK on failed MQTT v5 reauthentication.
Closes #2339. Thanks to hvxl.
4 years ago
Roger Light 51eda2bf79 Add more efficient keepalive check. 4 years ago
Roger A. Light 21ded3df0d Build fix 4 years ago
Roger Light 4cb811a0b6 Add more basic auth rejection options for plugins. 4 years ago
Roger A. Light 799cdead15 Experimental custom websockets support. 4 years ago
Roger A. Light be80a3f4d0 Fix client id not showing in log on failed connections, where possible. 4 years ago
Roger A. Light 3b471c8669 Fix test 4 years ago
Roger A. Light a1a190b482 Pointless whitespace tidy. 4 years ago
Roger A. Light 7234de7d86 Add Windows headless installer help. 4 years ago
Roger A. Light 0ce167c472 Fix log file being truncated on Windows. 4 years ago
Roger A. Light c7d9cf3a3c Windows uninstaller fixes. 4 years ago
Roger A. Light 7061569bf4 Don't send retained messages when a shared subscription is made. 4 years ago