X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/48811aebd5d28aa2a1de81993d76d205b51a392d..7641ecd8cccc28d65225095f438de4f5c236efdf:/NEWS diff --git a/NEWS b/NEWS index 3e6239f..a58177a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -This is charybdis 3.1, Copyright (c) 2005-2009 Charybdis team. +This is charybdis 3.1, Copyright (c) 2005-2010 Charybdis team. See LICENSE for licensing details (GPL v2). -- charybdis-3.1.0 @@ -24,7 +24,7 @@ See LICENSE for licensing details (GPL v2). - Show rejectcache and throttle information in /testline. - Show oper reason in /testline. - Allow opers to see other users' umodes with /mode . -- Make SCAN UMODES GLOBAL NO-LIST MASK no longer an operspy command. +- SCAN UMODES GLOBAL NO-LIST MASK is no longer an operspy command. - Also apply floodcount to messages to remote clients (except services). - Remove user@server messages to local users. Sending such messages to remote servers is still possible, for securely messaging pseudoservers @@ -32,6 +32,10 @@ See LICENSE for licensing details (GPL v2). remains as well. - 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. - Allow coloured part reasons in -c channels. @@ -46,9 +50,15 @@ 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. -- Various new extensions. +- Add m_sendbans extension, SENDBANS command to propagate xlines and resvs + manually. +- Add chm_sslonly extension, cmode +S for SSL/TLS only channels. +- Add chm_operonly extension, cmode +O for IRCop only channels. +- Add chm_adminonly extension, cmode +A for server admin only channels. - Various code cleanups. -- charybdis-3.0.4