openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

`Meta::Plugin.SignatureLevel` inaccurate for old signature method #513

Closed ezio416 closed 1 month ago

ezio416 commented 2 months ago

For plugins signed the old way (.sig per file instead of the single .manifest), it shows they are unsigned (-1). I'm thinking they could be like this (an enum would be even better):

Some signed plugins I have that are showing unsigned because of this:

codecat commented 1 month ago

This is not possible to do because in theory every file could have a different signature. Instead, I have added HasManifest which you can use to check if the plugin has a manifest file (and whether SignatureLevel is a "valid" value)