Télécharger la liste

Description du projet

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.

Système requise

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

Cette version supprime réutilisation d'objets IrcMessage qui a causé des problèmes avec le message de multiplexage de se débarrasser de NullPointerExceptions aléatoire.
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

Cette version améliore le module de déchargement et de manutention crash, réécrit le ConfigParser partir de rien, change le format de fichier de configuration (et les documents du dossier), ajoute le support des connexions de bases de données multiples, corrige un problème avec le bot ne répondant pas à la version CTCP, et ajoute un " maintenir "commande pour 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

Le bot a été faite configurable Ident. IrcMessage.java a été réécrit de zéro. Files d'attente de sortie a été mis en œuvre avec un ratio configurable entre débit de données et unité de temps. Une interface journal distincte a été ajoutée. Channel mode forçage a été ajouté à Channel.maintain (). Le communiqué a été réorganisé. Le nom du fichier de configuration est maintenant donné sur la ligne de commande. 'dire' & 'Commandes de congé »ont été ajoutés à ChannelTools. Nom de l'hôte d'exécution de résolution a été ajouté à ChannelTools. Anti-join code d'inondation a été ajouté à ChannelTools. La liste-résultat de la commande pour tous les modules a été renforcée. Op exécution liste a été ajoutée.
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 bogue canal EFNet et un nom d'hôte IPv6 bug qui provoquait un plantage ont été corrigés.
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

Correctifs pour quelques bugs mineures, et un bug majeur, un nouveau module avec fonctionnalité d'entretien des chenaux, des changements à la structure du code pour autoriser l'accès aux modules mieux à d'autres parties du programme, un modèle de thread amélioré par synchronisation stricte, et des modifications au format de fichier de configuration légèrement (la RC1 est entièrement rétro-compatible).
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