Overview

it is an simple irc library in its early stages compatible to RFC 1459. It tries to give the user a solid and simple interface to interact with the irc server by using callbacks to notify the user from incoming events and hiding irrelevant data (like the socket or mutex) from him.

Background

The reason of it is that libircclient is not able to connect to all irc servers (e.g.: euIRC) without any difficulty and that the development of it stopped in 2006. The self-interest and need of an irc library were curcial for the birth of it that reuses some good characteristics of libircclient like callbacks for the event handling.

Features

  • Session based handling
  • Threadsafe
  • Callbacks for event handling
  • Provides all RFC 1459 defined commandos
  • Handles PING events automatically

Repository

You can check out the repository with the following command:

git clone git://pwmt.org/it.git