summaryrefslogtreecommitdiff
path: root/backend/decky_loader/wsrouter.py
AgeCommit message (Collapse)Author
2025-07-28Merge commit from forkv3.1.10AAGaming
* fix incorrect permissions on plugin directories * chown plugin dirs too * fix the stupid * cleanup useless comments
2024-09-01chore(backend): .warn -> .warningAAGaming
2024-07-04fix plugin uninstallsAAGaming
2024-07-03implement a shutdown routine instead of just waiting for all plugins to stop ↵AAGaming
on their own
2024-05-05remove some type: ignore and make some specificPartyWumpus
2024-05-04implement fetch and external resource request apisAAGaming
2024-03-01name RouteNotFoundErrorParty Wumpus
2024-02-22make frontend -> backend errors actually workParty Wumpus
2024-02-21more major websocket progressAAGaming
2024-02-15Add event handlerParty Wumpus
2024-02-14fix some broken typesAAGaming
2023-12-31finalize api for plugin events in backendAAGaming
just need frontend impl now
2023-12-30port updater to ws, also small refactoringAAGaming
2023-12-30Implement legacy & modern plugin method calls over WSAAGaming
This version builds fine and runs all of the 14 plugins I have installed perfectly, so we're really close to having this done.
2023-11-14fix a couple typesmarios8543
2023-11-14change default event DataTypeAAGaming
2023-11-14more progress on websocketsAAGaming
2023-11-14Migrate most of frontend callServerMethod usage over to websocketAAGaming
2023-11-14JS -> Python WS now functionalAAGaming
2023-11-14more progress on WS routerAAGaming
2023-11-14more work on websocketsAAGaming
2023-11-14initial WSRouter implementationAAGaming