Used a spellchecker :-)
This commit is contained in:
parent
55fadbfb1d
commit
6ed37415fc
|
@ -23,11 +23,11 @@ ngIRCd CVSHEAD
|
|||
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.
|
||||
commands to users 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
|
||||
but insetead on server startup. By Florian Westphal.
|
||||
but instead on server startup. By Florian Westphal.
|
||||
- New configuration variable "PidFile", section "[Global]": if defined,
|
||||
the server writes its process ID (PID) to this file. Default: off.
|
||||
Idea of Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
||||
|
@ -598,4 +598,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||
|
||||
|
||||
--
|
||||
$Id: ChangeLog,v 1.268 2005/03/30 17:00:42 alex Exp $
|
||||
$Id: ChangeLog,v 1.269 2005/04/13 21:40:49 alex Exp $
|
||||
|
|
6
NEWS
6
NEWS
|
@ -18,7 +18,7 @@ ngIRCd CVSHEAD
|
|||
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.
|
||||
commands to users with a specific IRC mask. Patch from Florian Westphal.
|
||||
- New configuration variable "PidFile", section "[Global]": if defined,
|
||||
the server writes its process ID (PID) to this file. Default: off.
|
||||
Idea of Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
||||
|
@ -68,7 +68,7 @@ ngIRCd 0.7.0 (2003-05-01)
|
|||
- Added support for TCP Wrappers library: pass "--with-tcp-wrappers" to
|
||||
configure to enable it.
|
||||
- Changed some configure options to use "--with"/"--without" as prefix
|
||||
insetead of "--enable"/"--disable": "--without-syslog", "--without-zlib",
|
||||
instead of "--enable"/"--disable": "--without-syslog", "--without-zlib",
|
||||
"--with-tcp-wrappers", and "--with-rendezvous".
|
||||
- Enhanced manual pages ngircd(8) and ngircd.conf(5).
|
||||
- Documentation is now installed in $(datadir)/doc/ngircd.
|
||||
|
@ -205,4 +205,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||
|
||||
|
||||
--
|
||||
$Id: NEWS,v 1.71 2005/03/15 16:56:16 alex Exp $
|
||||
$Id: NEWS,v 1.72 2005/04/13 21:40:49 alex Exp $
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\"
|
||||
.\" $Id: ngircd.conf.5,v 1.16 2005/03/15 16:56:17 alex Exp $
|
||||
.\" $Id: ngircd.conf.5,v 1.17 2005/04/13 21:40:50 alex Exp $
|
||||
.\"
|
||||
.TH ngircd.conf 5 "February 2005" ngircd "ngIRCd Manual"
|
||||
.SH NAME
|
||||
|
@ -68,15 +68,15 @@ Ports on which the server should listen. There may be more than one port,
|
|||
separated with ','. Default: 6667.
|
||||
.TP
|
||||
\fBListen\fR
|
||||
The ip address on which the server should listen. Default is empty, so
|
||||
the server listens on all configured ip addresses and interfaces.
|
||||
The IP address on which the server should listen. Default is empty, so
|
||||
the server listens on all configured IP addresses and interfaces.
|
||||
.TP
|
||||
\fBMotdFile\fR
|
||||
Text file with the "message of the day" (MOTD). This message will be shown
|
||||
to all users connecting to the server.
|
||||
.TP
|
||||
\fBMotdPhrase\fR
|
||||
A simple Phrase (<256 chars) if you don't want to use a motd file.
|
||||
A simple Phrase (<256 chars) if you don't want to use a MOTD file.
|
||||
If it is set no MotdFile will be read at all.
|
||||
.TP
|
||||
\fBServerUID\fR
|
||||
|
|
Loading…
Reference in New Issue