You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is now an autonoscope engine that can automatically apply rules to exclude structs from scope when added
quickstart and mod update are now much faster
http_fetch and http_fetch_json have been added as a shorthand for http_send with status code validation and optionally parsing the body as json, reducing the boilerplate in a few modules
tls support has been added to sock_connect
pgp_pubkey can now return the primary key fingerprint and signatures
netblocks have been added as a struct
Modules can be listed by input source
base64 and base32 functions have been added, with support for custom alphabets
Startup time has been improve significantly
noscope/scope are now exposed to the cli as sn0int noscope and sn0int scope
set_err has been added for certain control-flow cases
Some fields are now automatically lowercased
Installed modules are now tagged with [installed] in the search results
The module search got a --new flag to show only modules we haven't installed yet