Multipurpose platform of modularized client or server daemon.
FoxEye is a kit (some sort of) to build any kind of internet client, server, gateway, etc., i.e. it isn't designed for any specific purpose but have functionality depending of loaded modules. Its primarily usage is for messaging networks such as chat or IM ones.
Core functionality includes: local or telnet CLI; message dispatcher (with multiple encodings support); scheduler; socket abstraction layer with user-defined filter chains; events manager (including own wtmp file).
FoxEye is a multithreaded application where the message dispatcher and most of user-defined events (so called bindings) run in single thread but POSIX threads are used for any time-consuming operations such as connection process.
libircclient is a small but powerful library, which implements client-server IRC protocol. It has all features needed to create your own IRC client or bot, including multi-threading support, sync and async interfaces, CTCP/DCC support, colors, SSL connections and so on.
A simple C IRC Bot. This is a small project and the goal isn't the replacement of other main bots like eggdrop. The main goal of the bot: study C and socket library!