summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-mosquitto/luasrc/model
AgeCommit message (Collapse)Author
2023-07-27luci-app-mosquitto: fix invalid XML in option descriptionSebastian Krzyszkowiak
Trying to add "notifications" option resulted in malformed XML. Signed-off-by: Sebastian Krzyszkowiak <dos@dosowisko.net>
2023-07-27luci-app-mosquitto: fix notifications_local_only flagSebastian Krzyszkowiak
The option wasn't being applied at all because of a typo. Fixes: 596c2919f6b2 ("mosquitto: support notifications_local_only flag") Signed-off-by: Sebastian Krzyszkowiak <dos@dosowisko.net>
2022-05-14luci-app-mosquitto: add option 'allow anonymous'Ptilopsis Leucotis
Add missed option 'allow anonymous' in mosquitto section. Signed-off-by: Ptilopsis Leucotis <PtilopsisLeucotis@yandex.com>
2020-09-08mosquitto: support notifications_local_only flagKarl Palsson
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-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>