1- basic IRC functional server; 2- uml diagram updated; 3- added subject

This commit is contained in:
ouafabulous 2025-05-14 23:38:21 +02:00
parent 186285eaf6
commit 025cf314a3
6 changed files with 74 additions and 19 deletions

View file

@ -7,11 +7,11 @@ class Server {
- _port : int
- _password : string
- _clients : List<Client>
- _socket_id : int
- _fd : int
- _server_fd : int
+ showInfo() : void
+ getPort() : int
+ start() : void
}
' ========================