From fa80531e47117b6378044b73cd95a093f76f7ea6 Mon Sep 17 00:00:00 2001 From: Nendensu <102186814+Nendensu@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:24:40 +0300 Subject: [PATCH] Fix TODO.md Fixed grammar and spaces --- TODO.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index a9c8378..e6849e6 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,7 @@ All work can be separated into three stages. In this stage maintainer must improve code, fix codestyle and remove controversial decisions. List for client part: -* Cleints can't exit from chat with EOF. They need to kill process for exit it's not so good because socket stays open +* Clients can't exit from chat with EOF. They need to kill process to exit and it's not so good because socket stays open * Endless while is BIG problem * Maybe smthing else... @@ -17,12 +17,12 @@ List for server part: ## Stage II -This is part where maintainer must improve functionality +This is a part where maintainer must improve functionality List: -* Big messages is not supported. Fix -* Client can't communicate together, only write-client and read-server model works now. Fix -* Add manualy disconect user from server +* Big messages are not supported. Fix +* Clients can't communicate together, only write-client and read-server model works now. Fix +* Add manual disconnection of a user from a server ## Stage III @@ -31,4 +31,4 @@ This part is SO hard List: * Add name-aliasing for users (i.e. connect by name not by ip) * Add group chat functionality (**HARD**) -* Add GUI (**HARD**) [for example you can see smthing like [this](https://github.com/Immediate-Mode-UI/Nuklear)] \ No newline at end of file +* Add GUI (**HARD**) [for example you can see smthing like [this](https://github.com/Immediate-Mode-UI/Nuklear)]