********************
*** IQ ChangeLog ***
********************

+ December 08, 2004
Version 0.9.3:
	* Fixed case-sensitivity issues with dancer ircd
	* Improved mode checking for non-hybrid ircds
	* Miscellaneous bug fixes and code cleanups
	* Added Database class for support for MySQL and pgSQL database servers
	* Headlines module removed
	* Added currency module
	* Added idletime module
	* Disallowed running as root

+ August 28, 2004
Version 0.9.2:
	* Introduced command line options
	* Added support for alternate config files (via command line switch)
	* Additional process control support
	* Fork into background support
	* MODULES doc file renamed to modules.txt
	* Added matched_prefix to passed arguments
	* Added "data" directory and $bot->data for storing large amounts of data
	* Full channel user mode support added
	* Automode module (replaces old autoOp mod): maintains all channel user modes (+o,+v,+h,..)
	* $bot->serverinfo[] added, contains useful server variable information
	* "<prefix>raw" command added to IQ module
	* whitepages module added
	

+ August 17, 2004
Version 0.9.0RC5 renamed to 0.9.0 final.
Version 0.9.1 released:
	* Added option to allow botnick to be act as prefix
	* Added option to not require prefix for private messages
	* Renamed <trig_prefix> to <prefix> (<trig_prefix> still supported)
	* Added support for spaces in trigger prefix
	* Added $bot->join(), $bot->part(), $bot->action, $bot->ctcp, $bot->ctcpreply
	* Removed ".mod." from module filenames
	* Added "say", "msg", "join", "part", and "die" commands to IQ.php module to be used publicly
	* Added "m" flag
	* Added execbind() of type "raw" for numeric message binding
	* Added support for numerics 464 (password incorrect), 474 (banned), and 482 (not a chan op)
	* Documented $starttime
	* mIRC-style colors stripped from bot's console
	* Added a throttle for "reconnecting too fast" error
	* Changed location of PHP from /usr/local/bin/php to /usr/bin/php
	* Added support for channel saving when using saveConfig()
	* Lowered stream timeout to 1/5 of a second (was 1 second)
	* Added headlines module
	* Minor code reorganization, cleanups, documentation fixes
	
+ July 17, 2004
Version 0.9.0RC5:
	* Fixed log rollover issue with handles
	* Added $bot->infoLog() and $bot->problemLog() for quick logging of info/problems
	* Added "%" to match a single character for hostmask matching
	* Started writing ChangeLog
	* Created README file
	* Created MODULES documentation for developers
	* Added "register" bind type
	* Corrected issue with trigger prefixes
	* Changed info color from yellow to green in irssi theme
	* Added opme module
	* Added all official modules to config (commented out)
	* Error handling added to greet_op (also renamed from greet) function
	* Minor bug fixes 
	* Minor fixes

[ . . . ]

Version 0.1.x: Initial release in late 2003, developed until early 2004.
	* Poor coding.
