From a8b9939d4bbecd9a8833f1dd6ff87b25b86bc3d7 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 8 Feb 2009 16:27:05 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index c8f2b5b..5bfcbe6 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,8 @@ See LICENSE for licensing details (GPL v2). - Allow /list on a named +p channel. A full /list already included +p channels. - Add operspy /topic. - For remote rehashes, send error messages to the requesting oper as well. +- Disable autoconnect for a server with excessive TS delta. +- Disallow invites to juped channels. - Warn about certain duplicate and redundant auth blocks. - Make PRIVMSG/NOTICE behave as CPRIVMSG/CNOTICE automatically if possible. - Allow +z messages from outside if a channel is -n. @@ -48,6 +50,8 @@ See LICENSE for licensing details (GPL v2). - Allow using ziplinks with SSL connections. This is not as efficient as using OpenSSL's built in compression, but also works with older versions of OpenSSL. +- Fix an off by one error with zipstats processing, which could overwrite + a variable with NULL causing a crash on some systems. - Document some extensions in charybdis-oper-guide. - Add more server protocol documentation. - Add m_sendbans extension, SENDBANS command to propagate xlines and resvs