Roger A. Light
7a86b1078a
Fix security init order.
4 years ago
Roger A. Light
4f24ffef2f
Add `disable_client_cert_date_checks` option.
4 years ago
Roger A. Light
ba936a869d
Add `accept_protocol_versions` option.
4 years ago
Roger A. Light
f552ec48b1
Add global_max_connections option.
4 years ago
Roger A. Light
02685d49b6
Add `global_max_clients` option.
...
This allows limiting client sessions globally on the broker.
4 years ago
Roger A. Light
64e3c78306
Add `enable_control_api` option.
4 years ago
Roger A. Light
aa29b45e70
Merge branch 'master' into develop
4 years ago
Roger A. Light
e43d36020f
Update plugin configuration documentation.
...
Closes #2286 . Thanks to Karl Palsson.
4 years ago
Roger A. Light
756b3fcb08
Document TLS certificate behaviour when using `-p 8883`.
4 years ago
Roger Light
035291c595
Signal+reload documentation improvement.
4 years ago
Roger Light
93b2232bb9
Apply max_keepalive to MQTT v3.1.1 and v3.1 clients.
4 years ago
Roger Light
7dd8e7eb62
Add missing tag
4 years ago
Roger Light
3eaed4c730
Merge branch 'bridge_tcp_user_timeout' of git://github.com/abiliojr/mosquitto into abiliojr-bridge_tcp_user_timeout
4 years ago
Roger A. Light
4f04f3de92
Add `websockets_origin` option
...
This allows Origin header checking when clients attempt to upgrade from http->websockets.
4 years ago
Roger A. Light
40b402e64a
Add the `global_plugin` option.
...
This gives global plugin loaded regardless of `per_listener_settings`.
4 years ago
Roger A. Light
49065f03a8
Merge remote-tracking branch 'origin/fixes' into develop
4 years ago
Roger A. Light
ec895f2ad3
mosquitto_sub now only needs `-t` or `-U` to run
...
This means that `-t` is not required in all situations.
4 years ago
Roger A. Light
30b54ba124
Add platform limitations section to man page.
4 years ago
Abilio Marques
d8090afbfb
bridge: add support for TCP_USER_TIMEOUT
...
Signed-off-by: Abilio Marques <abiliojr@gmail.com>
4 years ago
Roger A. Light
de0e275ccb
mosquitto_sub `--watch` can now be called as `-w`.
4 years ago
Roger A. Light
e4160b083a
Add --watch to mosquitto_sub.
4 years ago
Roger A. Light
214feb8f6b
Merge branch 'fixes' into develop
4 years ago
Roger A. Light
99833795f2
Man page improvements - document MQTT support.
4 years ago
Roger Light
0a90e62f93
CMake tidy.
4 years ago
Roger Light
160950dc73
Fix syntax error.
4 years ago
Roger Light
931c590a37
Merge pull request #2156 from abiliojr/improve_tls
...
add cipher settings for bridge, and support for TLS 1.3 ciphers
4 years ago
Roger Light
a5eb2f25eb
Add --tls-keylog argument.
4 years ago
Roger Light
ef7662ca8e
Merge branch 'master' into develop
5 years ago
Roger A. Light
d3dd89da82
Fix man page typos.
5 years ago
Roger A. Light
8dbfdc0495
Add `--no-tls` option for all clients.
...
This disables all TLS options for that instance. This is useful for
negating TLS options provided in a config file, or to disable the
automatic use of TLS when using port 8883.
Closes #2180 . Thanks to Elliott Balsley.
5 years ago
Roger Light
efad820706
Add `-o` option for all clients loading options from a specific file.
5 years ago
Roger Light
f1f0396d86
Fix links in man pages.
5 years ago
Roger A. Light
54df92cdc9
Add references to dynsec plugin in mosquitto.conf(5)
...
Closes #2089 . Thanks to YerayAlonso.
5 years ago
Abilio Marques
ec73636884
mention ciphers settings in documentation, minor sync of missing config settings
...
Signed-off-by: Abilio Marques <abiliojr@gmail.com>
5 years ago
Roger A. Light
3ac2c3ee09
Improve mosquitto_ctrl documentation.
5 years ago
Roger A. Light
de9780343b
Add support for MQTT v5 broker->client topic aliases.
...
This is on a first-come-first-served basis for now.
Also broker to bridge topic aliases.
5 years ago
Roger A. Light
c11a2d5a8b
Fix mosquitto_rr doc default version.
...
Closes #2032 .
5 years ago
Roger A. Light
fd036b9435
Merge branch 'fixes' into develop
5 years ago
Roger A. Light
5d6e6aa406
Man page entry for bridge_tcp_keepalive.
5 years ago
Roger A. Light
217b416a2d
Fix man page building to not absolutely require xsltproc when using CMake.
...
This now handles the case where we are building from the released tar, or
building from git if xsltproc is available, or building from git if xsltproc
is not available.
5 years ago
Roger Light
ad9a78dfc3
Note in the man pages that SIGHUP reloads TLS certificates.
...
Closes #2037 . Thanks to Greg Troxel.
5 years ago
Roger A. Light
0a1ae7792f
Fix closing tag.
5 years ago
Roger A. Light
0aecb51fcd
Rename reload_type -> bridge_reload_type, plus doc updates.
5 years ago
Abilio Marques
008342c2f3
allow bridge configuration reload
...
Signed-off-by: Abilio Marques <abiliojr@gmail.com>
5 years ago
Roger A. Light
e717b7f42c
Merge branch 'Hallot-make-sure-xsltproc-installed' into fixes
5 years ago
Roger A. Light
f7255ac3cf
Merge branch 'make-sure-xsltproc-installed' of git://github.com/Hallot/mosquitto into Hallot-make-sure-xsltproc-installed
5 years ago
Roger Light
886ee6cd0c
Fix `bind_interface` option.
...
Closes #1999 . Thanks to Joerg55.
5 years ago
Roger Light
28c28fe707
Fix incorrect description in mosquitto_ctrl man page.
...
Closes #1995 . Thanks to fyta2000.
5 years ago
Pierre Hallot
2cbb3e45ca
Look for xsltproc when needed; to fail early
...
Signed-off-by: Pierre Hallot <hallotpierre@gmail.com>
5 years ago
Roger A. Light
7fc472232c
Merge branch 'fixes'
5 years ago