Skip to content
Michael Geitz edited this page Apr 15, 2018 · 4 revisions

TBDChat

Client Features

  • Clean NCurses Interface
  • Extensive local help system
  • Orderless interaction
  • Configuration file
  • Auto-reconnect

Server Features

  • Allows a single registration for any given unique username
  • Stores a SHA256 hashed password associated with each username
  • Saves username/realname/passhash to a file so registration persists after server is shutdown
  • Reacts accordingly to all client commands dependent on client state
  • Chat with n clients at a time
  • Rooms containing unique chat sessions simultaneously
  • Create or join rooms
  • Invite others to join your room
  • Each room supports n clients
  • Sanitizes input fields which require so accordingly
  • SHA256 hashing for password storage
Clone this wiki locally