Coder Social home page Coder Social logo

ft_irc's Introduction

ft_irc Project

Introduction

ft_irc is an IRC (Internet Relay Chat) server implementation, part of the 42 curriculum. It focuses on network programming, client-server architecture, and adhering to the IRC protocol.

Features

  • Multiple Client Handling: Supports multiple simultaneous client connections.
  • TCP/IP Communication: Implements client-server communication using TCP/IP (v4 or v6).
  • Authentication: Password-based client authentication.
  • Nicknames and Usernames: Allows setting and changing nicknames and usernames.
  • Channels: Join, message, and manage channels.
  • Private Messaging: Send and receive private messages.
  • Operators and Users: Differentiation between operators and regular users.
  • Channel Commands: Includes commands like KICK, INVITE, TOPIC, and MODE.
  • File Transfer: Capability for handling file transfers (Bonus).
  • IRC Bot: Incorporates an IRC bot for additional functionalities (Bonus).

Installation and Usage

  1. Clone the repository
  2. Compile the program: make
  3. Run the server: ./ircserv <port> <password>

Technologies Used

  • C++ programming language
  • Networking protocols and socket programming

Ressources

rfc 1459 Internet Relay Chat Protocol (1993)
rfc 2810 Internet Relay Chat: Architecture (2000)
rfc 2811 Internet Relay Chat: Channel Management (2000)
rfc 2812 Internet Relay Chat: Client Protocol (2000)
rfc 2813 Internet Relay Chat: Server Protocol (2000)

Modern IRC Client Protocol
Response codes list

ft_irc's People

Contributors

taleax avatar max-schlenz avatar dantonik 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.