diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-30 04:11:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-30 04:11:47 +0800 |
commit | fc1bd75647e557bad99e186b47d788a66b8899c1 (patch) | |
tree | 767d08971fb657b5319f10e2f5812ddc4f69857b /irc/Makefile | |
parent | 68b3a96ad8ca629b08aa4f9b1960339f3cb64cfc (diff) | |
download | freebsd-ports-gnome-fc1bd75647e557bad99e186b47d788a66b8899c1.tar.gz freebsd-ports-gnome-fc1bd75647e557bad99e186b47d788a66b8899c1.tar.zst freebsd-ports-gnome-fc1bd75647e557bad99e186b47d788a66b8899c1.zip |
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:
* Full multi-threading support.
* Single threads handles all the IRC processing.
* Support for single-threaded applications, and socket-based applications,
which use select()
* Synchronous and asynchronous interfaces.
* CTCP support with optional build-in reply code.
* Flexible DCC support, including both DCC chat, and DCC file transfer.
* Can both initiate and react to initiated DCC.
* Can accept or decline DCC sessions asynchronously.
* Plain C interface and implementation
(possible to use from C++ code, obviously)
* Compatible with RFC 1459 and most IRC clients.
* Free, licensed under LGPL license.
* Good documentation and examples available.
WWW: http://libircclient.sourceforge.net/
PR: ports/129278
Submitted by: Julien Laffaye <kimelto at gmail.com>
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 61bb3b7ad8e3..aa1e450b14bd 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -70,6 +70,7 @@ SUBDIR += kvirc SUBDIR += kvirc-devel SUBDIR += kwirc + SUBDIR += libircclient SUBDIR += lostirc SUBDIR += miau SUBDIR += muh |