• Joined on 2026-05-05
iherman pushed to main at aortigos/ft_irc 2026-05-12 18:03:49 +00:00
78aa891d38 Merge pull request 'Made the commands_ map be a Server attribute' (#18) from parsing-update into main
3578bd5b5c Made the commands_ map be a Server attribute
Compare 2 commits »
iherman merged pull request aortigos/ft_irc#18 2026-05-12 18:03:47 +00:00
Made the commands_ map be a Server attribute
iherman created pull request aortigos/ft_irc#18 2026-05-12 18:03:42 +00:00
Made the commands_ map be a Server attribute
iherman pushed to parsing-update at aortigos/ft_irc 2026-05-12 18:03:24 +00:00
3578bd5b5c Made the commands_ map be a Server attribute
iherman created branch parsing-update in aortigos/ft_irc 2026-05-12 18:03:24 +00:00
iherman deleted branch command-parser from aortigos/ft_irc 2026-05-11 18:40:06 +00:00
iherman pushed to main at aortigos/ft_irc 2026-05-11 18:40:06 +00:00
644dbe92a8 Merge pull request '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' (#17) from command-parser into main
226a271a41 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
Compare 2 commits »
iherman merged pull request aortigos/ft_irc#17 2026-05-11 18:40:05 +00:00
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
iherman created pull request aortigos/ft_irc#17 2026-05-11 18:39:54 +00:00
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
iherman pushed to command-parser at aortigos/ft_irc 2026-05-11 18:39:19 +00:00
226a271a41 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
iherman created branch command-parser in aortigos/ft_irc 2026-05-11 18:39:19 +00:00
iherman deleted branch server-multiple-clients from aortigos/ft_irc 2026-05-10 18:24:53 +00:00
iherman closed pull request aortigos/ft_irc#15 2026-05-10 18:24:45 +00:00
server-multiple-clients
iherman pushed to main at aortigos/ft_irc 2026-05-10 18:24:07 +00:00
c61e0826c6 Merged changes
d6652af02d Added missing header to main
bdc24594a4 Added functional multiple client handling
Compare 3 commits »
iherman created pull request aortigos/ft_irc#15 2026-05-10 18:15:52 +00:00
server-multiple-clients
iherman pushed to server-multiple-clients at aortigos/ft_irc 2026-05-10 18:05:54 +00:00
d6652af02d Added missing header to main
bdc24594a4 Added functional multiple client handling
Compare 2 commits »
iherman created branch server-multiple-clients in aortigos/ft_irc 2026-05-10 18:05:54 +00:00
iherman deleted branch echo-server-implementation from aortigos/ft_irc 2026-05-07 12:22:14 +00:00
iherman pushed to main at aortigos/ft_irc 2026-05-07 12:22:14 +00:00
cd4eb82af2 Merge pull request 'echo-server-implementation' (#10) from echo-server-implementation into main
752eb89e72 Improved Server::run to now properly handle multiple packets
4beabead01 Added a basic Server::run function which listens for one connection and sends the data back, added listen call to server constructor
0c29c50e23 Created a functional basic constructor for Server class
Compare 4 commits »
iherman merged pull request aortigos/ft_irc#10 2026-05-07 12:22:13 +00:00
echo-server-implementation