Roger A. Light
6468bb4f9b
Fix documentation omission around mosquitto_reinitialise.
...
Closes #2489 . Thanks to rroguski
3 years ago
Roger A. Light
ba6bbd5959
Add documentation of struct mosquitto_message to header.
...
Closes #2561 .
3 years ago
Roger A. Light
b6b8039914
Fix use of `MOSQ_OPT_TLS_ENGINE` being unable to be used.
...
This was due to the openssl ctx not being initialised until starting to connect.
Closes #2537 . Thanks to chessing-c4.
3 years ago
Roger A. Light
2a056f14c2
Bump version number, update web.
4 years ago
Roger A. Light
292e969140
Bump version, update web.
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
a1a190b482
Pointless whitespace tidy.
4 years ago
Roger A. Light
42acfdad41
Bump version, update web page.
4 years ago
Roger A. Light
ea7e2a6bca
Bump version, add post.
4 years ago
Roger A. Light
a01dcd68a5
Document that bind_address can be NULL.
4 years ago
Roger Light
c317891df1
Clarify when callbacks get called.
4 years ago
Christian Beier
fe10226cc9
Fix building with Visual Studio 2008
...
This older Microsoft compiler does not support mixing declarations and
code and misses some error defines. This commit enables building with
VS2008 by moving up some variable declarations and defining error
codes to their WinSock counterparts in case they're not defined.
Signed-off-by: Christian Beier <info@christianbeier.net>
5 years ago
Roger A. Light
ea46a8188e
Add more documentation on pthread support.
5 years ago
Roger A. Light
e7aa0fed2f
Bump version, update web page.
5 years ago
Roger A. Light
bb73eed557
Bump version number and update web pages.
5 years ago
Roger Light
83334afee8
Remove redunant function delaration.
5 years ago
Roger A. Light
cec9d36445
Bump version and web pages.
5 years ago
Roger A. Light
7fe638786d
Fix mosquitto_evt_tick struct members.
5 years ago
Roger A. Light
c2a26250f6
Bump changelog, versions, and web pages.
5 years ago
Roger A. Light
53b7cc5fc1
Bump version number, add web post.
5 years ago
Roger A. Light
a4389fc9ce
Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause.
...
The two licenses are the same.
5 years ago
Roger A. Light
ae3800ad66
Bump version number, add www post.
5 years ago
Roger A. Light
d9a34fbb3a
Improve documentation around the `_v5()` and non-v5 functions.
...
For example `mosquitto_publish()` and `mosquitto_publish_v5().
5 years ago
Roger A. Light
9d3732a62d
Fix `auth_method` not being provided to the extended auth plugin event.
...
Closes #1975 . Thanks to Jinming Chen.
5 years ago
Roger A. Light
5a565da82b
Bump version number. Update changelog and web pages.
5 years ago
Roger A. Light
ce30f811ba
Improve API documentation.
...
Fix return code on callback unregister.
5 years ago
Roger A. Light
31ac9c77cb
Fix typo in documentation.
5 years ago
Roger A. Light
d02bc03ed8
Bump version, changelog and webpage.
5 years ago
Roger A. Light
cc47eaba09
Bump version number and update webpage.
5 years ago
Roger A. Light
66b680af34
Bump version number.
5 years ago
Roger A. Light
6904fac6a4
Bump version number and changelog.
5 years ago
Roger A. Light
6fe3279436
Build fixes from Windows changes.
5 years ago
Roger A. Light
26ffe1300a
Various Windows build fixes.
5 years ago
Roger A. Light
3731535298
Add SPDX license identifiers.
5 years ago
Roger A. Light
29c771cdd4
Add lib and client support for OS CA certs
...
- Add `MOSQ_OPT_TLS_USE_OS_CERTS` option, to instruct the client to load and trust OS provided CA certificates for use with TLS connections.
- All clients now load OS provided CA certificates if used with `-L
mqtts://...`, or if port is set to 8883 and no other CA certificates are
used. Closes #1824 .
- Add the `--tls-use-os-certs` option to all clients.
Closes #1824 . Thanks to Jens Reimann.
5 years ago
Roger A. Light
584cf51ba7
Update to EPL-2.0
5 years ago
Roger A. Light
c5fee09c24
Basic client disconnect event support for plugins.
5 years ago
Roger A. Light
95e009c429
Document what to do on non-matching plugin versions.
5 years ago
Roger A. Light
42b9d94e91
Tell plugins which plugin versions the broker supports.
5 years ago
Roger A. Light
06b933c3ba
Add tick event to plugin interface.
5 years ago
Roger A. Light
4f61f6c161
Fix conversion errors.
5 years ago
Roger A. Light
267beb8a49
Export function on Windows.
5 years ago
Roger A. Light
9724710cd6
Add MOSQ_OPT_BIND_ADDRESS.
...
This allows setting of a bind address independently of the
`mosquitto_connect*()` call.
5 years ago
Roger A. Light
be8b94189c
Document that X509_free() must be called after using mosquitto_client_certificate().
...
Closes #1842 . Thanks to Wolfgang Petroschka.
5 years ago
Roger A. Light
4472c1f441
Added support for controlling UNSUBSCRIBE calls in v5 plugin ACL checks.
5 years ago
Roger A. Light
a65f946e83
Move headers to own directory.
5 years ago