• Joined on 2026-05-05
iherman created pull request aortigos/ft_irc#10 2026-05-07 12:20:35 +00:00
echo-server-implementation
iherman pushed to echo-server-implementation at aortigos/ft_irc 2026-05-07 12:20:07 +00:00
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 3 commits »
iherman created branch echo-server-implementation in aortigos/ft_irc 2026-05-07 12:20:07 +00:00
iherman deleted branch fixing-idiot-mistake from aortigos/ft_irc 2026-05-06 16:27:52 +00:00
iherman pushed to main at aortigos/ft_irc 2026-05-06 16:27:51 +00:00
38823adb9d Merge pull request 'Fixed a really stupid mistake wow thats crazy' (#8) from fixing-idiot-mistake into main
fd7a24de3d Fixed a really stupid mistake wow thats crazy
Compare 2 commits »
iherman merged pull request aortigos/ft_irc#8 2026-05-06 16:27:50 +00:00
Fixed a really stupid mistake wow thats crazy
iherman created pull request aortigos/ft_irc#8 2026-05-06 16:27:44 +00:00
Fixed a really stupid mistake wow thats crazy
iherman pushed to fixing-idiot-mistake at aortigos/ft_irc 2026-05-06 16:27:30 +00:00
fd7a24de3d Fixed a really stupid mistake wow thats crazy
iherman created branch fixing-idiot-mistake in aortigos/ft_irc 2026-05-06 16:27:30 +00:00
iherman deleted branch remove-executable from aortigos/ft_irc 2026-05-06 16:20:27 +00:00
iherman pushed to main at aortigos/ft_irc 2026-05-06 16:20:27 +00:00
635335831c Merge pull request 'Removed executable and added a check to the Server class to check whether the port is in a valid range' (#7) from remove-executable into main
cbc6c7fc41 Removed executable and added a check to the Server class to check whether the port is in a valid range
Compare 2 commits »
iherman merged pull request aortigos/ft_irc#7 2026-05-06 16:20:25 +00:00
Removed executable and added a check to the Server class to check whether the port is in a valid range
iherman created pull request aortigos/ft_irc#7 2026-05-06 16:20:14 +00:00
Removed executable and added a check to the Server class to check whether the port is in a valid range
iherman pushed to remove-executable at aortigos/ft_irc 2026-05-06 16:19:38 +00:00
cbc6c7fc41 Removed executable and added a check to the Server class to check whether the port is in a valid range
iherman created branch remove-executable in aortigos/ft_irc 2026-05-06 16:19:38 +00:00
iherman deleted branch simple-main from aortigos/ft_irc 2026-05-06 16:09:48 +00:00
iherman pushed to main at aortigos/ft_irc 2026-05-06 16:09:48 +00:00
f2bbec366b Merge pull request 'Made a basic arg parser and shell implementation of the Server class' (#6) from simple-main into main
b47c7dc9b8 Made a basic arg parser and shell implementation of the Server class
Compare 2 commits »
iherman merged pull request aortigos/ft_irc#6 2026-05-06 16:09:48 +00:00
Made a basic arg parser and shell implementation of the Server class
iherman created pull request aortigos/ft_irc#6 2026-05-06 16:09:31 +00:00
Made a basic arg parser and shell implementation of the Server class
iherman pushed to simple-main at aortigos/ft_irc 2026-05-06 16:07:37 +00:00
b47c7dc9b8 Made a basic arg parser and shell implementation of the Server class