# $Id: CHANGES,v 1.12 2002/08/28 11:54:25 matti Exp $ # IrssiBot core changelog (since 1.0.5) version 1.0.8 (in development) **************** - made AbstractModule catch Throwable instead of Exception - improved ModuleHandler; module onLoad() no more receives null state properties version 1.0.7 **************** - removed IrcMessage object reuse causing problems with message muxing version 1.0.6 **************** - improved module unloading and crash handling - rewrote ConfigParser from scratch - changed config file format, and documented the file - added support for multiple database connections - fixed bot not answering to CTCP version - added command 'maintain' to ChannelTools version 1.0.5 **************** - made bot ident configurable - moved Irc.java & IrcMessage.java to irssibot.protocol package - rewrote IrcMessage.java from scratch - output queueing (data rate/time unit -ratio configurable) - separate log interface (irssibot.util.log.*) - channel mode forcing to Channel.maintain() - reorganized the release - configuration file name now given from command line - added 'say' & 'leave' commands to ChannelTools - added hostname resolving enforcing to ChannelTools - added anti-join flood code to ChannelTools (list/edit floodvars) - enhanced list -command output for all modules - op list enforcing