Commit graph

6 commits

Author SHA1 Message Date
Karl Palsson
596c2919f6 mosquitto: support notifications_local_only flag
Supported since mosquitto 1.5 released in May 2018, and has long
been supported in the init scripts.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-09-08 10:52:59 +00:00
Karl Palsson
26f219c026 luci-app-mosquitto: update tls versions for bridges as well
Earlier we updated the options list for tls versions for the broker's
own listeners, but we missed the list of tls versions used when
connecting to remote brokers.

Fixes: a7b1d63eb9 drop tls1.0, add tls1.3
Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-01-16 11:51:33 +00:00
Karl Palsson
4ace55712b luci-app-mosquitto: mark strings as translateable
Major oversight in initial coding.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-01-16 11:51:26 +00:00
Karl Palsson
a7b1d63eb9 luci-app-mosquitto: drop tls1.0, add tls1.3
This was dropped in mosquitto 1.6.0.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-10-09 13:52:48 +00:00
Karl Palsson
8fdb5f64f2 luci-app-mosquitto: validate paths as path, not file
luci has separate validation for directories and files, make sure to
use the right one.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-09-24 16:02:24 +00:00
Karl Palsson
7552fce8cc luci-app-mosquitto: import new application
Originally developed and maintained at https://github.com/remakeelectric/owrt_pub_feeds/tree/master/luci-app-mosquitto

Vs the original, this version has been converted to use the luci.mk
style, and has dropped the now obsolete ucitrack entries.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-09-18 15:44:52 +00:00