lila-chat/CHANGELOG.md

673 B

0.5.1

  • /api/logout API to delete session token
  • Add basic support for different message types
  • Messages now use unix timestamps
    • Backend finds timestamp

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
  • 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