Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...

Expand All @@ -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
Expand All @@ -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)]
* Add GUI (**HARD**) [for example you can see smthing like [this](https://github.com/Immediate-Mode-UI/Nuklear)]