lila-chat/CHANGELOG.md

21 lines
508 B
Markdown
Raw Normal View History

## 0.5.0
- Most actions should now fail on a NULL token
- Cookie should now expire after a week
- Use sled database instead of json file to store users
2021-07-22 17:06:22 +00:00
- Now use `GET /api/token/<name>` to validate a users session token
## 0.4.0
- Serve frontend code
- Set cookie for token
- Basic messaging functionality
- Return JSON for all http requests
- License added (CNPLv6+)
## 0.3.0
- Add todo and other info to README
- Add chat core
## 0.2.0
- Basic functionality added
- Program is split into multiple files