Update Muon to 0.5.0 - #1095
Open
wtlnetwork wants to merge 1 commit into
Open
Conversation
Issues Found
Next Steps
Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️ |
Contributor
Author
|
Issue "Both testing boxes are present in your description. Please remove one of them per the Markdown comment above the testing section." has been resolved. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Muon to 0.5.0
(Resubmission of stale PR)
This change adds an offline compatibility table to the plugin (populated by a JSON file fetched from our documentation repository: https://github.com/wtlnetwork/muon-docs). This is to allow people to view which games are compatible with our plugin while offline. The JSON file is cached locally on plugin load. The reason this JSON is dynamically fetched is to allow new games to be added to the list as they are tested without requiring a whole new package. I checked via Discord whether it is permissible to fetch JSON in this way, and the conclusion was that it would be allowed.
The change also adds an option to select a network channel and band (i.e. 2.4 GHz or 5 GHz). This is to allow a more reliable connection, and to allow people to avoid congested bands. To ensure compliance with the WiFi regulations of various countries, we have included only universally permitted channels: 1, 6, 11, 36, 40, 44 and 48.
We have also made adjustments to the firewall handling. Instead of amending the Steam Deck's main firewall zone, the plugin now creates a dedicated 'muon-hotspot' firewall zone which is associated with only the access point interface. This means that the necessary firewall rules to make access to locally-hosted game servers possible now only apply when Muon is active.
Task Checklist
Developer
Plugin
Backend
Yes: I am using a custom backend other than Python. (The plugin utilises Bash scripts in order to activate/deactivate the hotspot and perform networking tasks)
No: I am using a tool or software from a 3rd party FOSS project that does not have it's dependencies statically linked. (The plugin depends on hostapd and dnsmasq in order to perform network operations - namely, activation/deactivation of the hotspot and service DHCP requests for clients. The binary files are correctly handled via the remote binary handling options withing the packages.json file)
No: I am using a custom binary that has all of it's dependencies statically linked.
Community
update: decky-game-settings: 1.2.x #924 (comment)
Update hltb-for-deck to 2.0.6 #923 (comment)
Update hltb-for-deck to 2.0.6 #923 (comment)
(These were filled in as part of our original PR in November. If the requirement is for two additional PRs to be tested per PR rather than overall, please let me know)
Testing
(Testing reports can be found in the original PR: #1075)