From a84b9d99a1587c0c9d1fe6f8fda77adb6a6bab47 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 9 Mar 2003 22:03:58 +0000 Subject: [PATCH] Fixed some spelling mistakes -- thanks to ispell ;-) --- ChangeLog | 10 +++++----- INSTALL | 20 ++++++++++---------- README | 10 +++++----- doc/sample-ngircd.conf | 8 ++++---- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index 44798403..d3e04294 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,7 +19,7 @@ ngIRCd CVS-HEAD that don't support strlcpy() and strlcat(), these functions are included in the libngportab now (with prototypes in portab.h). - If the server can't close a socket, it panics now. This is an error that - can't occure during normal operation so there is something broken. + can't occur during normal operation so there is something broken. - The order of log messages during disconnects is more "natural" now ;-) - Cleaned up handling of server configuration structures: modifying and removing servers during runtime works more reliable now. @@ -30,7 +30,7 @@ ngIRCd CVS-HEAD configured server and "CONNECT " to add a new server (ngIRCd tries to connect new servers only once!). - Added DISCONNECT command ("DISCONNECT ") to disable servers. - - Restructured the documentation: Now the main language is english. + - Restructured the documentation: Now the main language is English. - Enhanced killing of users caused by a nickname collision. - Better error detection for status code ("numerics") forwarding. - Moved tool functions to own library: "libngtool". @@ -39,13 +39,13 @@ ngIRCd CVS-HEAD - There should no longer remain "unknown connections" (see e.g. LUSERS) if an outgoing server link can't be established. - Added AC_PREREQ(2.50) to configure.in for better autoconf compatibility. - - Conn_Close() now handles recurisive calls for the same link correctly. + - Conn_Close() now handles recursive calls for the same link correctly. - ngIRCd can register itself with Rendezvous: to enable support pass the new switch "--with-rendezvous" to configure. - 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". - Better error reporting to clients on connect. @@ -429,4 +429,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.182 2003/03/07 17:17:23 alex Exp $ +$Id: ChangeLog,v 1.183 2003/03/09 22:03:58 alex Exp $ diff --git a/INSTALL b/INSTALL index e04b2706..03285726 100644 --- a/INSTALL +++ b/INSTALL @@ -23,7 +23,7 @@ Differences to version 0.6.x Differences to version 0.5.x -- Starting with version 0.6.0, other servers are identified using asyncronous +- Starting with version 0.6.0, other servers are identified using asynchronous passwords: therefore the variable "Password" in [Server]-sections has been replaced by "MyPassword" and "PeerPassword". @@ -51,9 +51,9 @@ files (using a distribution archive or CVS) is as following: The first step, autogen.sh, is only necessary if the configure-script isn't already generated. This never happens in official ("stable") releases in -tar.gz-archieves, but when using CVS. +tar.gz-archives, but when using CVS. -This step is therefore only interesting for developpers. +This step is therefore only interesting for developers. autogen.sh produces the Makefile.in's, which are necessary for the configure script itself, and some more files for make. To run autogen.sh you'll need @@ -65,9 +65,9 @@ Again: "end users" do not need this step! 2): "./configure" -The configure-script is used to detect local system dependancies. +The configure-script is used to detect local system dependencies. -In the perfect case, configure should recognize all needed libraries, header +In the perfect case, configure should recognise all needed libraries, header files and so on. If this shouldn't work, "./configure --help" shows all possible options. @@ -91,7 +91,7 @@ overwritten. This files will be installed by default: -- /usr/local/sbin/ngircd: exectable server +- /usr/local/sbin/ngircd: executable server - /usr/local/etc/ngircd.conf: sample configuration (if not already present) @@ -107,7 +107,7 @@ targets: - distclean: the above plus erase all generated Makefiles next step: -> ./configure - - maintainer-clean: erease all automatic generated files + - maintainer-clean: erase all automatic generated files next step: -> ./autogen.sh @@ -117,8 +117,8 @@ III. Sample configuration file ngircd.conf In the sample configuration file, there are comments beginning with "#" OR ";" -- this is only for the better understanding of the file. -The file is seperated in four blocks: [Global], [Operator], [Server], and -[Channel]. In the [Gobal] part, there is the main configuration, like the +The file is separated in four blocks: [Global], [Operator], [Server], and +[Channel]. In the [Global] part, there is the main configuration, like the server-name and the ports, on which the server should be listening. In the [Operator] section, the server-operators are defined and [Server] is the section, where the server-links are configured. Use [Channel] blocks to @@ -154,4 +154,4 @@ number. In both cases the server exits after the output. -- -$Id: INSTALL,v 1.12 2003/03/08 12:34:55 alex Exp $ +$Id: INSTALL,v 1.13 2003/03/09 22:03:58 alex Exp $ diff --git a/README b/README index 65f55331..1be06e0b 100644 --- a/README +++ b/README @@ -15,8 +15,8 @@ I. Introduction ~~~~~~~~~~~~~~~ -ngIRCd is an Open-Source server for the Internet Realy Chat (IRC), which -is developped and published under the terms of the GNU General Public +ngIRCd is an Open-Source server for the Internet Relay Chat (IRC), which +is developed and published under the terms of the GNU General Public Licence (URL: http://www.gnu.org/licenses/gpl.html). ngIRCd means "next generation IRC daemon", it's written from scratch and not deduced from the "grandfather of IRC daemons", the daemon of the IRCNet. @@ -41,7 +41,7 @@ III. Features (or: why use ngIRCd?) - no problems with servers which have dynamic IP addresses - simple, easy understandable configuration file, -- freely published open-source C sourcecode, +- freely published open-source C source code, - ngIRCd will be developed on in the future. - supported platforms (tested versions): AIX (3.2.5), A/UX (3.0.1), FreeBSD (4.5), HP-UX (10.20), IRIX (6.5), Linux (2.x), Mac OS X (10.x), NetBSD @@ -76,11 +76,11 @@ them at the following URL: -There you can read about kown bugs and limitations, too. +There you can read about known bugs and limitations, too. If you have critics, patches or something else, please feel free to post a mail to: or -- -$Id: README,v 1.16 2003/03/04 14:12:30 alex Exp $ +$Id: README,v 1.17 2003/03/09 22:03:58 alex Exp $ diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index ce6a162c..b16f7595 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.18 2003/01/04 13:07:54 alex Exp $ +# $Id: sample-ngircd.conf,v 1.19 2003/03/09 22:03:58 alex Exp $ # # This is a sample configuration for the ngIRCd, which must adept to the @@ -33,7 +33,7 @@ # one port, separated with ";". (Default: 6667) ;Ports = 6667, 6668, 66694 - # Textfile with the "message of the day" (MOTD). This will be shown + # Text file with the "message of the day" (MOTD). This will be shown # on a user connection with the server. ;MotdFile = /usr/local/etc/ngircd.motd @@ -53,7 +53,7 @@ # inactivity of this client. ;PingTimeout = 120 - # If there is an answer of a client, to which the ping was sended, + # If there is an answer of a client, to which the ping was sent, # not after seconds, it will be disconnected. ;PongTimeout = 20 @@ -65,7 +65,7 @@ # they are not(!) channel-operators? ;OperCanUseMode = no - # Maximum number of simultanous connection the server is allowed + # Maximum number of simultaneous connection the server is allowed # to accept (<=0: unlimited): ;MaxConnections = -1 -- 2.39.2