Re: [LEDE-DEV] [PATCH libubox] json_script: enable custom expr handler callback

2017-05-18 Thread Denis Osvald
On 2017-05-18 09:39, Denis Osvald wrote: > This wires in custom expression handler functionality, which was > present in json script since the original version, but never used. To add a bit of context: Experimenting with procd service triggers, it was noticed that when adding triggers

[LEDE-DEV] [PATCH libubox] json_script: enable custom expr handler callback

2017-05-18 Thread Denis Osvald
This wires in custom expression handler functionality, which was present in json script since the original version, but never used. Signed-off-by: Denis Osvald --- json_script.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/json_script.c b/json_script.c index 463aac8

Re: [LEDE-DEV] [PATCH RFC] owsd: add package for OpenWrt WebSocket Daemon

2017-03-31 Thread Denis Osvald
Hi Rafał, On 2017-03-30 12:21, Rafał Miłecki wrote: > Hi, > > I don't know if there is any interest in this package (and if it should go to > base or external repo), but I gave it a try and so I'm sharing my code. owsd was written by me for Inteno. It's used in the JUCI web UI. Our plans for in

Re: [LEDE-DEV] [PATCH ubus 0/3] ubusd: fix ACL checking

2016-09-21 Thread Denis Osvald
On 2016-09-05 14:00, Felix Fietkau wrote: > On 2016-09-05 10:21, Denis Osvald wrote: >> Ping? > I've applied patch 1 and 3. I need more time to properly review patch 2. > > - Felix > Any news? If there was a working case which the patch breaks, please point it o

Re: [LEDE-DEV] [PATCH ubus 0/3] ubusd: fix ACL checking

2016-09-05 Thread Denis Osvald
Ping? On 2016-08-25 13:54, Denis Osvald wrote: > Denis Osvald (3): > ubusd: don't check ACL when object is NULL > ubusd: fallback to linear search on ACLs to fix wildcards > ubusd: fix inverted check in ubusd_reply_add > > ubusd_acl.c | 20 +-