Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

A school project : a simple IRC server that handle most important commands of RFC1459

Notifications You must be signed in to change notification settings

lazybobcat/simple-irc-server

Repository files navigation

======== IRC SERVER ========
Authors:
	Boutter Loïc
	Masson Guillaume
	

======== COMMENTS ========

The default used port is 4321. You can change this default in the file "config.cpp". You will need to redo a make.
	
	
======== IMPLEMENTED COMMANDS ========

NICK <nickname>
	This change your nickname or set it just after a USER command
	
USER  <username> <host> <server name> :<real name>
	This should be the first command sended by the client.
	
QUIT
	

JOIN <channel>
	
	
PART <channel>
	
	
TOPIC <channel> [:<topic>]
	
LIST
	

PRIVMSG <destinataire> <message>
	
KICK <channel> <victim> (:<reason>)
	
	
MODE <channel> <mode> [<params>]
	Change the channel mode. Here are the parameters available :
		+/-o : -o is only usable on yourself
		+/-k 
		+/-l
	
PING
	
LAPIN
	Easter-Egg
	

About

A school project : a simple IRC server that handle most important commands of RFC1459

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages