mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 01:01:11 +08:00
Spelling/grammar fixes.
This commit is contained in:
parent
b7911f191b
commit
873e580a00
@ -1182,7 +1182,7 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Set <option>use_username_as_clientid</option> to
|
<para>Set <option>use_username_as_clientid</option> to
|
||||||
true to replace the clientid that a client
|
true to replace the clientid that a client
|
||||||
connected with with its username. This allows
|
connected with its username. This allows
|
||||||
authentication to be tied to the clientid, which
|
authentication to be tied to the clientid, which
|
||||||
means that it is possible to prevent one client
|
means that it is possible to prevent one client
|
||||||
disconnecting another by using the same
|
disconnecting another by using the same
|
||||||
@ -1926,7 +1926,7 @@ topic clients/total in 0 test/mosquitto/org/ $SYS/broker/
|
|||||||
disable the hostname verification.</para>
|
disable the hostname verification.</para>
|
||||||
<para>Setting this option to
|
<para>Setting this option to
|
||||||
<replaceable>true</replaceable> means that a
|
<replaceable>true</replaceable> means that a
|
||||||
malicious third party could potentially inpersonate
|
malicious third party could potentially impersonate
|
||||||
your server, so it should always be set to
|
your server, so it should always be set to
|
||||||
<replaceable>false</replaceable> in production
|
<replaceable>false</replaceable> in production
|
||||||
environments.</para>
|
environments.</para>
|
||||||
|
@ -26,7 +26,7 @@ The documentation of the library is currently ongoing... There is an overview
|
|||||||
of most of the function calls and an example in the [libmosquitto.3] man page,
|
of most of the function calls and an example in the [libmosquitto.3] man page,
|
||||||
but complete coverage can be found in the mosquitto.h man page. This, combined
|
but complete coverage can be found in the mosquitto.h man page. This, combined
|
||||||
with the class details in mosquittopp.h can be used to help use the C++
|
with the class details in mosquittopp.h can be used to help use the C++
|
||||||
library. The python module isn't documented due to it's extremely changeable
|
library. The python module isn't documented due to its extremely changeable
|
||||||
state, but there is an example in the python directory.
|
state, but there is an example in the python directory.
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
.. type: text
|
.. type: text
|
||||||
-->
|
-->
|
||||||
|
|
||||||
This is an update with some features and and bug fixes. The most significant
|
This is an update with some features and bug fixes. The most significant
|
||||||
change is configuration reloading support. This will be improved to include
|
change is configuration reloading support. This will be improved to include
|
||||||
bridge reloading in the future.
|
bridge reloading in the future.
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ authentication plugins in mosquitto.
|
|||||||
* When a durable client reconnects, its queued messages are now checked
|
* 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
|
against ACLs in case of a change in username/ACL state since it last
|
||||||
connected.
|
connected.
|
||||||
* Anonymous clients are no longer accidently disconnected from the broker
|
* Anonymous clients are no longer accidentally disconnected from the broker
|
||||||
after a SIGHUP.
|
after a SIGHUP.
|
||||||
* Fix bug [#1324411], which could have had unexpected consequences for delayed
|
* Fix bug [#1324411], which could have had unexpected consequences for delayed
|
||||||
messages in rare circumstances.
|
messages in rare circumstances.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user