Joseph Coffland
Joseph Coffland
The next client alpha will have basic HTTP proxy support. SOCKS, pac, wpad, HTTPS proxies and proxy authentication will not supported at least initially. I'm not sure how common [SOCKS](https://en.wikipedia.org/wiki/SOCKS)...
Completed as described above in v8.4.0 alpha.
Both logs show that the core is using the GPU. Is the problem that core 0x23 is also using CPU? That's to be expected. Notice both logs have these lines:...
Seems related to #176
Reopen this if you can provide more info.
A client's F@H ID is computed from it's RSA key pair. Specifically from it's public key. If you copy the client DB then it will have the same ID and...
> I think the new 8.3.6 code might have a surprise effect that causes a work unit to be lost/dumped > > I'm assuming that turning in a work unit...
Should be fixed at least as of v8.3.16.
The problem is that your system has a static version of ``libsystemd`` that requires ``libcap`` but that library is not being linked. Try running this to finish the build: ```sh...
I've committed a change to cbang to look for ``libcap`` when ``libsystemd`` is linked. You might want to try that.