- Clean NCurses Interface
- Extensive local help system
- Orderless interaction
- Configuration file
- Auto-reconnect
- 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
$ apt-get install build-essential libncurses5-dev libssl-dev
$ docker-compose build
$ docker-compose run --rm tbdc
connect to the container server via
/connect tbdc_server 9001
$ make all
View the section on how to contribute