index
:
papo.git
master
Lightweight IRC server
Johnny Richard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.c
Age
Commit message (
Expand
)
Author
2022-05-10
channel: Create channel and implement join msg
HEAD
master
Johnny Richard
2022-05-05
server: Use SVFMT/SVARG marcos to print string_view
Johnny Richard
2022-04-22
server: Add JOIN message parser
Johnny Richard
2022-04-22
server: Fix welcome message reply
Johnny Richard
2022-04-22
string_view: Add string_view format macros
Johnny Richard
2022-04-22
client: Implement client_seng_msg
Johnny Richard
2022-04-21
server: Fix nick/channel not found error
Johnny Richard
2022-04-19
server: Polish messaging handling and client struct
Johnny Richard
2022-04-18
server: Replace cstr to string_view during msg parsing
Johnny Richard
2022-04-16
server: Accept and ignore empty messages
Johnny Richard
2022-04-14
server: Stop watching file description on EPOLLHUP
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-11
server.c: Reply to USER messages from client
Johnny Richard
2022-04-11
Add testing support
Johnny Richard
2022-04-10
Refactor server initialization
Johnny Richard
2022-04-09
server.c: Add constant to indentify cclient empty spot
Johnny Richard
2022-04-09
server.c: Exit using server.running bool attr
Johnny Richard
2022-04-09
server.c: Polish socket io data management
Johnny Richard
2022-04-09
server: Fix broke pipe after client close connection
Johnny Richard
2022-04-09
Print error string when syscall fail
Johnny Richard
2022-04-09
server.c: Replace regular prints to proper logging
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