30 projects tagged "English"
KVirc is a Visual Internet Relay Chat Client based on the Qt library. Features include a MDI user interface, drag & drop, built-in scripting language (aliases, popups and events), customizable backgrounds and colours, DCC (chat, send with resume, voice), CTCP functions, mIRC colour support with preview, notify list, online help and configurable logging.
The Eggdrop Jabber Bot bridges your Eggdrop IRC bot to the Jabber instant messaging network and thus to ICQ. This code is meant to be a demo that it can be done, and a basic starting point which you can extend to your needs. The only functionality currently included is an invite feature.
Smuxi is an irssi-inspired, flexible, user-friendly, and cross-platform IRC client for sophisticated users. Smuxi is based on the client-server model: The core application (engine) can be placed onto a server which is connected to the Internet around-the-clock; one or more frontends then connect to the core. This allows the connection to IRC to be kept up even when all frontends have been closed. The combination of screen and irssi served as the example for this architecture. Smuxi also supports the regular single application mode. This behaves like a typical IRC client; it doesn't need separate core management and utilizes a local engine that is used by the local frontend client.
The Tcl IRCd is a small IRC server written in Tcl. It is very simple to modify. It is not a full implementation of the IRC protocol, but it's enough to create channels, talk in public or private, change topic, nick, and other basic operations. No configuration is required. The server is designed so that it can reload an updated version of itself at runtime without closing client connections.
cerberus is a modular and robust network operator and drone monitoring service designed to protect IRC networks from common threats that plague the community. It uses a BIND9-style configuration file with a mix of Perl syntax. It includes a map module that displays a server map along with basic information, stats/protocol for core protocol support, sql, an interface to DBI, modcontrol for controlling modules in use via IRC, login, operlist for displaying a list of all operators on the network, and more. It was designed for use with pure TS6 networks such as ircd-ratbox and ircd-hybrid.