Skip to content

2. Current features

SciTechMC edited this page Feb 10, 2025 · 3 revisions

📘 Current Features

1️⃣ User Management

  • Registration: Users can create accounts with a username, password, and email address.
  • Login: Secure login using a session token for authenticated access.
  • Password Reset: Users can reset their password through a dedicated recovery system using an email verification link.

2️⃣ Messaging

  • Chat Creation: Easily start a chat between two users.
  • Real-Time Messaging: Send and receive messages instantly through WebSocket communication.
  • Encrypted Messages: All message transmissions are encrypted during transmission to ensure user privacy and security.

3️⃣ Account Management

  • Logout: Log out from your account securely.
  • Automatic Data Cleanup: data.json is cleared automatically when the application closes, keeping your local data clean and secure.

4️⃣ Chat Interface

  • Real-Time Chat Display: The second window displays all chat messages in real time.
  • Message Input: The first window is where users compose and send messages.

5️⃣ Notifications

  • Email Notifications: Receive email notifications for password recovery, verification, and subscription updates.

Clone this wiki locally