| Age | Commit message (Collapse) | Author |
|
Filter server REPLY messages if they lack a 'result' payload. This
avoids logging empty responses that provide no useful information.
Update success logging message when the connection drops after
install confirmation for clarity.
|
|
|
|
Implement logic to process control frames (Close, Ping, Pong) during reception.
Respond to Ping frames with a Pong frame.
Co-authored-by: llm-git <llm-git@ttll.de>
|
|
Simplify checksum verification to use sha256sum directly
|
|
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
|
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
decky_client
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
|
|
Add pre-installation check for Decky Loader on SteamOS
|
|
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
|
|
|
|
Add decky_plugin_installer.py to the release asset list.
|
|
Also replace __DECKY_MIRROR_HOST__ in decky_installer.desktop during release packaging.
|
|
Add decky_plugin_installer.py and a Decky mock server for validation, plus related workflow/test updates.
|
|
Add initial setup for the mirrored Decky Installer. Includes the
install script, desktop file, and GitHub release workflow. The
script modifies the official installer to use a custom mirror host.
|