- Database changes: execute scripts/fix_18.sql and scripts/add_keys.sql in mysql before running this version (scripts add consistency checks to tables) - Did some code cleanup to avoid compiler warnings - Added channel flag "D" to enable de-op protection of bot users with at least "o" flag - Made linenoise to be a value from MIN..pingfreq (you will have to increase the value from 1 to something sensible like 10-30 if you don't want Excess Flood) - Made error reporting in initenv() better - Rewrote completely the scheduling of IRC commands to be priority then time based (since this is the most important part of oer, it will require a lot of testing by you the users to find out all the possible problems) - Bumped up the amount of actions processed per loop from 1 to 2 (if you get Excess Floods, set the variable OER_ACTIONS_PER_MAINLOOP in oer+MySQL-common.h to 1) - If the configured bantype can't be set (because of trusted domains or conflicting hostmask with oer) oer will now also try other ban types - Added a THANKS file that contains a list (not 100% accurate, sorry!) of people that have in some way contributed in the development and/or testing of oer+MySQL - Added clonechannel command - Made the combination of "d" and "f" user flags work