Git Product home page Git Product logo

ft_irc's Introduction

๐Ÿ•Š๏ธ ft_irc

๐Ÿ›‚ Table of Contents

  1. Introduction
  2. Project Description
  3. Features
  4. Installation
  5. Usage
  6. Contributing

๐Ÿฆฎ Introduction

Internet Relay Chat or IRC is a textual communication protocol on the Internet RFC 2812. It is instantaneous communication mainly in the form of discussions in groups via discussion channels, but can also be used for one-to-one communication.

๐Ÿ“‘ Project Description

The ft_irc project focuses on building a custom IRC server in C++. The IRC protocol enables real-time text communication between multiple users in channels or private messages. The project emphasizes network programming, socket communication, and concurrent handling of multiple connections.

๐Ÿ”– Features

The ft_irc project includes the following features:

  • Multiple simultaneous client connections.
  • Support for multiple IRC commands, including JOIN, PART, PRIVMSG, NICK, etc.
  • Channel creation and management (JOIN, PART, etc.).
  • Private messaging between users.
  • User authentication and registration.
  • Error handling and graceful disconnection.

:accessibility: Installation

To set up the ft_irc project on your local machine, follow these steps:

  1. Clone the repository: git clone https://github.com/MikelTolino/ft_irc.git
  2. Navigate to the project directory: cd ft_irc
  3. Compile the server using the provided Makefile: make
  4. Start the server: ./ircserv <port> <password>

๐Ÿ’โ€โ™‚๏ธ Usage

Once the server are running, you can use the client's command-line interface to interact with the IRC server. I strongly recommend using Irssi but you can choose the IRC Client you want.

For more information on the available commands and their usage, refer to the documentation provided by your IRC Client.

ft_irc's People

Contributors

migueltolino avatar mikevgb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.