akallabeth

Results 75 issues of akallabeth

The alpha values of NSC are off on mac os.

there seems to be a locking issue, see asan stack traces ``` ================================================================= ==130022==ERROR: AddressSanitizer: heap-use-after-free on address 0x62700002ffd4 at pc 0x55927c621415 bp 0x7fe40b526560 sp 0x7fe40b526550 READ of size 4...

When a channel is detached with `CHANNEL_EVENT_DETACHED` it should cease utilizing hardware and yield it to other running instances.

thanks to @alexandru-bagu for doing such intensive testing :)

while the windows API exposes these as static functions it is not sufficient for our implementation as every change would break ABI even during a stable release cycle. Fixes the...

* implementes a sorted list for nautilus properties page (sort by enabled, then by name) (fixes #149 for nautilus) * automatically triggers hash calculation when a hash is activated

Currently the activated/deactivated hashes have a fixed order. ![Screenshot from 2023-01-18 02-20-58](https://user-images.githubusercontent.com/3472254/213057534-9618e946-a2ee-48c3-9149-430e98ec74d3.png) it would be quite helpful to have these entries sorted by the `active` checkmark, so that all hashes...

enhancement

inspired by https://github.com/webview/webview/pull/676 provide a callback in case of navigation completed with a custom argument provided at registration time. (linux/windows/mac implemented)

Implements `add_scheme_handler` for allowing registering custom schemes. currently only gtk is implemented, mac os and windows are TODO.

create and install `CMake` package config files so `find_package(libfido2)` can be used.