summaryrefslogtreecommitdiff
path: root/server.c
AgeCommit message (Collapse)Author
2022-04-16server: Accept and ignore empty messagesJohnny Richard
2022-04-14server: Stop watching file description on EPOLLHUPJohnny Richard
2022-04-13server: Add support to PRIVMSG messageJohnny Richard
2022-04-12Add munit testing framework supportJohnny Richard
2022-04-11server.c: Reply to USER messages from clientJohnny Richard
2022-04-11Add testing supportJohnny Richard
2022-04-10Refactor server initializationJohnny Richard
2022-04-09server.c: Add constant to indentify cclient empty spotJohnny Richard
2022-04-09server.c: Exit using server.running bool attrJohnny Richard
2022-04-09server.c: Polish socket io data managementJohnny Richard
2022-04-09server: Fix broke pipe after client close connectionJohnny Richard
2022-04-09Print error string when syscall failJohnny Richard
2022-04-09server.c: Replace regular prints to proper loggingJohnny 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