summaryrefslogtreecommitdiff
path: root/backend/src/plugin.py
AgeCommit message (Collapse)Author
2024-02-09Revert "Call plugin unload function after stopping event loop (#539)" (#584)Party Wumpus
This reverts commit 39f4f2870b4c0924421130a3f532c07320938e97 , because functions (seemingly) don't run after the event loop closes, so the unload function is never actually run.
2023-12-15Call plugin unload function after stopping event loop (#539)Jan
This can prevent race conditions where unload is clearing data but main is still working with it
2023-10-31Fix logging.handlers import and improve plugin modulesv2.10.8-pre1marios8543
2023-10-27fix decky imports from pluginsv2.10.7-pre1marios8543
2023-10-25Merge aa/type-cleanup-py (work by marios, aa, wolv)v2.10.6-pre1TrainDoctor