1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-10 06:16:01 +00:00

Updated documentation ("Passive" option, for example).

This commit is contained in:
Alexander Barton
2007-10-04 10:14:52 +00:00
parent 640367e886
commit 9021ea2070
2 changed files with 18 additions and 6 deletions

View File

@@ -14,11 +14,12 @@ ngIRCd HEAD
- Fixed code that prevented GCC 2.95 to compile ngIRCd.
- Adjust path names in manual pages according to "./configure" settings.
- Add new server config option to disable automatic connect. (Similar to -p
option to ngircd, but only for the specified server) (Tassilo Schweyer)
- Added new server configuration option "Passive" for "Server" blocks to
disable automatic outgoing connections (similar to -p option to ngircd,
but only for the specified server). (Tassilo Schweyer)
- Don't connect to a server if a connection to another server within the
same group is in progress.
- Add support for the /WALLOPS command. Usage is restricted to irc
same group is already in progress.
- Added support for the WALLOPS command. Usage is restricted to IRC
operators.
ngIRCd 0.10.3 (2007-08-01)
@@ -705,4 +706,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.321 2007/08/02 10:16:28 fw Exp $
$Id: ChangeLog,v 1.322 2007/10/04 10:14:52 alex Exp $