summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua
AgeCommit message (Collapse)Author
2020-01-16luci-app-mosquitto: update tls versions for bridges as wellKarl Palsson
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: a7b1d63eb91 drop tls1.0, add tls1.3 Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-01-16luci-app-mosquitto: mark strings as translateableKarl Palsson
Major oversight in initial coding. Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-10-09luci-app-mosquitto: drop tls1.0, add tls1.3Karl Palsson
This was dropped in mosquitto 1.6.0. Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-09-24luci-app-mosquitto: validate paths as path, not fileKarl Palsson
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-18luci-app-mosquitto: import new applicationKarl Palsson
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>