]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Update the shadowircd NEWS and TODO.
authorJD Horelick <redacted>
Sun, 24 Oct 2010 03:32:52 +0000 (23:32 -0400)
committerJD Horelick <redacted>
Sun, 24 Oct 2010 03:32:52 +0000 (23:32 -0400)
NEWS
TODO-SHADOW

diff --git a/NEWS b/NEWS
index 6d0c48e701e9bc92f0123eb43f607cbdb945675a..322559821b243d766b25b1cb981f62396da3077b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,24 @@ See LICENSE for licensing details (GPL v2).
 
 -- shadowircd-6.2.0
 
-other changes
+configuration
+- add channel::hide_channel_below_users - Channels with a user count lower
+  than the valude of this option will not be shown by default in /LIST.
+- add channel::admin_on_channel_create - If enabled, gives users creating
+  new channels +ao in that channel instead of just +o.
+- add channel::disabledmodes - This allows opers to disallow users from
+  using certain channelmodes. This is only read on startup and your services
+  and remote servers must be configured the same otherwise desyncs will occur.
+- add many services aliases for new Atheme services.
+opers
+- when users get hit by a DNSBL, this is now shown in the snotes.
+other
 - change kicknorejoin to not be a config option and be hardcoded to 2 seconds
   because a longer time is kind of pointless.
+- Many new features and improvements from charybdis 3.3.0. See below the
+  shadowircd 6.1.0 news for information about all that.
+code
+- many bugfixes and various cleanups.
 
 -- shadowircd-6.1.0
 
index 7d2e73e1f4cb7875ad1cba728a1d880911ae3528..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,6 +0,0 @@
-Todo list for ShadowIRCd 6.2
-----------------------------
-* global/remote SET, via shared block flag.
-* on the fly dnsbl exceptions (?)
-* evaluate snotes and possibly make a lot more netwide.
-* Update the SGML docs (oper-guide) for all the shadowircd stuff.