diff options
| author | Alexander Barton <alex@barton.de> | 2004-05-07 11:19:20 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2004-05-07 11:19:20 +0000 |
| commit | 7281b8dd4d917f8b7f7c36460b78b686427ce973 (patch) | |
| tree | 108f0d8c3abfa62c970f266d1643edafb30a5b6b /NEWS | |
| parent | 39fc76c4e48e553e9eab007dbfd662060d524679 (diff) | |
| download | ngircd-7281b8dd4d917f8b7f7c36460b78b686427ce973.tar.gz ngircd-7281b8dd4d917f8b7f7c36460b78b686427ce973.zip | |
New "chroot" feature (from Benjamin Pineau), introducing new configuration
variables "ChrootDir" and "MotdPhrase".
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS index b4571954..fdf928d4 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,11 @@ ngIRCd CVSHEAD + - Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to + Benjamin Pineau <ben@zouh.org>. Now you can force the daemon to change + its root and working directory to something "safe". MotdPhrase is used + to define an "MOTD string" instead of a whole file, useful if the + "real" MOTD file would be outside the "jail". - INVITE- and BAN-lists become synchronized between IRC+ servers when establishing new connections, if the peer supports this as well. - The type of service (TOS) of all sockets is set to "interactive" now. @@ -184,4 +189,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: NEWS,v 1.64 2004/04/25 15:51:15 alex Exp $ +$Id: NEWS,v 1.65 2004/05/07 11:19:20 alex Exp $ |