summaryrefslogtreecommitdiff
path: root/server.h
AgeCommit message (Expand)Author
2022-05-10channel: Create channel and implement join msgHEADmasterJohnny Richard
2022-04-13server: Add support to PRIVMSG messageJohnny Richard
2022-04-12Add munit testing framework supportJohnny Richard
2022-04-10Refactor server initializationJohnny Richard
2022-04-09server: Fix broke pipe after client close connectionJohnny Richard
2022-04-09server: Rename server_listen to server_startJohnny Richard
2022-04-07server.c: Accept multiple clients concurrentlyJohnny Richard
2022-04-07server.c: Move accept syscall to server_listen functionJohnny Richard
2022-04-07server.c: Create server structJohnny Richard