- Database fixes: execute scripts/fix_36.sql before running this version (adds the oer_ext table) - It was possible to add a flag multiple times with one command, fixed (eg. edit chanflags oooooo) - If a channel had force-topic set (chanflag "t") and Q was on channel with forcetopic, it would lead to a battle, fixed (Q is allowed if q friendly mode is set or q is set as a service) - If you set any of the banvars to 0, the ban in question won't be set (if for example you don't want your users to be banned for swearing set the bad word banvar to 0) - Did some autoconf/Makefile tweaking - list handles will now go through global admins also - Added delchannel.pl to tools directory - clonechannel has always been broken because it didn't save the basic channel information to the database (channel name, mode, key, limit and channel flags) - Added functionality for external information to be displayed through oer+MySQL, see the online help for command "ext" (ext has also "s" chanflag support) - Fixed several bugs relating to timestamps and database based autheds (only relevant in shared oer+MySQL setups) - When validating any of the flags oer+MySQL didn't clear the destination buffer which could lead to some problems on some platforms, fixed - Added support for reconnecting to a mysql database (explicit dbclose & dbconnect and implicit reconnection) - Updated BUGREPORTING (added a section for you lazy people) - Added "reset" command (see Online Help)