summaryrefslogtreecommitdiff
path: root/backend/decky_loader/plugin/plugin.py
AgeCommit message (Expand)Author
2024-09-01chore(backend): remove unused import in plugin.pyv3.0.0-pre11AAGaming
2024-09-01chore(backend): .warn -> .warningAAGaming
2024-09-01Fix shutdown timeouts (#695)Sims
2024-07-04fix plugin uninstallsAAGaming
2024-07-03implement a shutdown routine instead of just waiting for all plugins to stop ...AAGaming
2024-06-27fix plugin uninstall dialog issuesv3.0.0-pre1aa/websocketsAAGaming
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-05-04implement fetch and external resource request apisAAGaming
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-14small loader refactoringAAGaming
2023-12-31finalize api for plugin events in backendAAGaming
2023-12-30Implement legacy & modern plugin method calls over WSAAGaming
2023-11-13Packaging rework (#531)marios8543/async-plugin-method-requestsK900