Download List

Descripción del Proyecto

Libircservice provides an event-driven API to develop IRC services working from a pseudo-server connection. The library provides functions so that the developer does not need to care about the inter-server protocol and can keep the focus on the service programming logic.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-09-07 23:50
0.5

Esta versión incluye estadísticas de temporizador, mensajería global y el modo de funciones de canal de bloqueo. Las muestras han sido actualizados para compilar con los últimos cambios de la API, y varios errores han sido corregidos.
Tags: Major feature enhancements
This release adds timer stats, global messaging, and channel mode lock
functions. The samples have been updated to compile with the latest API
changes, and several bugs have been fixed.

2005-04-16 01:10
0.4

Esta versión añade irc_AbortThisEvent (), irc_CNameInvite (), () irc_SetVersion, y irc_UserSMask (), y corrección de varios errores.
Tags: Minor feature enhancements
This version adds irc_AbortThisEvent(), irc_CNameInvite(), irc_SetVersion(), and irc_UserSMask(), and fixes several bugs.

2004-12-20 00:15
0.2

Esta versión añade nuevas funciones: irc_SendRaw (), irc_ConnectionStatus (), irc_ChanJoin (), irc_ChanPart (), irc_Kick (), irc_UserMask (), irc_SendCNotice (), y irc_SendCMsg (). Una nueva muestra (changuard) también se incluye.
Tags: Major feature enhancements
This version adds some new functions: irc_SendRaw(), irc_ConnectionStatus(), irc_ChanJoin() , irc_ChanPart(), irc_Kick(), irc_UserMask(), irc_SendCNotice(), and irc_SendCMsg(). A new sample (changuard) is also included.

2004-11-17 22:58
0.1

Este lanzamiento inicial incluye las siguientes muestras: la fortuna, que envía mensajes al azar de las conexiones de los usuarios; de vigilancia, que muestra los inicios de sesión de usuario / cierres de sesión; infoserv con mando un saludo y listnicks, que enumera todos los usuarios conectados.
Tags: Initial freshmeat announcement
This initial release includes the following samples: fortune, which sends random messages upon user connections; watchdog, which prints user logins/logouts; infoserv with a hello command; and listnicks, which lists all connected users.

Project Resources