Releases: webcirque/snowplum
Releases · webcirque/snowplum
0.3.0
What's New in 0.3.0
- Code refactoring.
- Allow importing admin tokens to use admin commands.
- Ability to show config (
/admin/showConf
) and reload config (/admin/reloadConf
) via web requests. - Primitive blocklist support, and it currently doesn't support any importing.
- More organized console output.
0.2.1
- Added reserved functionality to customize blocklists. Always contains two rules:
config.json
and/access/*
. - Added ability to freely choose hashing algorithm from these five:
SHA1
,RIPEMD160
,SHA256
,SHA512
,SHA3
. - You can now define allowed types in the config file.
- Isolated spaces for organizing files of different types.
- Added ability to customize Base64 projection map.
- Added ability to customize maximum Base64 hash length (truncated).
- Removed
rat
(required authentication type) parameter, addedvalidTill
parameter.