Skip to content

Commit 6d5ab6c

Browse files
authored
Update README.md
1 parent 19e9aa2 commit 6d5ab6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,13 @@ to add:
9595
- ~~add on close function to disconnect and stop the threads before closing the app~~
9696
- ~~add "start game" button which enables when the room has the minimum users required~~
9797
- ~~add open/close checkbox to allow users to join~~
98+
- ~~check if the users get disconnected properly when closing the app by the Launcher~~
9899
- ~~change the "this.client != null" check with NavState.MP_CLIENT (same for the server)~~
99100
- ~~fix Join Existing Room validation~~
100101
- ~~move Controller methods (in a proper order)~~
101102
- ~~fix KickUser (removes the server too). The problem was that goBack(), instead of switchToMP, closed the connection, so client sent KICK and DISCONNECT before closing the socket~~
103+
- ~~fix exception print stack (handle them in a more proper way)~~
104+
- ~~catch Connection Reset~~
102105
- ~~SocketException: Interrupted function call: accept failed, thrown when we back from the server room, when no one has been accepted yet~~
103106
- ~~add a ban list (nickname/IP)~~
104107
- add banned user throws null pointer exception on Linux, fix it
@@ -107,16 +110,13 @@ to add:
107110
- automatic textarea scrolling, to last message
108111
- add copy in notes when clicking on a username (inside a room)
109112
- server can enable/disable the chat(?)
110-
- catch Connection Reset
111-
- fix exception print stack (handle them in a more proper way)
112113
- add timer after sending READY message
113114
- fix gui components to have proper dimension
114115
- add Datagram (UDP) variant
115116
- add HTTP/websocket variant(?)
116117
- create a logger (?) and log messages to file too
117118
- create a class for my Spinner (MikyllSpinner ?)
118119
- add an headless server to handle the room list (when a server creates a room it's inserted into the list, and the client can access that list to see those rooms)
119-
- check if the users get disconnected properly when closing the app by the Launcher
120120
- use this template for CluedoApp
121121

122122
### Built With

0 commit comments

Comments
 (0)