Giter Site home page Giter Site logo

ft_irc's Introduction

ft_irc (ircserv)

The "ircserv" project involves the development of an IRC (Internet Relay Chat) server using C++ 98. This server is designed to accept incoming connections on a specified port and requires a password for client authentication. Its primary goal is to replicate the functionality of an IRC server, allowing clients to authenticate, set nicknames, join channels, send and receive private messages, and perform channel-specific operations. The server should be non-blocking, supporting multiple simultaneous clients and efficient I/O operations using polling or equivalent mechanisms.

Score

  • 125%

Project Highlights:

  • Developed in C++ 98, focusing on creating a functional IRC server.
  • Supports client authentication with a password.
  • Allows clients to set nicknames, join channels, send and receive messages, and perform channel-specific operations.
  • Ensures non-blocking operations without using forking.
  • Utilizes polling or equivalent mechanisms for efficient I/O handling.
  • Ensures compatibility with a reference IRC client for evaluation.
  • Offers optional features like file transfer and a bot for extended functionality.

Usage:

To use the "ircserv" server, follow these steps:

  1. Compile the server using the provided Makefile and appropriate build commands.
  2. Run the server using the following command: ./ircserv <port> <password>
  • <port>: The port number on which the server will listen for incoming connections.
  • <password>: The password required for client authentication.
  1. Connect IRC clients (nc or irssi) to the server using the provided port and password.

Authors

Archibald Thirion
Cristina Mois
Léa Murtin

ft_irc's People

Contributors

archips avatar

Watchers

 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.