I write this for the case you are interested. The objectives for my project is to provide an easy to use API, so 3rd-party developers can make their own clients as fast as possible without need to reinvent the wheel.
My SimplIRC Client Library currently supports IRC (RFC2812), IRC profile support through ISUPPORT replies, IRC state handling, CTCP, and currently partial DCC (full DCC CHAT). Also full IRC text formatting (colors and so on).
You can view the code from my project and take ideas/parts of it as you want... I will also appreciate comments and suggestions about it from you.
Thanks,
Daniel R.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am currently developing another IRC client library and client at: http://sourceforge.net/projects/simplirc/
I write this for the case you are interested. The objectives for my project is to provide an easy to use API, so 3rd-party developers can make their own clients as fast as possible without need to reinvent the wheel.
My SimplIRC Client Library currently supports IRC (RFC2812), IRC profile support through ISUPPORT replies, IRC state handling, CTCP, and currently partial DCC (full DCC CHAT). Also full IRC text formatting (colors and so on).
You can view the code from my project and take ideas/parts of it as you want... I will also appreciate comments and suggestions about it from you.
Thanks,
Daniel R.
Thanks for taking interest in our project daniel!
I'm taking a look through your source, ill post any comments on your forum.