summaryrefslogtreecommitdiff
path: root/readme.md
AgeCommit message (Collapse)Author
2022-09-07Update readme.mdHEADdev郑超
2022-09-07Update readme.md郑超
2022-09-07Update readme.md郑超
2022-09-07Add chapter concepts to readme.md郑超
2022-08-16rename fn_session_event_callback to plugin_event_callback and update API ↵luwenpeng
parameters * plugin_event_callback delete 'struct stellar_packet *p' * plugin_event_callback rename 'uint16_t len' to 'size_t len' * plugin_event_callback rename 'void **pme' to 'void **ctx'
2022-08-11Merge branch develop-0.0liuwentan
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-02Update readme.md郑超
2022-07-27📃 docs(readme): update stellar-high-level-design.svgyangwei
2022-07-27Add readme.mdzhengchao