commit - 5170ecf045d70bb7b7549f74807c1938eeed2769
commit + a84b9d99a1587c0c9d1fe6f8fda77adb6a6bab47
blob - 44798403299fefa1ae33bbb8aa081427f74604a9
blob + d3e0429451a56b047dd70d1623c5982d4e801626
--- ChangeLog
+++ ChangeLog
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.
configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
to add a new server (ngIRCd tries to connect new servers only once!).
- Added DISCONNECT command ("DISCONNECT <name>") 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".
- 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.
--
-$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 $
blob - e04b27063ee5c79fbdac1793b855fc263cded55b
blob + 032857268a7ce077eb49c547582d48dbb9331906
--- INSTALL
+++ INSTALL
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".
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
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.
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)
- 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
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
--
-$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 $
blob - 65f55331d74c6101c604b0340b76718c4d6749be
blob + 1be06e0b5f20e45a38f063057d2fda60a29f312b
--- README
+++ README
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.
- 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
<http://arthur.ath.cx/~alex/ngircd/#bugs>
-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: <alex@barton.de> or <alex@arthur.ath.cx>
--
-$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 $
blob - ce6a162c6bf255054aa32c75d64e428b41925e07
blob + b16f7595c4dc74da497780d1704e384e0474079f
--- doc/sample-ngircd.conf
+++ doc/sample-ngircd.conf
-# $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
# 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
# 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 <PongTimeout> seconds, it will be disconnected.
;PongTimeout = 20
# 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