commit - 0eda085f1e001cb1f2381ffe3ca70299d32632d3
commit + 672b391523fcc33e4645980c10342478dd1baeb0
blob - 0d5967d54ccbe18c6c4bcfdf8f0d15c634b342d0
blob + ff9a75d597ca29acadcc04da48a1bf4e141fc6dd
--- ChangeLog
+++ ChangeLog
-- ChangeLog --
+ngIRCd-dev
+
+ - 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.
+ For this to work, ngIRCd now supports server-server links conforming
+ to RFC 1459. New ngircd.conf(5) option: ServiceMask.
+ - Support for SSL-encrypted server-server and client-server links using
+ 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"), and two
+ servers are started for testing server-server linking.
+ - Added a timestamp to log messages to the console.
+
ngIRCd 0.12.1 (2008-07-09)
- Allow mixed line terminations (CR+LF/CR/LF) in non-RFC-compliant mode
blob - c54194bd6ceb21959eff9720025bef26f6d86f8c
blob + 162d86ad9ebe1f3d0e2569e6fcc17c2768545f6e
--- NEWS
+++ NEWS
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)