summaryrefslogtreecommitdiff
path: root/backend/decky_loader/plugin/sandboxed_plugin.py
AgeCommit message (Expand)Author
2025-07-28Merge commit from forkv3.1.10AAGaming
2024-12-13Fix id keyerror on plugin uninstall (#725)v3.0.5-pre1v3.0.5Sims
2024-09-13Test (#701)v3.0.1-pre1Sims
2024-09-11use signals to shut down plugins instead of sending a socket messagev3.0.0-pre13AAGaming
2024-09-01Fix updater taking a long time (#696)v3.0.0-pre12Sims
2024-09-01Fix shutdown timeouts (#695)Sims
2024-08-05Sims/pyinstaller misuse fix (#657)Sims
2024-07-04fix plugin uninstallsAAGaming
2024-07-03set process/thread titles for decky and pluginsAAGaming
2024-07-03implement a shutdown routine instead of just waiting for all plugins to stop ...AAGaming
2024-06-13hook up plugin events properlyAAGaming
2024-05-27error boundary now properly reports steam errorsAAGaming
2024-05-25Custom error handler and some misc fixesAAGaming
2024-04-22Add Plugin.uninstall callback support (#555)Wayne Heaney
2024-04-09attempt to add plugin events to the plugin frontend api.Party Wumpus
2024-02-21more major websocket progressAAGaming
2024-02-14fix some broken typesAAGaming
2024-02-14Revert "Call plugin unload function after stopping event loop (#539)" (#584)Party Wumpus
2024-02-14fix vscode import memesAAGaming
2023-12-31finalize api for plugin events in backendAAGaming
2023-12-30Implement legacy & modern plugin method calls over WSAAGaming
2023-12-29Call plugin unload function after stopping event loop (#539)Jan
2023-11-13Packaging rework (#531)marios8543/async-plugin-method-requestsK900