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

Projet de groupe trop fun

Notifications You must be signed in to change notification settings

GOT-projects/Ft_irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ft_irc

Notes

Sur netcat (nc) pour tapper un \r saisir ctrl+v

Sur weechat:

  • Ajouter le serveur /server add name server/port
  • Connexion au serveur /connect name -password=pass
  • Déconnecion du serveur /disconnect name
  • Changer de fenetre ctrl+x
[X] PASS
[X] USER
[X] NICK
[X] VERSION
[X] LUSERS
[X] INFO
[X] MODE  //progress need make test
[X] PRIVMSG
[X] NOTICE
[X] PING
[X] PONG
[X] JOIN //work in error
[X] QUIT
[X] OPER //need test
[X] PART
[X] TOPIC
[X] NAMES // in progress
[X] TIME
[X] INVITE
[X] KICK
[X] HELP

Liens

Modern IRC Client Protocol

List of Internet Relay Chat commands

University Chicago Project

c++ ou c++ (old version)

RFC

Internet Relay Chat Protocol - Internet Relay Chat Protocol [fr]

Internet Relay Chat: Architecture

Internet Relay Chat: Channel Management

Internet Relay Chat: Client Protocol

Internet Relay Chat: Server Protocol