- Removed the check for +m in flood protection (at least QuakeNet lets a +v user talk even if banned) - Unban didn't unban +o users, fixed - oer+MySQL allowed auto rejoin & part rejoin banvars to be 0 even if chanflag "r" was set, fixed - Added del chanmode command - Added user flag "n" which can be used to disallow someone the right to give oer+MySQL commands (for instance this can be used with bots to prevent missuse through those bots with a say command) - Made messages more verbose in MySQL detection part of configure - Added --enable-debianmysql to configure to allow configure automatically detect MySQL in Debian - Fixed some issues with vhost - Added del vhost command - Fixed a major problem with mmodes and timeds (mmodes/timeds could just vanish without being executed, Thanks must go to Mauri Kinnunen) - oer+MySQL will from now on strip mIRC colors and control characters when parsing a channel topic - The "reset" command introduced in -36 broke del adverts, del nickbks and del wordbks (fixed) - Permbans weren't removed from the channel when they were removed with the "reset" command, fixed - Added a MySQL connect timeout (pingfreq/2) - Since there isn't a proper query timeout in MySQL I wrapped oer_doquery (which is used in all database queries) to use dbping before invoking a database query to see if the database is still alive - Signals were broken on newer Solaris versions (and have been for a long time), fixed - Added support for signal SIGUSR1 which can be used to increase the level of debugging (0..max and max->0) - If oer+MySQL couldn't join a channel because of IRC server error 439, oer+MySQL will now retry joining the channel in question after the amount of seconds specified by the IRC server have elapsed - Did some tweaking to oer+MySQL version and copyright strings - Increased the length of ext's message part, it can now be 432 bytes in length assuming the IRC server will accept it