Pavel Djundik
Pavel Djundik
Fixes #1125. This is a work in progress. When beginning an auth session it returns a new object which some methods to do stuff on the session. It adds a...
Hello is required for non-authed service methods to work (otherwise it drops connection). Non authed service method is required for CAuthentication messages.
Not sure how feasible it is, but it would be great if Nethook also hooked web requests that the Steam client performs (some of them may be performed by the...
https://github.com/php/php-src/blob/master/UPGRADING 1. `curl_init()` will now return a `CurlHandle` object rather than a resource. 2. `curl_multi_init()` will now return a `CurlMultiHandle` object rather than a resource. 3. `curl_share_init()` will now return...
### Describe the bug Most menu items are disabled when in conflict resolution mode. ### Version & OS Version 2.9.4 (x64) on Windows 10. ### Steps to reproduce the behavior...
- [x] Flagged values - [x] Add Flag to `KVValue` for flagged strings (text) or flagged anything (binary) - [x] Ensure that KV1 serialiser drops the flag when serialising (should...
For files opened with a path, we can use that path to get the folder. And/or for streams we can make an argument to provide a path.
There's this: https://github.com/SteamDatabase/ValveKeyValue/blob/225ef38dca38bb83aefe3c43c65822d64c85b01c/ValveKeyValue/ValveKeyValue/KVObjectValue.cs#L44-L47 However `TryConvertValueTo` listed it as a supported conversion: https://github.com/SteamDatabase/ValveKeyValue/blob/dfb96b52087fbd4f27e4128a5368cf318a04412b/ValveKeyValue/ValveKeyValue/ObjectCopier.cs#L407 I commented that out for now, was it simply never finished?
http://developer.chrome.com/extensions/storage.html#property-sync Would be great if settings were synced.
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...