Roger A. Light
aa99ce90ac
Fix typo.
4 years ago
Roger A. Light
f3590f3020
Don't pass NULL to printf %s.
...
This is undefined behaviour, and some platforms don't like it.
Issue #2355 . Thanks to CJ Lee.
4 years ago
Roger Light
68504da4a6
Merge pull request #2372 from podsvirov/install-libmosquitto-archive
...
Set ARCHIVE DESTINATION for mosquitto library
4 years ago
Roger Light
864b77d94a
Merge pull request #2373 from podsvirov/install-libmosquittopp-archive
...
Set ARCHIVE DESTINATION for mosquittopp library
4 years ago
Roger Light
e52ebf8abf
Merge pull request #2376 from podsvirov/fix-security-module-destination
...
Fix DESTINATION for mosquitto_dynamic_security MODULE
4 years ago
Roger Light
ff69dc8db2
Add bridge_receive_maximum option for MQTT v5.0 bridges.
4 years ago
Roger Light
99eddeb109
Add bridge_session_expiry_interval option for MQTT v5.0 bridges.
4 years ago
Roger Light
cf3be2eb10
Fix bridge log message on pending connection.
4 years ago
Roger A. Light
d7dbbc62f9
LTO should apply globally.
4 years ago
Roger A. Light
e09390eda6
Split db__message_insert into incoming/outgoing.
4 years ago
Roger A. Light
9ad8d943be
Stored messages now always stored in a hash table.
4 years ago
Roger A. Light
d6672194db
Simplify plugin callback register/unregister.
4 years ago
Roger A. Light
474b1d739f
Remove stray character.
4 years ago
Roger A. Light
d33c803981
Move v5 plugin load to own file.
4 years ago
Roger A. Light
786d468570
MID reuse test.
4 years ago
Roger A. Light
2261903426
Move plugin init to own file.
4 years ago
Roger A. Light
d6026d027a
Move plugin cleanup to own file.
4 years ago
Roger A. Light
143e146e1a
Move acl check to own file.
4 years ago
Roger A. Light
f5baeac976
Move basic auth to own file.
4 years ago
Roger A. Light
96ba8f6a47
Move psk-key to own file.
4 years ago
Roger A. Light
7e6e517208
Move extended auth to own file.
4 years ago
Roger A. Light
34b41a3b01
Dynsec: Add ability to deny wildcard subscriptions for a role
4 years ago
Roger Light
e9713cca5a
Plugin configs as an array of pointers.
4 years ago
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