X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/d6a51668b7caf8889b143793ce7d23c5b9c7649a..62a2743ab7aef4888c53c7dbc1c46c28d19a95b2:/NEWS diff --git a/NEWS b/NEWS index 9543e57..7655692 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ -This is ShadowIRCd 6.1, Copyright (c) 2005-2010 ShadowIRCd team. +This is ShadowIRCd 6.2, Copyright (c) 2005-2010 ShadowIRCd team. See LICENSE for licensing details (GPL v2). +-- shadowircd-6.2.0 + +other changes +- change kicknorejoin to not be a config option and be hardcoded to 2 seconds + because a longer time is kind of pointless. + -- shadowircd-6.1.0 new configuration options @@ -15,6 +21,8 @@ new configuration options when they do /quote help (with no extra parameters) the official network help channel and a special URL for help. If these options are disabled, the users will just get the help index and that's it on /quote help. +- general::default_ident_timeout - Allows you to set the default ident timeout + in the ircd.conf instead of it being hardcoded and only settable with /SET. new commands - CYCLE #channel - server-side CYCLE, also called HOP in some clients/servers. @@ -35,6 +43,10 @@ opers - OMODE can now set and unset +ah. - OJOIN now works with !#channel and %#channel. - Staff channelmodes (+AO) now require chanops to set. +- OPERHOST option added to SET. You can now use SET to change the default + operhost that operators get upon opering up, though like the + general::default_operhost config option it will not override the + operator::vhost config option. other - Added a strip_unprintable function to make evasion of cmodes +G and +K @@ -48,6 +60,9 @@ other - The --enable-small-net configure option is now enabled by default. If you wish to disable small net mode, pass --disable-small-net to configure. +- New channel mode adding API has been added from charybdis trunk. +- NOTICE/PRIVMSG @#channel and +#channel now go to admin/halfop as well + as chanop. -- shadowircd-6.0.0