Age | Commit message (Expand) | Author |
---|---|---|
2022-05-10 | channel: Create channel and implement join msgHEADmaster | Johnny Richard |
2022-04-13 | server: Add support to PRIVMSG message | Johnny Richard |
2022-04-12 | Add munit testing framework support | Johnny Richard |
2022-04-10 | Refactor server initialization | Johnny Richard |
2022-04-09 | server: Fix broke pipe after client close connection | Johnny Richard |
2022-04-09 | server: Rename server_listen to server_start | Johnny Richard |
2022-04-07 | server.c: Accept multiple clients concurrently | Johnny Richard |
2022-04-07 | server.c: Move accept syscall to server_listen function | Johnny Richard |
2022-04-07 | server.c: Create server struct | Johnny Richard |