Download List

Descripción del Proyecto

IrssiBot is an IRC bot written in pure Java. It has support for being on multiple IRC networks at once, as well as almost unlimited extendability via a very flexible module API. Compiled Java classes implementing this can be loaded and unloaded at run-time. Due to its multithread model, the memory/CPU strain is very low, and it was written with the end user in mind, and is therefore very easy to install and configure. Configuration and the user files are in XML.

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.

2002-06-24 14:05
1.0.7

Este lanzamiento remueve la reutilización de objetos IrcMessage que causaron problemas con el mensaje de Muxing para deshacerse de NullPointerExceptions azar.
Tags: Minor bugfixes
This release removes IrcMessage object reuse that caused problems with message muxing to get rid of random NullPointerExceptions.

2002-03-22 21:17
1.0.6

Esta versión mejora el módulo de descarga y manipulación del accidente, vuelve a escribir el ConfigParser desde cero, cambia el formato de archivo de configuración (y los documentos del archivo), añade soporte para las conexiones a múltiples bases de datos, no corrige un problema con el bot que responde a la versión CTCP, y agrega una " mantener el "orden de ChannelTools.
Tags: Minor feature enhancements
This release improves module unloading and crash handling, rewrites
the ConfigParser from scratch, changes the config file format (and
documents the file), adds support for multiple database connections,
fixes a problems with the bot not answering to CTCP version, and adds
a "maintain" command to ChannelTools.

2001-12-09 22:12
1.0.5

El robot se hizo configurable ident. IrcMessage.java se reescribió desde cero. De colas de salida se llevó a cabo con una relación entre la velocidad de datos configurable y la unidad de tiempo. Una interfaz de registro independiente fue agregado. Obligando a modo de canal esta en Channel.maintain (). La liberación fue reorganizado. El nombre del archivo de configuración ahora se da en la línea de comandos. 'decir' y 'Comandos dejar' se agregaron a ChannelTools. Aplicación de la resolución nombre de host se añade a ChannelTools. Anti-join código de inundaciones ha sido añadido a ChannelTools. La lista de salida de comando para todos los módulos se ha mejorado. Aplicación de esta lista Op.
Tags: Major feature enhancements
The bot was made ident configurable. IrcMessage.java was rewritten from
scratch. Output queueing was implemented with a configurable ratio between data
rate and time unit. A separate log interface was added. Channel mode forcing
was added to Channel.maintain(). The release was reorganized. The configuration
file name is now given on the command line. 'say' & 'leave' commands were added
to ChannelTools. Hostname resolution enforcement was added to ChannelTools.
Anti-join flood code was added to ChannelTools. The list-command output for all
modules was enhanced. Op list enforcement was added.

2001-04-12 00:17
1.0.4

Un error de canal EFNet y un error el nombre de host IPv6 que causó un accidente han sido corregidos.
Tags: Minor bugfixes
An EFNet channel bug and an IPv6 hostname bug that caused a crash have
been fixed.

2001-01-30 15:13
1.0 rc1

Corrige algunos errores menores y un error importante, un nuevo módulo con funcionalidad de canal de mantenimiento, cambios en la estructura del código para permitir el acceso a los módulos más a otras partes del programa, un modelo de hilo mejorar la sincronización estricta, y los cambios en el formato de archivo de configuración ligeramente (la RC1 es plenamente compatible con versiones anteriores).
Fixes for some minor bugs and one major bug, a new module with channel maintenance functionality, changes to the structure of the code to allow the modules better access to other parts of the program, an improved thread model by strict synchronization, and changes to the config file format slightly (the rc1 is fully backwards-compatible).

Project Resources