Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 505 Bytes

CHANGELOG.md

File metadata and controls

25 lines (13 loc) · 505 Bytes

Changelog

v. 0.1a

  • Konsent was uploaded to GitHub under the GNU General Public License. Hooray

v. 0.2a

  • Got rid of "display name" and made some rules for usernames

  • Buffed up password storing security (replaced hashlib with bcrypt)

  • Implemented CSRF (Cross-site request forgery) protection

  • Added automated testing

  • Enforced better passwords

  • Refactored everything to comply with PEP8

  • Restructured the whole project

  • Switched to ORM (SQLAlchemy)

  • Smashed a ton of bugs