Giter VIP home page Giter VIP logo

ft_irc's Introduction

๐Ÿ’ฌ ft_irc

Our own IRC Server written in C++ using select/poll. Tested with LimeChat and Textual.

Made by: ๐Ÿจ mmunoz-f ๐Ÿฆ” rorozco- ๐Ÿฆž pruiz-ca

Features

  • RFC Compliant
  • Compatible with comercial clients
  • Server password
  • Nick and Username registration
  • Ping Pong
  • Channels
  • Modes (user, channels and operator)
  • Kick, Kill and Ban
  • Messages / notice
  • List, names, whois, who

How to use

  1. Clone this repo.

  2. Run make or make debug to print what the server receives and sends to stdout.

  3. Run ircserv <port> <server_password>

  4. Using the client you like the most, connect to the IP and Port printed by the server.

  5. Send the following commands to gain access to the server:

     PASS <server_password>
     USER <username> 0 * :<Real Name>
     NICK <nickname>
    
  6. By now you should have access and are able to create channels or communicate with other users.

Resources

http://beej.us/guide/bgnet/html/ โญ๏ธ

https://modern.ircdocs.horse/ โญ๏ธ

https://www.rfc-editor.org/rfc/rfc2812

https://www.rfc-editor.org/rfc/rfc2813

http://chi.cs.uchicago.edu/chirc/index.html

http://books.msspace.net/mirrorbooks/irchacks/059600687X/irchks-CHP-5-SECT-2.html

https://www.cs.cmu.edu/~prs/15-441-F10/project1/project1.pdf

http://se.inf.ethz.ch/student_projects/fabian_gremper/Report.pdf

https://modern.ircdocs.horse/ctcp.html

https://modern.ircdocs.horse/dcc.html

ft_irc's People

Contributors

pruiz-ca 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.