New configuration option "PredefChannelsOnly": if set, make

all JOINs to-non existants channel return ERR_BANNEDFROMCHAN_MSG,
restricting users to those channels defined in the config file.
This commit is contained in:
Florian Westphal
2006-11-05 13:03:46 +00:00
parent 74883f57da
commit 058d3085a9
5 changed files with 49 additions and 26 deletions
+3 -1
View File
@@ -16,6 +16,8 @@ ngIRCd HEAD
- Changed Numerics 265 and 266 to follow ircd 2.11.x "standards".
- Allow PASS syntax defined in RFC 1459 for server links, too.
- Enhanced ISUPPORT message (005 numeric).
- New configuration option "PredefChannelsOnly": if set, clients can
only join predefined channels.
ngIRCd 0.10.0 (2006-10-01)
@@ -668,4 +670,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.308 2006/10/03 10:59:40 alex Exp $
$Id: ChangeLog,v 1.309 2006/11/05 13:03:46 fw Exp $