Skip to content

FT_IRC is a project that consists of creating an simple IRC server in C++.

Notifications You must be signed in to change notification settings

psemsari/ft_irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

FT_IRC

FT_IRC is a project that consists of creating an IRC server in C++.

An IRC server is a computer program that allows users to connect and communicate with each other in real-time using the IRC protocol. It allows users to join channels, send messages, and perform various other actions.

The server will be capable of managing channels, users, private messages, and IRC commands.

Objectives

The objectives of the project are:

  • To create an IRC server in C++ that can manage multiple simultaneous connections
  • To implement basic IRC commands such as JOIN, PART, MODE, INVITE, TOPIC, NAMES, LIST, and KICK
  • To implement channels that can be created, modified, and deleted by users
  • To manage private messages between users

Resources

The resources used for this project are:

About

FT_IRC is a project that consists of creating an simple IRC server in C++.

Topics

Resources

Stars

Watchers

Forks