libircclient - a IRC library to create IRC clients

1.3

Introduction

libircclient is a small but powerful library, which implements client-server IRC protocol. It is designed to be small, fast, portable and compatible to RFC standards, and most IRC clients. libircclient features include:

Compilation on Unix

To compile libircclient, unpack the distribution, and do the standard mantra:
 # ./configure
 # make
 # make install

Compilation under MS Windows

To compile libircclient under MS Windows:

You can also build the example using spammer.dsp project file. Here you can see how to integrate libircclient into your own project.

Documentation

Documentation is not installed with make install; you should copy it somewhere by hand. There is html documentation (in doc/html) and manual pages (doc/man). It is also recommended to check the examples directory, there are a few examples, they'll help you.

Cocoa Support

There is an experimental Cocoa framework wrapper around libircclient, called IRCClient. You can find the Xcode project and source in the cocoa/ directory in the current trunk.

Author, copyright, support.

If you have any questions, bug reports, suggestions regarding libircclient - please send them to gyunaev@ulduzsoft.com.

Copyright (C) 2004-2009 Georgy Yunaev gyunaev@ulduzsoft.com

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.


Generated on Sat Jan 10 18:19:35 2009 for libircclient by  doxygen 1.5.7.1