lalouli / IRC_SERVER

# IRC Server in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRC Server in C++

This is an IRC (Internet Relay Chat) server implemented in C++. It allows multiple clients to connect and chat in real time using the IRC protocol.

Features

  • Supports multiple simultaneous connections from clients
  • Implements the IRC protocol according to the RFCs
  • Supports basic chat commands such as JOIN, PART, PRIVMSG, etc
  • Maintains a list of connected users and channels
  • Supports authentication and registration of users with passwords

About

# IRC Server in C++


Languages

Language:C++ 99.1%Language:Makefile 0.9%