Skip to content

jon9595/irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRC Project

Modules

  • Client
  • Server
  • Complete User Log
    • Current User Log
  • Individual file for each user to append their message history (with timestamp)
    • Config file?

Server

198.58.99.13:6667

Complete User Log

List of all users who have ever used the system, along with date/time joined.

Current User Log

List of users who are currently using the system, along with date/time joined. Add when they log in; remove when they log out/exit.

Individual User Files

Append user's message history along with date/time of message.

Config File

Store configuration settings here, to streamline connection process.

ncurses UI

Under Construction

About

Simple IRC chat service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published