No description
| bircd | ||
| .gitignore | ||
| bircd_unknown_func | ||
| ft_irc.hpp | ||
| handshake.cpp | ||
| main.cpp | ||
| Makefile | ||
| notes | ||
| README.md | ||
| server.cpp | ||
ft_irc
TODO
- add regex for vscode files in
.gitignore - create a server handling connections with clients
- parse messages sent from client
- implement functions to execute on server
DONE
- understand bircd given on the intra