- clearbans no longer removes permbans (Thanks must go to many out there, refic for reminding me) - There was a typo in requestop, fixed (4 -> 5) (Thanks must go to Jase) - Increased the maximum length of a single topic from 160 to 250 characters, maximum number of topics is still 20 (Thanks must go to Jase) - There was a bug in the topic parser, fixed (Thanks must go to Jase) - edit server was broken, fixed (Thanks must go to Renzo) - jump didn't work as expected, fixed - Fixed several commands which would eventuelly at some point corrupt their linked list structures: + delnickbks() + delwordbks() + deladmin() + deladminmask() + deluser() + delusermask() + deltrusted() + delservice() + delchannel() + deladverts() + delserver() + delchannelban() + timed_del() + mmode_del() + userleft() + cleanautheds() + freepubmsguser() + freenickchanges() - initmmodes() left the list non null, fixed - initmmodesfornick() left the list non null even if the list became empty cause of the operation, fixed - Did some code clean up - The change in -38 which makes oer+MySQL assume that a user which has @ also haves +v was broken, fixed (Thanks must go to Emperor) - There were some issues with the detection of a broken database connection, fixed - The manual reconnection to a database wasn't functioning properly, fixed - You can now specify the full path of the config with -f (increased the length of the variable) - validateflags() sometimes returned bogus values, fixed - oer_doquery() no longer logs the MySQL execution times, the change was necessary due to a MySQL limitation (if output logging was switched on it would result to a "Commands out of sync" error message, the other way to fix this would be to have a second database connection just for output logging, IMO it's not worth it) - Added global flag "S" to allow a shared oer+MySQL setup (in other words you will need to set global flag "S" to all your shared oer+MySQL beginning with this version if you require a shared setup, default is off) - Topic delete now allows you to delete several topics at a time, for example "!td 2 5 7" (Thanks must go to refic) - Removed the annoying "channel key is now.." and "deleted channel key from.." messages (Thanks must go to Renzo) - Removed the custom isnumber() function (oer+MySQL wouldn't compile on FreeBSD) (Thanks must go to Trollo) - Added SYNCGUIDE which you should read if you plan to implement a shared oer+MySQL setup - Now admins and users can be fetched from a different database/MySQL installation (see SYNCGUIDE) - tools/changeident.pl and tools/delident.pl were missing oer_ext table, fixed - Added tools/delsyncdata.pl - A friend (user flag "f") is now also allowed to use prohibited nicks, was the only thing a friend wasn't allowed to do (Thanks must go to Renzo)