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

New configuration option "Mask" for [Operator] sections to limit OPER command.

This commit is contained in:
Alexander Barton
2005-03-02 16:07:30 +00:00
parent 8579b2a1e5
commit 490c9d04d7
7 changed files with 47 additions and 10 deletions

View File

@@ -12,6 +12,8 @@
ngIRCd CVSHEAD
- New configuration option "Mask" for [Operator] sections to limit OPER
commands to ussers with a specific IRC mask. Patch from Florian Westphal.
- Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debug
code ("--enable-debug") and running as daemon process.
- Don't create version information string each time a client connects
@@ -586,4 +588,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.261 2005/02/10 12:49:04 alex Exp $
$Id: ChangeLog,v 1.262 2005/03/02 16:07:30 alex Exp $