index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
/
plugin
/
plugin_interface.rs
Age
Commit message (
Expand
)
Author
2026-08-04
feat(plugin): dispatch plugin event subscribers through the RPC worker
nsfisis
2026-08-04
fix(plugin): resolve review findings in the plugin activation flow
nsfisis
2026-08-04
feat(plugin): activate plugins through the PHP RPC worker
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-06-20
refactor(plugin): return borrowed plugins from get_plugins, drop clone_box
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-05-29
refactor(io): unify IOInterface params to Rc<RefCell<dyn _>>
nsfisis
2026-05-22
refactor(composer): unify Composer/PartialComposer via Rc handles
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
2026-05-20
fix(compile): fix all remaining compile errors
nsfisis
2026-05-19
fix(compile): fix various compile errors
nsfisis
2026-05-17
fix(compile): extract constants from traits to make them dyn-compatible
nsfisis
2026-05-12
feat(port): port PluginInterface.php
nsfisis
2026-05-12
feat(init): add scaffold files
nsfisis