ft_irc est un projet collaboratif visant à développer un serveur IRC simplifié en C++. Il est conforme aux spécifications du RFC 2812, ce qui lui permet d'être compatible avec les clients IRC existants. Ce projet a été réalisé en binôme avec echapus.
Le programme peut être compilé avec le Makefile:
make
Et le binaire peut être appelé comme ceci:
./ircserv <port> <password>
ft_irc is a collaborative project aimed at developing a simplified IRC server in C++. It adheres to the specifications outlined in RFC 2812, enabling compatibility with existing IRC clients. This project was completed in partnership with echapus.
The program can be compiled using the makefile:
make
And the binary can be run as follows:
./ircserv <port> <password>