Skip to content

Huakfy/ft_irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_irc

Fr

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>

En

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published