]> jfr.im git - irc/rizon/znc.git/tag
znc-0.096
object 27c129633f172d0ca629487c4867b155661c23b0
authorUli Schlachter <redacted>
Sat, 6 Nov 2010 14:57:58 +0000 (15:57 +0100)
ZNC 0.096

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.