IRC client framework (wrapper around libircclient library).
Go to file
2015-12-16 15:14:04 -05:00
IRCClient moved a file 2015-12-16 15:13:16 -05:00
IRCClient.xcodeproj moved a file 2015-12-16 15:14:04 -05:00
.gitignore .gitignore set up 2015-12-16 15:07:22 -05:00
README moved a file 2015-12-16 15:14:04 -05:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This is a modified version of the IRCClient framework by Nathan Ollerenshaw. Ive rewritten it to allow robust support for arbitrary text encodings, and fixed various other problems. The original version is available here: http://sourceforge.net/projects/libircclient/ (distributed alongside the libircclient library).

- Said Achmiz

Original README follows:

—

IRCClient.framework 1.0 by Nathan Ollerenshaw (chrome@stupendous.net)

This is a Cocoa framework wrapper around Georgy Yunaev's (gyunaev@ulduzsoft.com)
excellent libircclient library.

While Georgy's library is portable, obviously this Cocoa framework is specific
to Mac OS X systems. Though you might be able to get it working under
cocotron or GNUstep, those implementations of Cocoa are not supported.

To build the framework, you will need to configure libircclient library first. 
From the Terminal, run the following command in the distribution directory:

 ./configure --enable-thread --enable-ipv6

The Xcode project is configured to include the libircclient.c source.

The framework is configured to build with a relative path of ../Frameworks/ so
it can be easily embedded in your application.

For documentation, examine the header files or read the Doxygen documentations
in 'doc'.