Kyber 0.18.1
· One min read
A security fix corrects cookie key generation in the server's authentication layer, which could have produced weak or predictable session cookies. On the web client, input handling now cleanly manages the case where the video canvas is removed from the page during a mouse move event, and window-level event listeners are properly unregistered when the canvas is removed. The client backend now stops correctly when the data plane connection closes.
Changelog
- avserver: Log when display enumeration has been started
- avserver: Add pid in logs
- txproto/dxgi: Add more error logs
- txproto/wasapi: Reduce some log severity
- controller: Log actix server errors
- controller: Log displays at startup
- libclient: Stop backend on DataPlaneClosed
- (web) libkynput: Notify JsElementNotFound once in mousemove if canvas has been dropped
- (web) libkynput: Unregister window events if canvas has been removed
- (web) libclient: Stop backend on DataPlaneClosed