summaryrefslogtreecommitdiff
path: root/src/plugin_manager/plugin_manager_config.cpp
AgeCommit message (Collapse)Author
2022-08-31plugin_manager adapt session_manager API and rewrite plugin_manger gtestluwenpeng
2022-08-10Modify the implementation of the plugin manager take overluwenpeng
A plugin that is taken over, if the plugin was called before being taken over and has a registered SESSION_EVENT_CLOSING event, it will be called again when the SESSION_EVENT_CLOSING event comes. Otherwise, the plugin will not be called.
2022-08-08Refactored pm_session_dettach_others to pm_session_take_overluwenpeng
2022-08-04Plugin management support pm_session_dettach_me and pm_session_dettach_othersluwenpeng
Add test cases for pm_session_dettach_me and pm_session_dettach_others
2022-08-02Plugin Management support C pluginluwenpeng