Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

v0.3.308

Latest
Compare
Choose a tag to compare
@dudeisbrendan03 dudeisbrendan03 released this 23 Sep 20:46
· 6 commits to master since this release
8363a3d

This version introduces a lot of patches including new features like operator.

Operator is a simple feature that lets you flag accounts and 'promote' existing tokens from operator users to operator tokens. These tokens will be used to access special functions.

Operator is implemented but there are no features using it. You can create a handler that checks if a token belongs to an operator by checking tokenObject.op exists and is true.

Other things 0.3.305+ includes:

  • New shipping file containing version data
  • etclib has a user verification function now
  • Instance information at /instance/info or /instance
  • etclib has hash verification now
  • Operator identifier
  • Fatal errors are logged to the main directory and the server will prevail
  • Removed HTTPS warnings when secured is set to false in the config