Skip to content

Releases: webcirque/snowplum

0.3.0

02 Jun 15:47
1d04d01
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

What's New in 0.3.0

  1. Code refactoring.
  2. Allow importing admin tokens to use admin commands.
  3. Ability to show config (/admin/showConf) and reload config (/admin/reloadConf) via web requests.
  4. Primitive blocklist support, and it currently doesn't support any importing.
  5. More organized console output.

0.2.1

14 May 14:40
f1cb8ff
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  1. Added reserved functionality to customize blocklists. Always contains two rules: config.json and /access/*.
  2. Added ability to freely choose hashing algorithm from these five: SHA1, RIPEMD160, SHA256, SHA512, SHA3.
  3. You can now define allowed types in the config file.
  4. Isolated spaces for organizing files of different types.
  5. Added ability to customize Base64 projection map.
  6. Added ability to customize maximum Base64 hash length (truncated).
  7. Removed rat (required authentication type) parameter, added validTill parameter.