- Added a timer to adverts just like with on join quotes, adverts on a busy channel were sent to each person that joined the channel, everytime (would cause "Target changing too fast" errors on heavy loaded bots and lead to adverts dissapearing) - Added a chaninfo command (has also "s" chanflag support) - sstats should now report correctly the IRC server name even if connecting to a Round Robin hostname - Made a change in order for oer+MySQL to become more compatible with oz.org (hopefully they fix the way they use ERR_BADPING) - oer+MySQL will from now on delete all not yet executed but scheduled MODEs for any nick that leaves a channel for any reason before the MODEs in question get executed (Thanks must go to Mauri Kinnunen) - From now on when oer+MySQL detects a nick change oer+MySQL will re-target all pending MODEs for that nick to the new nick (Thanks must go to Mauri Kinnunen) - There was a major oversight in how oer+MySQL sometimes parsed multi MODEs sent by the IRC server, fixed (Thanks must go to Renzo) - Permbans weren't always synced after multi MODEs, fixed - oer+MySQL refused to ban itself on a channel even if chanflag "b" wasn't set, fixed (Thanks must go to Mauri Kinnunen) - oer+MySQL will now detect if Q leaves the network and will re-auth itself once Q re-joins the network (Thanks must go to Mauri Kinnunen) - Implemented the first batch of type/value checking of user input values (Thanks must go to Mauri Kinnunen) - Preliminary support for static linking (use --enable-static) - oer+MySQL will now assume that users with +o also have +v and check for +v if a +o user should loose their +o (oer+MySQL wasn't seeing +v on users which had +o) (Thanks must go to Mauri Kinnunen) - Rewrote most of the authentication checks in parse.c because many commands were simply broken, I hope I didn't break too much while doing so (Thanks Renzo) - Removed some extra/non-necessary checks from parse.c - Added a queuestats command (has also "s" chanflag support) - From now on some basic network related error messages are always linked in (and shown) regardless if you specify --enable-debug or not - Rewrote the MySQL connection checks implemented in -37, there was a huge error (oer+MySQL should now detect a disconnected remote database and recover in time)