/IRC_SERVER

# IRC Server in C++

Primary LanguageC++

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