2026-02-26 - 2026-05-26
Overview
37 Pull requests merged by 2 users
Merged
#39 Topic cmd
Merged
#38 Check if channel is empty
Merged
#37 Fixed kick command, doesnt accept empty values
Merged
#36 Updated tasks.md
Merged
#35 kick-command
Merged
#34 privmsg-to-users
Merged
#33 updated tasks
Merged
#32 invite-cmd
Merged
#31 Added MODE and invite only functionality
Merged
#30 join cmd and channel fixes
Merged
#29 Improving commands and added quit
Merged
#28 now broadcast send message to every member of channel, excluding the author of message
Merged
#27 less lines, same code
Merged
#26 Doing join command
Merged
#25 Channel changes and init JOIN command
Merged
#24 user command has been init
Merged
#23 Nick command now do all the checks
Merged
#22 pass has been refactorized and nick command init
Merged
#21 send function inside client
Merged
#20 Parser accept server functions, and first stage for implementing client.send function
Merged
#19 Added close() calls to all Server constructor fails, also added SO_REUSEADDR
Merged
#18 Made the commands_ map be a Server attribute
Merged
#17 Added a basic command parser with a temporary echo command. Can be expanded by just adding command functions to the std::map commands, Should maybe move the commands map to the Server class later
Merged
#16 pass-command
Merged
#14 Channel class init
Merged
#13 User constructor with fd
Merged
#12 Fixed syntax and operator=
Merged
#11 SRC points to User/User.cpp, instead of Client/Client.cpp
Merged
#10 echo-server-implementation
Merged
#9 client-class-init
Merged
#8 Fixed a really stupid mistake wow thats crazy
Merged
#7 Removed executable and added a check to the Server class to check whether the port is in a valid range
Merged
#6 Made a basic arg parser and shell implementation of the Server class
Merged
#5 Finished makefile
Merged
#4 tasks-file
Merged
#3 Created makefile
Merged
#2 Added thanks at the end
1 Pull request proposed by 1 user
Proposed
#1 Branch finished user class created