Changes since ZNC 0.094 New stuff: * Added a new module: clearbufferonmsg. * Added an optional server name argument to '/znc jump'. * Big overhaul for modperl. * Modules can now directly influence other modules' web pages. Fixes: * The route_replies module now handles "354" who replies. * Fixed a bogus "invalid password" error during login with some clients. * Reject long input lines on incoming connections. * The lastseen module should only link to webadmin if the latter is loaded. * Fixed cases where HTTP requests were incorrectly dropped. * Fixed partyline to work with servers that don't send a 005 CHANTYPES. * Fixed error message from configure if dlopen() isn't found. Minor stuff: * Renamed "vhost" to "bindhost" to better describe what the option does. * Honor timezone offset in the simple_away module. * Load global modules as soon as their config line is read. * Use poll() instead of select() by default. * Ignore the channel key "*" in the chansaver module. Internal stuff: * Fixed some function prototypes. * Rearranged ZNC's CAP handling to IRCds. * Added more doxygen comments. * Removed some useless typedefs. * Clean up the lastseen module.