Charlotte
Charlotte
Some of the zones I manage use TLSA, OPENPGPKEY, SSHFP, and HTTPS resource records. TLSA allows for pinning a certificate or the public key for the service it is for....
The `sodiumoxide` crate is currently used to encrypt data for discord voice support. As a wrapper around a C-library it might not work on some platforms. Additionally the upstream library...
make install fails on FreeBSD 11.1 in scripts/utils.sh, because: - the shebang requires bash in /bin. FreeBSD puts all non-system software (including bash!) in /usr/local - the do_install() function uses...
The documentation currently refers to "curve25519" as an encryption algorithm, which is something it can't do. Curve25519 is an ECDH curve which is used to generate an encryption key. Curve25519...
This pull request changes the std component to be closer to the nightly-2019-01-16 one. It builds and works using the nightly-2019-01-16 compiler. This fixes #75
Curently the GiteaStatus plugin only works for legacy inputs, as it attempts to read repository metadata from the `jobsetevalinput`s (which I don’t think can be set for flakes). This PR...
**Is your feature request related to a problem? Please describe.** Every time there is a stdenv rebuild on nixpkgs-unstable, hydra will copy ~15GB of cache.nixos.org to my nix cache. Due...
With https://github.com/maunium/stickerpicker/pull/49 applied, Element Desktop users send enough information about telegram-imported stickers to bridge them as regular telegram stickers. This PR has a few caveats, most notably it only works...
This is done by checking the type of the merge input, and emitting special code for Optionals. This commit fixes #2443. Please let me know if i did something poorly,...