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

Releases: dudeisbrendan03/RESTful-api

v0.3.308

23 Sep 20:46
8363a3d
Compare
Choose a tag to compare

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

v0.3.305-beta

23 Aug 23:23
Compare
Choose a tag to compare
v0.3.305-beta Pre-release
Pre-release

Pending PR into release.

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

v0.2.249

07 Aug 15:45
367cc7b
Compare
Choose a tag to compare
Merge pull request #20 from dudeisbrendan03/Superigi-patch-1

Update README.md