Skip to content

SickMarco/42IRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42IRC

Internet Relay Chat Server in C++

Internet Relay Chat (IRC) is a text-based chat system for instant messaging. IRC is designed for group communication in discussion forums, called channels, but also allows one-on-one communication via private messages as well as chat and data transfer, including file sharing.

This project is about creating your own IRC server. You will use an actual IRC client to connect to your server and test it. Internet is ruled by solid standards protocols that allow connected computers to interact with each other. It’s always a good thing to know.

Launch the server with:

./ircserv 6667 ktm

You can test the server with Netcat or enjoy Konversation graphical user interface.

Port: 6667 | Password: ktm

konversation Konversation preview

irc.mp4

Build by @mbozzi and @mrbff

About

Internet Relay Chat Server in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published