summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
* refactor code; add class storing usersJoursoir2020-12-024-77/+129
|
* try to make the code is easier; start work with dbJoursoir2020-12-0212-448/+535
|
* add database classJoursoir2020-12-022-0/+136
|
* refactoring and some featureJoursoir2020-11-304-111/+197
| | | | | | | | | client: type nick in argument server: basis for registration; change style add commands; edit send msg to user; feature: private room
* server: add different messages, support commands('/') and spec-messagesJoursoir2020-11-274-87/+239
|
* add second (work with chat) level of abstractionJoursoir2020-11-257-3/+505
|
* server: add first (work with sockets) level of abstractionJoursoir2020-11-233-0/+158