Evan Goode

Results 42 issues of Evan Goode

First, thanks for this great project! I hope it will eventually replace Barrier in my workflow. This patch should smooth out some of the edge cases that come up when...

This patch adds a new account type, "Custom Yggdrasil", which internally works much like a Mojang account but lets you specify your own third-party API servers that implement a Yggdrasil-like...

As mentioned in the DNF team meeting on 2023-07-17, the commands in the DNF 4 man pages should be rewritten to call `dnf4` rather than `dnf`. See also https://github.com/rpm-software-management/dnf/pull/1964

triaged

This PR allows authentication servers to specify an array of profile property public keys instead of just one. I propose adding a new field, `signaturePublickeys`, to the authlib-injector metadata route...

(I'm filing issues with all the packages that currently depend on `dnf`) Starting in Fedora 39, the `dnf` command will be provided by the `dnf5` package rather than the `dnf`...

Hi, I know the maintainers here are probably already aware of DNF 5, but I'm filing this issue so y'all are aware of our plan to obsolete `dnf` in Fedora...

DNF 5 is a new package manager that will replace DNF 4 in Fedora 39+: Starting in Fedora 39, the `dnf` command will be provided by the `dnf5` package rather...

Enhancement
Fedora
WIP

Copying this pull request over from https://github.com/PolyMC/PolyMC/pull/1069. To address some of the comments in the discussion there: > @Scrumplex: To avoid code duplication, instead of creating a CustomYggdrasil account type,...

Resolves https://github.com/fn2006/PollyMC/issues/152 Prism Launcher 8.2 was just a version bump since they forgot to increment the version in the 8.1 release. 8.1 upstream changelog: https://github.com/PrismLauncher/PrismLauncher/releases/tag/8.1. This was a straightforward merge,...

Resolves https://github.com/fn2006/PollyMC/issues/154 In 1.20+, authlib-injector wants to intercept https://api.minecraftservices.com/publickeys [0], but if we override the services server using `-Dminecraft.api.services.host`, the request does not get intercepted. That's not an issue for...