]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - NEWS
Rerun autoconf.
[irc/rqf/shadowircd.git] / NEWS
diff --git a/NEWS b/NEWS
index 697614ce7cfb2337311c82882966c307c0895385..a4f0040080947f0609ea983d3f7e088f5b59adcb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,60 @@
-This is charybdis 2.2.0, Copyright (c) 2005-2007 Charybdis team.
+This is charybdis 3.0.1, Copyright (c) 2005-2008 Charybdis team.
 See LICENSE for licensing details (GPL v2).
 
+-- charybdis-3.0.1
+
+- Fix occasional hung clients with kqueue.
+- Fix a rare ssld crash.
+- Fix a bug that could cause incorrect connect failure reasons to be
+  reported.
+- Make the IRCd work on MacOS X again.
+
+-- charybdis-3.0.0
+
+- Port the IRCd to libratbox, which has improved our portability and allows
+  us to reuse low-level code instead of maintaining our own.
+- Change configuration of maximum number of clients to ircd-ratbox 3 way.
+- Add adminwall from ircd-ratbox, as an extension.
+- Add client and server-to-server SSL, read example.conf for setup.
+- Replace servlink with ssld (also for ziplinks).
+- A new extban, $z, has been added for ssl users (extensions/extb_ssl.so).
+- A new compatibility channel mode, +R, has been added, it sets
+  +q/-q $~a (extensions/chm_operonly_compat.so). This is similar to
+  the +R seen in ircd-seven.
+- A new compatibility channel mode, +S, has been added, it sets
+  +b/-b $~z (extensions/chm_sslonly_compat.so).
+- A new compatibility channel mode, +O, has been added, it sets
+  +iI/-iI $o (extensions/chm_operonly_compat.so).
+- Add remote D:lines. Note that these are not enabled by default.
+- Remove EFnet-style G:lines. Noone appears to use these.
+- Remove idle time checking (auto disconnecting users idle too long).
+- Display a notice to clients when the IRCd is shut down using SIGTERM.
+- Some error messages have been clarified to enhance usability.
+- Close the link to servers that send invalid nicks (e.g. nicklen mismatches).
+  Formerly the users were killed from the network.
+- Enable topicburst by default in connect{}.
+- Fix a potential desync which can happen with oper override.
+- Remove "deopped" flag (TS5 legacy).
+- Use 127.0.0.1 as nameserver if none can be found in /etc/resolv.conf.
+- Only accept 127.0.0.x as a dnsbl listing.
+- Change cloaking module (same as 2.2.1, different from 2.2.0).
+- Make some more server notices about failed remote connect attempts
+  network wide.
+- Make some server notices about flooders and TS delta network wide.
+- Remove redundant "<server> had been connected for <time>" server notice.
+- Add resv oper privilege to control /resv, /unresv and cmode +L and +P,
+  enabled by default.
+- Add mass_notice oper privilege to control global notices and /wallops,
+  enabled by default.
+- Rework unkline/undline/unxline/unresv so they show the exact item removed
+  and do not rehash bans.
+- Show opers a list of recently (<24hrs) split servers in /map.
+- Add /privs command, shows effective privileges of a client.
+
 -- charybdis-2.2.0
 
 - The I/O code has been reworked, file descriptor metadata is stored in a
-  hashtable and there are no longer any compiletime defines.
+  hashtable and the maximum number of clients can now be set in ircd.conf.
 - Improve error checking and error messages for kline/dline/xline/resv files.
 - Allow kline ipv6:address, unkline some.host and unkline ipv6:address
   without *@.
@@ -40,11 +90,8 @@ See LICENSE for licensing details (GPL v2).
   which silently reject).
 - Remove invite_ops_only config option, forcing it to YES.
 - Allow /invite (but not invex) to override +r, +l, +j in addition to +i.
-- Remove the need to compile in the maximum number of clients, it can be
-  set in ircd.conf now.
-- Add several new extensions, including createoperonly, and sno_whois.
-- Use ERR_TARGETLEFTIRC in some places where appropriate, instead of vague
-  error messages.
+- Add several new extensions, such as createoperonly.
+- Merge whois notice extensions into one and move it from snomask +y to +W.
 
 -- charybdis-2.1.2
 
@@ -71,7 +118,7 @@ See LICENSE for licensing details (GPL v2).
 
 -- charybdis-2.1.0
 
-- Our official website is now http;//www.ircd-charybdis.org/.
+- Our official website is now http://www.ircd-charybdis.org/.
 - Make RPL_ISUPPORT (005 numeric) modularizable.
 - Also do forwarding if the channel limit (+l) is exceeded.
 - Don't count opers on service{} servers in /lusers.
@@ -378,5 +425,5 @@ modules in case the developers need them.
 Other files recommended for reading: BUGS, README.FIRST, INSTALL
 
 --------------------------------------------------------------------------------
-$Id: NEWS 3480 2007-05-27 05:30:41Z nenolod $
+$Id: NEWS 3496 2007-05-30 10:22:01Z jilles $