Skip to content

Releases: NJUPT-NYR/SOPT

0.2.1

06 Jun 03:33
Compare
Choose a tag to compare

This version of SOPT gives a minor refinement on configuration.
It also fixed some bugs.

New

  1. Autoconfiguration script configure.py.

Improvements

  1. No more need for initial rank configuration.
  2. Add logger for tracker.

Bugs

  1. Possible inconsistent in passkey filter update.
  2. Possible CRLF attack in old lettere version.

0.2.0

29 Apr 09:24
Compare
Choose a tag to compare

This version of SOPT including some new features related to storage and logger.
It also contains some bug fixes.

New

  1. Split k-v storage and usage via KVStorage trait(default is sled).
  2. Send hot passkey update to tracker, a new env field is introduced.
  3. Better logger system, now you can access log via file system.
  4. Now admin can award special rank to a user(see /admin/user/award_rank in API).

Improvements

  1. Now personal torrent status return whether torrent is free.

Bugs

  1. Eliminate previous unchecked sql statements.
  2. User cannot level up when rank's name is changed after.

0.1.0

06 Apr 17:09
Compare
Choose a tag to compare

Initial release of SOPT, binaries with full features.

See docs in zip for more information.