- 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) - Fixed the issue with ~ in ident (oer no longer saves the ~ to the user ident, it will always be prefixed by the server if no ident response is received) - 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-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 - Added clonechannel command - Made the combination of "d" and "f" user flags work