A simple IRC server written in C++98
This server has been developed with irssi as reference IRC client
It is not guaranteed that this server will work with other IRC clients
git clone https://github.com/Bilaboz/ft_irc.git
cd ft_irc
make
./ircserv <port> [password]
Example: ./ircserv 6667 securepassword
Note: the password is optional
Supported commands
WHO
DIE
PING
QUIT
JOIN
NICK
PASS
PART
KICK
MODE (+-itkol)
USER
TOPIC
WHOIS
INVITE
NOTICE
PRIVMSG
Contributions, issues and feature requests are welcome!
Feel free to check issues page
Give a ⭐️ if this project helped you!