- clearbans no longer removes permbans (Thanks must go to many out there, refic for reminding me) - Increased the maximum length of a single topic from 160 to 250 characters, maximum number of topics is still 10 (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: + deltopic() + delpermbans() + delnickbks() + delwordbks() + deladmin() + deladminmask() + deluser() + delusermask() + deltrusted() + delservice() + delchannel() + delkickreason() + 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 -60 which makes oer assume that a user which has @ also haves +v was broken, fixed (Thanks must go to Emperor) - Added commandline parameter -f so you can specify the directory where oer looks for it's config/etc. files (Thanks must go to Bafi) - validateflags() sometimes returned bogus values, fixed - 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 wouldn't compile on FreeBSD) (Thanks must go to Trollo) - oer.ext can now have comments and empty lines like other oer configuration files -- I also added some comments to sample-configuration/oer.ext (Thanks must go to VesaK) - 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)