Skip to content

seniorkot/Chat-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat Server v0.2

Build

Run make in the repository

  • make to install program
  • make clean to clean from object files
  • make uninstall to uninstall program

Using

./c_server [port] to run server
You can get client here
After installing there is account admin with password qwerty

Version 0.2 (22.01.2017)

Chatroom for 50 users with few commands and authorization system.

Available

  • Sending messages;
  • Sending private messages;
  • Signing up & signing in;
  • Changing nickname & password;

Commands list

\login [nickname] [password] - sign in
\register [nickname] [password] - sign up
\name [nickname] - change nickname
\passwd [old] [new] - change password
\pm [user] [message] - send private message
\online - print online users list
\h \help - print available commands list
\q \quit - leave server

Version 0.1 (20.11.2016)

Simple chatroom for 50 users.

Available

  • Sending messages;
  • Changing nickname;