So in light of all my various software projects, I have recently undertaken two new projects.  Both projects are Open Source and released under the GNU General Public License (GPL) and can be found on Source Forge.

FunFunDC is my own custom-rolled DirectConnect library and client written in C# leveraging the power of the .NET Framework 3.0.  From a user standpoint, the FunFunDC client will be as cut-and-dry as I can make it and as easy as I can make it while still incorporating the basic functionality one would expect out of a DirectConnect client.  However, I will be adding my own features to the client which I percieve as being useful – some of which have never been done in a DirectConnect client before – so keep yourself posted!  From a developer’s standpoint, the FunFunDC Library is a C# class library created to assist developers in making their own DirectConnect client.  Simply use my library and all you really need to do is roll your own GUI around it.

FunFunIRC is an Internet Relay Chat (IRC) client also programmed in C# using the .NET Framework 3.0 and acts pretty much the same as FunFunDC in the fact that there is both a library and a client.  The client, just like FunFunDC, is also going to be as easy and intuitive as possible and will also incorporate new features never before seen in an IRC client.  And just like above, you can use the FunFunIRC library to roll your own IRC client without having to worry about recoding the wheel.