1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-09 22:06:02 +00:00

New configuration option "OperServerMode".

This commit is contained in:
Alexander Barton
2005-03-15 16:56:16 +00:00
parent 5e929effca
commit 1d08d51e2e
7 changed files with 58 additions and 16 deletions

View File

@@ -12,6 +12,10 @@
ngIRCd CVSHEAD
- New configuration option "OperServerMode" to enable a workaround needed
when running an network with ircd2 servers and "OperCanUseMode" enabled
to prevent the ircd2 daemon to drop mode changes of IRC operators.
Patch by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
- Implemented support for "secret channels" (channel mode "s").
- New configuration option "Mask" for [Operator] sections to limit OPER
commands to ussers with a specific IRC mask. Patch from Florian Westphal.
@@ -589,4 +593,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.263 2005/03/02 16:35:10 alex Exp $
$Id: ChangeLog,v 1.264 2005/03/15 16:56:16 alex Exp $