Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.12 KB

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