commit 6ed37415fc571afdea6712b2907aace3092fe50e from: Alexander Barton date: Wed Apr 13 21:40:49 2005 UTC Used a spellchecker :-) commit - 55fadbfb1dd8f8ba4f77206759a9225c4e8ae00c commit + 6ed37415fc571afdea6712b2907aace3092fe50e blob - 5b01f93286b7ca30db1c538bdd3e260de6834dda blob + 9a5f6969c7a93ab17b48744bca274e80f93d3790 --- ChangeLog +++ ChangeLog @@ -23,11 +23,11 @@ ngIRCd CVSHEAD Patch by Florian Westphal, . - 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, . @@ -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 $ blob - ec83f17b58adad8af5a142a88fe3f11c828cf25d blob + 1ec5b47c127aad8b1d91b6080a9a5f621ba2d373 --- NEWS +++ NEWS @@ -18,7 +18,7 @@ ngIRCd CVSHEAD Patch by Florian Westphal, . - 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, . @@ -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 $ blob - 29346e5575723863d79eaecc055951a656ea16c7 blob + c541bcd3e3f5adee6c1471f4fa9c93b37e803b2d --- man/ngircd.conf.5 +++ man/ngircd.conf.5 @@ -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 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