No more multi_access() - New Secured Tokens and Sync events #238
hassandraga
started this conversation in
General
Replies: 2 comments 1 reply
-
About TLS implementation let's continue here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since there is now option to start the web server without opening a browser, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because I noticed some weird things... I recently was working locally during nights and weekends in a "heavy" core changes (39f9ab0, 53724d4, e462d7b).
Old issues:
webui.js
embedded in a localtest.htm
can make you control the values of the main windowmulti_access()
it just allows showing the UI in the other windows. That's it. But ALL event's response goes to the first window only... that's because WebUI is window-based and NOT client-based design... otherwise, we will be forced to addclient_id
to all functionsSo, after spending days fixing all those issues, WebUI now is better than before, stable and secure, and no more weird things.
However, I plan to add
TLS
andmulti-arguments
and do a final test to release v2.4.0.Beta Was this translation helpful? Give feedback.
All reactions