summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
* changes in work spec-symbols have done; server: send info about online and ↵Joursoir2020-12-138-38/+124
| | | | players
* some changes in reg/auth; client: remove name in argumentsJoursoir2020-12-064-110/+93
|
* add registration and authorizationJoursoir2020-12-0510-244/+379
|
* 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