Aion-   -  Mar 17, 2013

https://github.com/Aion-/IRCLib :-)

This is the project I have been working on lately.

The API is based on the observer design pattern ( http://en.wikipedia.org/wiki/Observer_pattern ) and is fairly simple to use: you only need to create a Connection object and everything else will be handled by the internal listeners found in the net.kevin.irc.protocol.network.internal package.

I tried to make it as flexible as possible by relying on numerics 004 and 005 and because of that it supports all IRCds - well, all the ones I have tried so far (SwiftIRC and Rizon).

One can easily make a client by adding listeners as callbacks.

Hawkee  -  Mar 18, 2013

Your repo needs a readme.

Aion-  -  Mar 18, 2013

Yes, it is on my list of things to do.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.