Skip to content
Dustin Schnelle edited this page May 26, 2018 · 2 revisions

Welcome to the IRC (Internet Relay Chat) Wiki page

This project is an internet chat relay application that allows multiple users to comminticate via text message within common "virtual" chat rooms. A RFC-style document will be created to describe the protocol of the IRC project. The document will describe the format of the message exchange between the client and server.

This project implement both an IRC client and an IRC server using Python.

Protocol Specifications:

  • To be added in the near future

Functionality of the Application:

  • Create a chat rooms
  • User has ablity to join chat rooms
  • User has ablity to leave chat rooms
  • List of avaliable chat rooms is displayed to user

What is needed:

  • Install Python2
  • Clone of the repository

Wiki Pages:

Server Information

Client Information

Support Code Information

Class Information

RFC Documentation

Clone this wiki locally