diff options
| author | Alexander Barton <alex@barton.de> | 2002-12-18 12:19:07 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-12-18 12:19:07 +0000 |
| commit | 03d5fd6cb76ab0a7f008e6370be2248f6c0241d8 (patch) | |
| tree | 3ab751a8d309e8786db82f927f02114cc02fe446 /doc/en/INSTALL | |
| parent | 3a811ef5639346f6151a01f4b1bd0f85e0bb5c80 (diff) | |
| download | ngircd-03d5fd6cb76ab0a7f008e6370be2248f6c0241d8.tar.gz ngircd-03d5fd6cb76ab0a7f008e6370be2248f6c0241d8.zip | |
- Updated documentation.
Diffstat (limited to 'doc/en/INSTALL')
| -rw-r--r-- | doc/en/INSTALL | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/en/INSTALL b/doc/en/INSTALL index 59ae7656..40704b8b 100644 --- a/doc/en/INSTALL +++ b/doc/en/INSTALL @@ -11,6 +11,19 @@ +0. Upgrade Information +~~~~~~~~~~~~~~~~~~~~~~ + +Differences to version 0.5.x + +- Starting with version 0.6.0, other servers are identified using asyncronous + passwords: therefore the variable "Password" in [Server]-sections has been + replaced by "MyPassword" and "PeerPassword". + +- New configuration variables, section [Global]: MaxConnections, MaxJoins + (see example configuration file "doc/en/sample-ngircd.conf"!). + + I. Standard-Installation ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -123,4 +136,4 @@ number. In both cases the server exits after the output. -- -$Id: INSTALL,v 1.2 2002/05/20 12:02:58 alex Exp $ +$Id: INSTALL,v 1.3 2002/12/18 12:19:07 alex Exp $ |