Vinicius Oliveira

42 IRC

A simple IRC server.

École 422023
C++UnixTCPIRC

Penultimate project of the École 42 common core, 42 IRC is an IRC server that adheres to the RFCs 1459, 2810, 2811, and 2812. The server can handle multiple clients simultaneously and implements basic commands such as JOIN, PART, NICK, PRIVMSG, and PING.

The project was developed in C++ and uses TCP sockets for communication between the server and clients.