]> arthur.barton.de Git - ngircd-alex.git/blobdiff - NEWS
Allow pre-defined server local channels ("&").
[ngircd-alex.git] / NEWS
diff --git a/NEWS b/NEWS
index c54194bd6ceb21959eff9720025bef26f6d86f8c..92a6b357f4bd3649b4ee92e2e6965bc417559297 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,9 @@
                                   -- NEWS --
 
 
-ngIRCd-dev
+ngIRCd Release 13 (2008-12-25)
 
+  ngIRCd 13~rc1 (2008-11-21):
   - New version numer scheme :-)
   - Initial support for IRC services, using a RFC1459 styel interface,
     tested with IRCServices (http://www.ircservices.za.net/) version 5.1.13.
@@ -21,14 +22,13 @@ 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.
+  - New configuration option "NoIdent" to disable IDENT lookups even if the
+    daemon is compiled with IDENT support.
 
 ngIRCd 0.12.1 (2008-07-09)