Roger A. Light
|
5a3b42d4a4
|
Use path vars in Makefiles.
|
4 years ago |
Roger A. Light
|
6b32cf61b2
|
CMake build fixes, including sqlite support.
|
4 years ago |
Roger A. Light
|
8d073771c3
|
Make some plugin code shared for future use.
|
4 years ago |
Roger A. Light
|
9b2c64135f
|
listPlugins command, and test.
|
4 years ago |
Roger A. Light
|
82658805c7
|
listListeners command.
|
4 years ago |
Roger A. Light
|
0f8733627a
|
Plugin persistence interface.
|
4 years ago |
Roger A. Light
|
9ad8d943be
|
Stored messages now always stored in a hash table.
|
4 years ago |
Roger Light
|
cd07f1136b
|
Bump copyrights.
|
4 years ago |
Roger A. Light
|
8ac11929cc
|
Merge branch 'master' into develop
|
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
|
a1a190b482
|
Pointless whitespace tidy.
|
4 years ago |
Roger A. Light
|
55d5d2e5f2
|
Fix for building when uthash not available.
|
4 years ago |
Roger Light
|
dbd0d6f0d8
|
CMake build fixes.
|
4 years ago |
Roger A. Light
|
a73806acd4
|
App build fix.
|
4 years ago |
Roger A. Light
|
a25fc166a8
|
Add $CONTROL/broker/v1 control & the `getPluginInfo` command.
|
4 years ago |
Roger A. Light
|
aa29b45e70
|
Merge branch 'master' into develop
|
4 years ago |
Roger A. Light
|
77af2ecefe
|
Fix `mosquitto_ctrl dynsec setDefaultACLAccess` command not working.
|
4 years ago |
Roger A. Light
|
f952d19da1
|
Fix printf format build warning on MIPS.
Closes #2271. Thanks to Karl Palsson.
|
4 years ago |
Roger Light
|
33349010cd
|
Fix linker error
|
4 years ago |
Roger Light
|
342aa0ad1a
|
Fix installation using WITH_TLS=no.
Closes #2281. Thanks to Matt Turner.
|
4 years ago |
Roger A. Light
|
c862ffec8b
|
Allow mosquitto_ctrl dynsec module to update passwords in files
|
4 years ago |
Roger A. Light
|
182384440b
|
Password salts are now 64 bytes long.
|
4 years ago |
Roger A. Light
|
0cdaac0227
|
Remove unused macro.
|
4 years ago |
Roger A. Light
|
906a515704
|
Simplify client message properties, only one is used.
|
4 years ago |
Roger A. Light
|
214feb8f6b
|
Merge branch 'fixes' into develop
|
4 years ago |
Roger Light
|
0a90e62f93
|
CMake tidy.
|
4 years ago |
Roger Light
|
0eb7391e71
|
Fix tests and db_dump compilation.
|
4 years ago |
Roger A. Light
|
8a03b5ad5c
|
Function for checking if a context is connected.
|
4 years ago |
Roger Light
|
e1c8f09372
|
Remove C++ style comments.
|
5 years ago |
Roger A. Light
|
0446bba7df
|
Fix some conversion warnings.
|
5 years ago |
Roger A. Light
|
4ee03f21e3
|
Guard against missing UNUSED.
|
5 years ago |
Roger A. Light
|
3ac2c3ee09
|
Improve mosquitto_ctrl documentation.
|
5 years ago |
Roger Light
|
2de8c15bc9
|
Minor build fixes.
|
5 years ago |
Roger A. Light
|
603107b87a
|
Fix build of mosquitto_ctrl with static only libs.
|
5 years ago |
Roger A. Light
|
706a1f3f29
|
Fix more minor compiler warnings.
|
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
|
9c4b9a0311
|
ctrl: Error if new passwords don't match.
Produce an error when requesting a new password if both
attempts do not match.
Closes #2011. Thanks to Willem Eradus.
|
5 years ago |
Roger A. Light
|
26fbd0ec74
|
ctrl: Allow command line arguments to override config file options.
Closes #2010. Thanks to Willem Eradus.
|
5 years ago |
Roger A. Light
|
370cec5edd
|
Fixes for lots of minor build warnings highlighted by Visual Studio.
|
5 years ago |
Roger Light
|
5b3acfe3cc
|
Fix `mosquitto_ctrl dynsec getGroup` not showing roles.
Closes #1997. Thanks to Willem Eradus.
|
5 years ago |
Roger A. Light
|
70db9c486e
|
Disallow control characters in mosquitto_passwd usernames.
|
5 years ago |
Roger A. Light
|
fabdfcc060
|
Further fix for large packets not being sent in a timely fashion.
|
5 years ago |
Roger Light
|
c604cf8fd0
|
net__write buf should be const.
|
5 years ago |
Roger A. Light
|
b2da540c64
|
Fix large packets not being completely published to slow clients.
Also fix bridge connection not relinquishing POLLOUT after messages are
sent.
Closes #1977. Thanks to marchaesen.
Closes #1979. Thanks to GorazdKikelj.
|
5 years ago |
Roger A. Light
|
99e8c8001d
|
Build lib from in mosquitto_ctrl directory.
|
5 years ago |
Roger Light
|
f63386bf4a
|
Fix `mosquitto_passwd -b` using username as password.
Only applies if if `-c` is not also used.
Closes #1949. Thanks to J. Augusto de Oliveira.
|
5 years ago |
Roger A. Light
|
f7dc138157
|
Fix `install` target when using WITH_CJSON=no.
Closes #1938. Thanks to apple3306 and JulianCaruso.
|
5 years ago |
Roger A. Light
|
bdfa5e714a
|
Fix `mosquitto_passwd -U`
|
5 years ago |
Roger A. Light
|
791c63372b
|
Fix cjson include paths.
|
5 years ago |