openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

add `Signed` to `Meta::Plugin` #428

Closed ezio416 closed 6 months ago

ezio416 commented 6 months ago

Would just be nice to have a way to check if another plugin is signed

codecat commented 6 months ago

What's the exact purpose of this? So that I know what information you really need.

ezio416 commented 6 months ago

I'm displaying lists all installed plugins, and seeing which are signed or not would be a useful bit of information to add to that. I'd also like the option to uninstall plugins (I made a PR to Plugin Manager for that) and checking if one is signed would add more safety to that as well

ezio416 commented 6 months ago

It may also be useful to see if a plugin is signed the old way (.sig) or the new way (.manifest), but this is definitely less important than just seeing if it's signed at all

ezio416 commented 6 months ago

Thank you!