Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
/ ft_irc Public archive

42 | A complete IRC server, RFC compliant, written in C++

Notifications You must be signed in to change notification settings

kema-dev/ft_irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project's status Project's primary language Project's focus


Logo
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contact
  6. Acknowledgments

About The Project

ft_irc is a 42 project, aiming to create an IRC server written in C++, compliant with IRC's RFC

You can find full subject here

Built With

Getting Started

Prerequisites

Installation

  • Clone the repo

    git clone https://github.com/kema-dev/ft_irc.git
  • Build the project using make

    make

Usage

  • Launch the program

    ./bin/irc_server <port> <password>
  • Connect your IRC client to the server using appropriate port and password

Roadmap

  • The project is finished and no further work is planned on it

See the open issues for a full list of proposed features (and known issues).

Contact

We are two creators :

kema-dev - GitHub

dorianginisty - GitHub

Acknowledgments

About

42 | A complete IRC server, RFC compliant, written in C++

Topics

Resources

Stars

Watchers

Forks