summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2008-11-19 11:46:37 +0100
committerAlexander Barton <alex@barton.de>2008-11-19 11:46:37 +0100
commit672b391523fcc33e4645980c10342478dd1baeb0 (patch)
treeb0cb29430f5c6255fead4a668bded292767ff322 /NEWS
parent0eda085f1e001cb1f2381ffe3ca70299d32632d3 (diff)
downloadngircd-672b391523fcc33e4645980c10342478dd1baeb0.tar.gz
ngircd-672b391523fcc33e4645980c10342478dd1baeb0.zip
Updated NEWS and ChangeLog, using NEWS for news only :-)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 4 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index c54194bd..162d86ad 100644
--- a/NEWS
+++ b/NEWS
@@ -21,14 +21,11 @@ ngIRCd-dev
     OpenSSL (configure: --with-openssl) or GNUTLS (configure: --with-gnutls).
     New ngircd.conf(5) options: SSLPorts, SSLKeyFile, SSLKeyFilePassword,
     SSLCertFile, SSLDHFile, and SSLConnect.
+  - Server local channels have been implemented, prefix "&", that are only
+    visible to users of the same server and are not visible in the network.
+    In addition ngIRCd creates a "special" channel &SERVER on startup and logs
+    all the messages to it that a user with mode +s receives.
   - New make target "osxpkg" to build a Mac OS X installer package.
-  - Debug mode: enable support for GNU libc memory tracing (see mtrace(3)).
-  - SysV init script: use LSB logging functions, if available.
-  - Added some more FAQ entries (regarding logging and IRC operators).
-  - Allow IRC operators to overwrite channel limits.
-  - Support for enhanced PRIVMSG and NOTICE message targets.
-  - More tests have been added to the test-suite ("make check").
-  - Added a timestamp to log messages to the console.
 
 ngIRCd 0.12.1 (2008-07-09)