A C++ IRC library based on Boost with "ease of use".
What I want is whomever may be using it to just create a client object and have a simple interface to send data, get client data, and operate the client with. I'm also going to try and make sure that it's thread-safe and whatever a good async C++ library should be.
It's also part of my senior high-school degree (not sure if that is the right term), so it's programming with benefits.
Going pretty neato. It's fun.