]> arthur.barton.de Git - ngircd-alex.git/blob - ChangeLog
Fix ChangeLog: Local channels are already implemented in Release 13
[ngircd-alex.git] / ChangeLog
1
2                      ngIRCd - Next Generation IRC Server
3
4                         (c)2001-2009 Alexander Barton,
5                     alex@barton.de, http://www.barton.de/
6
7                ngIRCd is free software and published under the
8                    terms of the GNU General Public License.
9
10                                -- ChangeLog --
11
12
13 ngIRCd Release 14
14
15   ngIRCd 14~rc1 (2009-03-29)
16   - Updated Debian/Linux init script (see contrib/Debian/ngircd.init).
17   - Allow creation of persistent modeless channels.
18   - The INFO command reports the compile time now (if available).
19   - Spell check and enhance ngIRCd manual pages.
20   - Channel mode changes: break on syntax errors in MODE command.
21   - Support individual channel keys for pre-defined channels: introduce
22     new configuration variable "KeyFile" in [Channel] sections in ngircd.conf,
23     here a file can be configured for each pre-defined channel which contains
24     individual channel keys for different users.
25   - Remove limit on maximum number of predefined channels in ngircd.conf.
26   - Updated ngircd.spec file for building RPM packages.
27   - Add new and missing files to Mac OS X Xcode project, and update project.
28   - Reject masks with wildcard after last dot.
29   - TLS/SSL: remove useless error message when ssl connection is closed.
30   - Fix memory leak when a encrypted and compressed server link goes down.
31     (closes bug #95, reported by Christoph, fiesh@fiesh.homeip.net)
32   - Fix handling of channels containing dots.
33     (closes ug #93, reported by Gonosz Csiga)
34
35 ngIRCd Release 13 (2008-12-25)
36
37   - Updated documentation, especially doc/Services.txt and doc/SSL.txt.
38   - Make the test suite work on OpenSolaris.
39
40   ngIRCd 13~rc1 (2008-11-21):
41   - New version number scheme :-)
42   - Initial support for IRC services, using a RFC1459 style interface,
43     tested with IRCServices (http://www.ircservices.za.net/) version 5.1.13.
44     For this to work, ngIRCd now supports server-server links conforming
45     to RFC 1459. New ngircd.conf(5) option: ServiceMask.
46   - Support for SSL-encrypted server-server and client-server links using
47     OpenSSL (configure: --with-openssl) or GNUTLS (configure: --with-gnutls).
48     New ngircd.conf(5) options: SSLPorts, SSLKeyFile, SSLKeyFilePassword,
49     SSLCertFile, SSLDHFile, and SSLConnect.
50   - Server local channels have been implemented, prefix "&", that are only
51     visible to users of the same server and are not visible in the network.
52     In addition ngIRCd creates a "special" channel &SERVER on startup and logs
53     all the messages to it that a user with mode +s receives.
54   - New make target "osxpkg" to build a Mac OS X installer package.
55   - Debug mode: enable support for GNU libc memory tracing (see mtrace(3)).
56   - SysV init script: use LSB logging functions, if available.
57   - Added some more FAQ entries (regarding logging and IRC operators).
58   - Allow IRC operators to overwrite channel limits.
59   - Support for enhanced PRIVMSG and NOTICE message targets.
60   - More tests have been added to the test-suite ("make check"), and two
61     servers are started for testing server-server linking.
62   - Added a timestamp to log messages to the console.
63   - New configuration option "NoIdent" to disable IDENT lookups even if the
64     daemon is compiled with IDENT support.
65
66 ngIRCd 0.12.1 (2008-07-09)
67
68   - Allow mixed line terminations (CR+LF/CR/LF) in non-RFC-compliant mode
69   - Don't allow stray \r or \n in command parameters
70   - --configtest: return non-zero exit code if there are errors
71   - Update ngIRCd manual pages
72   - Add option aliases -V (for --version) and -h (for --help).
73   - Fix 'no-ipv6' compile error.
74   - Make Listen parameter a comma-separated list of addresses. This also
75     obsoletes ListenIPv4 and ListenIPv6 options. If Listen is unset, it
76     is treated as Listen="::,0.0.0.0".
77     Note: ListenIPv4 and ListenIPv6 options are still recognized,
78     but ngircd will print a warning if they are used in the config file.
79
80 ngIRCd 0.12.0 (2008-05-13)
81
82   - Fix Bug: 85: "WHO #SecretChannel" that user is not a member of now returns
83     proper RPL_ENDOFWHO_MSG instead of nothing. (Ali Shemiran)
84   - Fix compile on FreeBSD 5.4 and AIX.
85   - If bind() fails, also print IP address and not just the port number.
86
87   ngIRCd 0.12.0-pre2 (2008-04-29)
88   - IPv6: Add config options to disable ipv4/ipv6 support.
89   - Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now!
90   - Documentation: get rid of some more references to CVS, switch to GIT.
91   - Get rid of cvs-version.* and CVSDATE definition.
92   - Report ERR_NOTONCHANNEL when trying to part a channel one is not member of.
93   - Testsuite: remove erroneous ConfUID setting in config file.
94
95   ngIRCd 0.12.0-pre1 (2008-04-20)
96   - Include Mac OS X Xcode project in distribution archives.
97   - Do not exit on SIGHUP or /REHASH if the config file cannot opened.
98   - Add IPv6 support.
99   - Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
100   - Implemented IRC commands INFO, SUMMON (dummy), and USERS (dummy) and
101     enhanced test suite to check these commands. (Dana Dahlstrom)
102   - RPL_WHOREPLY messages generated by IRC_WHO didn't include flags (*,@,+).
103     (Dana Dahlstrom)
104   - IRC_WHO now supports search patterns and will test this against user
105     nickname/servername/hostname, etc. as required by RFC 2812, Section 3.6.1.
106     (reported by Dana Dahlstrom)
107   - Add test cases for "WHO" command. (Dana Dahlstrom)
108   - Implement RFC 2812 handling of "0" argument to 'JOIN': must be treated
109     as if the user had sent PART commands for all channels the user is a
110     member of. (Dana Dahlstrom)
111   - Allow NOTICEs to be sent to a channel. (Fabian Schlager)
112
113 ngIRCd 0.11.1 (2008-02-26)
114
115   - Fix sending of JOIN commands between servers when remote server appended
116     mode flags. (Rolf Eike Beer) [from HEAD]
117   - Send "G" instead of "H" flag in WHO replies. (reported by Dana Dahlstrom)
118   - Under some circumstances ngIRCd issued channel MODE message with a
119     trailing space. (Dana Dahlstrom) [from HEAD]
120
121 ngIRCd 0.11.0 (2008-01-15)
122
123   ngIRCd 0.11.0-pre2 (2008-01-07)
124   - SECURITY: IRC_PART could reference invalid memory, causing
125     ngircd to crash [from HEAD]. (CVE-2008-0285)
126   
127   ngIRCd 0.11.0-pre1 (2008-01-02)
128   - Use dotted-decimal IP address if hostname is >= 64.
129   - Add support for /STAT u (server uptime) command.
130   - New [Server] configuration Option "Bind" allows to specify
131     the source IP address to use when connecting to remote server.
132   - New configuration option "MaxNickLength" to specify the allowed maximum
133     length of user nick names. Note: must be unique in an IRC network!
134   - Enhanced the IRC+ protocol to support an enhanced "server handshake" and
135     enable server to recognize numeric 005 (ISUPPORT) and 376 (ENDOFMOTD).
136     See doc/Protocol.txt for details.
137   - Re-added doc/SSL.txt to distribution -- got lost somewhere!?
138   - Fixes the wrong logging output when nested servers are introduced
139     to the network as well as the wrong output of the LINKS command.
140   - Update Mac OS X Xcode project file for Xcode 3.
141   - Adjust test suite to be usable on HP/UX 11.11 :-)
142   - Fix code to compile using K&R C compiler and ansi2kr again.
143   - New config option NoDNS: Disables DNS lookups when clients connect.
144   - Fixed propagation of channel mode 'P' on server links.
145   - Numeric 317: implemented "signon time" (displayed in WHOIS result).
146   - Fixed code that prevented GCC 2.95 to compile ngIRCd.
147   - Adjust path names in manual pages according to "./configure" settings.
148   - Added new server configuration option "Passive" for "Server" blocks to
149     disable automatic outgoing connections (similar to -p option to ngircd,
150     but only for the specified server). (Tassilo Schweyer)
151   - Don't connect to a server if a connection to another server within the
152     same group is already in progress.
153   - Added support for the WALLOPS command. Usage is restricted to IRC
154     operators.
155
156 ngIRCd 0.10.4 (2008-01-07)
157
158   - SECURITY: IRC_PART could reference invalid memory, causing
159     ngircd to crash [from HEAD]. (CVE-2008-0285)
160   
161 ngIRCd 0.10.3 (2007-08-01)
162
163   - SECURITY: Fixed a severe bug in handling JOIN commands, which could
164     cause the server to crash. Thanks to Sebastian Vesper, <net@veoson.net>.
165     (CVE-2007-6062)
166
167 ngIRCd 0.10.2 (2007-06-08)
168
169   ngIRCd 0.10.2-pre2 (2007-05-19)
170   - Server links are allowed to use larger write buffers now (up to 50 KB).
171
172   ngIRCd 0.10.2-pre1 (2007-05-05)
173   - Fix compressed server links (broken since 0.10.0).
174   - Predefined Channel configuration now allows specification of channel key
175     (mode k) and maximum user count (mode l).
176   - When using epoll() IO interface, compile in the select() interface as
177     well and fall back to it when epoll() isn't available on runtime.
178   - New configure option "--without-select" to disable select() IO API
179     (even when using epoll(), see above).
180   - Added support for IO APIs "poll()" and "/dev/poll".
181   - Reorganized internal handling of invite and ban lists.
182
183 ngIRCd 0.10.1 (2006-12-17)
184
185   - Fixed validation of server names containing digits.
186   - Update the "info text" of the local server after re-reading configuration.
187   - Changed Numerics 265 and 266 to follow ircd 2.11.x "standards".
188   - Allow PASS syntax defined in RFC 1459 for server links, too.
189   - Enhanced ISUPPORT message (005 numeric).
190   - New configuration option "PredefChannelsOnly": if set, clients can only
191     join predefined channels.
192   - Code cleanups: use "LogDebug(...)" instead of "Log(LOG_DEBUG, ...)", use
193     "strcspn()", unsigned vs. signed, use "const", fix whitespaces, ...
194
195 ngIRCd 0.10.0 (2006-10-01)
196
197   - Fixed file handle leak when daemon is not able to send MOTD to a client.
198
199   ngIRCd 0.10.0-pre2 (2006-09-09)
200   - Fixed build problems with GCC option -fstack-protector.
201   - Minor documentation updates.
202
203   ngIRCd 0.10.0-pre1 (2006-08-02)
204   - Validate "ServerName" (see RFC 2812, section 2.3.1).
205   - Enhanced DIE to accept a single parameter ("comment text") which is sent
206     to all locally connected clients before the server goes down.
207   - The ngIRCd handles time shifts backwards more gracefully now (the
208     timeout handling doesn't disconnect clients by mistake any more).
209   - Internal: Restructured connection handling (the connection ID is equal
210     to the file descriptor of the connection).
211   - Internal: Simplified resolver code.
212   - JOIN now supports more than one channel key at a time.
213   - Implemented numeric "333": Time and user name who set a channel topic.
214   - Enhanced the handler for PING and PONG commands: fix forwarding and enable
215     back-passing of a client supplied additional argument of PING.
216   - Changed handling of timeouts for unregistered connections: don't reset
217     the counter if data is received and disconnect clients earlier.
218   - Removed unnecessary #define of "LOCAL", now use plain C "static" instead.
219   - Channel topics are no longer limited to 127 characters: now the only limit
220     is the maximum length of an IRC command, i. e. 512 bytes (in practice, this
221     limits the topic to about 490 characters due to protocol overhead).
222   - Reverse DNS lookup code now checks the result by doing an additional
223     lookup to prevent spoofing.
224   - Added new IO layer which (optionally) supports epoll() and kqueue() in
225     addition to the select() interface.
226
227 ngIRCd 0.9.2 (2005-10-15)
228
229   - Fixed a bug that could cause the daemon to crash when outgoing server
230     connections can't be established.
231   - Fixed a bug that caused the daemon to leak file descriptors when no
232     resolver subprocesses could be created.
233   - Fixed server NOTICEs to users with "s" mode ("server messages").
234   - Fixed a format string bug in "connection statistics" messages to clients.
235
236 ngIRCd 0.9.1 (2005-08-03)
237
238   - The KILL command killed much more than desired (including server links!)
239     when the target user is connected to a remote server. Bug introduced in
240     ngIRCd 0.9.0 ...  Reported by <qssl@fastmail.fm>, Thanks!
241   - Changed some constants to be "signed" (instead of unsigned) to solve
242     problems with old (pre-ANSI) compilers.
243
244 ngIRCd 0.9.0 (2005-07-24)
245
246   ngIRCd 0.9.0-pre1 (2005-07-09)
247   - Fixed maximum length of user names, now allow up to 9 characters.
248   - Cut off oversized IRC messages that should be sent to the network instead
249     of shutting down the (wrong) connection.
250   - Don't generate error messages for unknown commands received before the
251     client is registered with the server (like the original ircd).
252   - Never run with root privileges but always switch the user ID.
253   - Make "netsplit" messages RFC compliant.
254   - Fix handling of QUIT Messages: send only one message, even if the client
255     is member of multiple channels.
256   - Don't exit server if closing of a socket fails; instead ignore it and
257     pray that this will be "the right thing" ...
258   - Implemented the IRC function "WHOWAS".
259   - Don't enable assert() calls when not ./configure'd with --enable-debug.
260   - Fixed ./configure test for TCP Wrappers: now it runs on Mac OS X as well.
261   - Enhanced configure script: now you can pass an (optional) search path
262     to all --with-XXX parameters, e. g. "--with-ident=/opt/ident".
263   - Removed typedefs for the native C datatypes.
264     Use stdbool.h / inttypes.h if available.
265   - New configuration option "OperServerMode" to enable a workaround needed
266     when running an network with ircd2 servers and "OperCanUseMode" enabled
267     to prevent the ircd2 daemon to drop mode changes of IRC operators.
268     Patch by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
269   - Implemented support for "secret channels" (channel mode "s").
270   - New configuration option "Mask" for [Operator] sections to limit OPER
271     commands to users with a specific IRC mask. Patch from Florian Westphal.
272   - Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debug
273     code ("--enable-debug") and running as daemon process.
274   - Don't create version information string each time a client connects
275     but instead on server startup. By Florian Westphal.
276   - New configuration variable "PidFile", section "[Global]": if defined,
277     the server writes its process ID (PID) to this file. Default: off.
278     Idea of Florian Westphal, <westphal@foo.fh-furtwangen.de>.
279   - Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>.
280   - Raised the maximum length of passwords to 20 characters.
281   - Fixed a memory leak when resizing the connection pool and realloc()
282     failed. Now we don't fall back to malloc(), which should be sane anyway.
283     Patch from Florian Westphal, <westphal@foo.fh-furtwangen.de>.
284   - Added support for the Howl (http://www.porchdogsoft.com/products/howl/)
285     Rendezvous API, in addition to the API of Apple (Mac OS X). The available
286     API will be autodetected when you call "./configure --with-rendezvous".
287   - Made ngIRCd compile on HP/UX 10.20 with native HP pre-ANSI C compiler and
288     most probably other older C compilers on other systems.
289   - When the daemon should switch to another user ID (ServerID is defined in
290     the configuration file) and is not running in a chroot environment, it
291     changes its working directory to the home directory of this user. This
292     should enable the system to write proper core files when not running with
293     root privileges ...
294
295 ngIRCd 0.8.3 (2005-02-03)
296
297   - Fixed a bug that could case a root exploit when the daemon is compiled
298     to do IDENT lookups and is logging to syslog. Bug discovered by CoKi,
299     <coki@nosystem.com.ar>, thanks a lot!
300     (CVE-2005-0226; http://www.nosystem.com.ar/advisories/advisory-11.txt)
301
302 ngIRCd 0.8.2 (2005-01-26)
303
304   - Added doc/SSL.txt to distribution.
305   - Fixed a buffer overflow that could cause the daemon to crash. Bug found
306     by Florian Westphal, <westphal@foo.fh-furtwangen.de>. (CVE-2005-0199)
307   - Fixed a possible buffer underrun when reading the MOTD file. Thanks
308     to Florian Westphal, <westphal@foo.fh-furtwangen.de>.
309   - Fixed detection of IRC lines which are too long to send. Detected by
310     Florian Westphal, <westphal@foo.fh-furtwangen.de>.
311   - Fixed return values of our own implementation of strlcpy(). The code has
312     been taken from rsync and they fixed it, but we didn't until today :-/
313     It has only been used when the system didn't implement strlcpy by itself,
314     not on "modern" systems. Florian Westphal, <westphal@foo.fh-furtwangen.de>.
315
316 ngIRCd 0.8.1 (2004-12-25)
317
318   - Autoconf: Updated config.guess and config.sub
319   - Added some more debug code ...
320   - Fixed wrong variable names in output of "ngircd --configtest".
321   - Debian: Fixed the name of the "default file" in the init script for
322     ngircd-full packages. And do the test if the binary is executable after
323     reading this file.
324   - Enhanced the "test suite": please have a look at src/testsuite/README!
325
326 ngIRCd 0.8.0 (2004-06-26)
327
328   - Fixed wrong buffer size calculation for results of the resolver.
329
330   ngircd 0.8.0-pre2 (2004-05-16)
331   - Enhanced logging to console when running in "no-detached mode": added
332     PID and log messages of resolver sub-processes.
333   - Fixed host name lookups when using IDENT user lookups.
334   - "make clean" and "make maintainer-clean" remove more files now.
335
336   ngIRCd 0.8.0-pre1 (2004-05-07)
337   - Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to
338     Benjamin Pineau <ben@zouh.org>. Now you can force the daemon to change
339     its root and working directory to something "safe". MotdPhrase is used
340     to define an "MOTD string" instead of a whole file, useful if the
341     "real" MOTD file would be outside the "jail".
342   - INVITE- and BAN-lists become synchronized between IRC+ servers when
343     establishing new connections, if the peer supports this as well.
344   - Reorganized autogen.sh and configure scripts.
345   - Fixed a wrong assert() which could cause the daemon to exit spuriously
346     when closing down connections.
347   - Better logging of decompression errors returned by zlib.
348   - Servers other than the destination server didn't clean up the invite
349     list of an "invite-only" channel properly when an INVITE'd user joined.
350   - Changed the reply of the MODE command to match the syntax of the
351     original ircd exactly: the unnecessary but missing ":" before the last
352     parameter has been added.
353   - Fixed TRACE: don't output "Serv" lines for ourself; display more info.
354   - Results of the resolver (hostnames and IDENT names) are discarded after
355     the client is successfully registered with the server.
356   - Better logging while establishing and shutting down connections.
357   - The type of service (TOS) of all sockets is set to "interactive" now.
358   - Added short command line option "-t" as alternative to "--configtest".
359   - Added optional support for "IDENT" lookups on incoming connections. You
360     have to enable this function with the ./configure switch "--with-ident".
361     The default is not to do IDENT lookups.
362
363 ngIRCd 0.7.7 (2004-02-05)
364
365   - The info text ("real name") of users is set to "-" if none has been
366     specified using the USER command (e. g. "USER user * * :"). Reason:
367     the original ircd doesn't like empty ones and would KILL such users.
368   - Fixed (optional) TCP Wrapper test which was broken and could result in
369     false results. Thanks to Fuminori Tanizaki <tany@mcnet.ad.jp>!
370   - Removed "USE_" prefixes of configuration #defines.
371
372 ngIRCd 0.7.6 (2003-12-05)
373
374   - Fixed abort() ("server crash") when INVITE'ing users to nonexistent
375     channels. Bug found by <hiddenx@wp.pl>.
376   - Extended version numbering of CVS versions (added date).
377   - Enhanced/fixed doc/Protocol.txt;
378
379 ngIRCd 0.7.5 (2003-11-07)
380
381   - Fixed ban behavior: users which are banned from a channel can't no
382     longer send PRIVMSG's to this channel (fixes Bug #47).
383   - Fixed and enhanced the "penalty handling" of the server: commands that
384     require more resources block the client for a short time.
385   - Changed the internal time resolution to one second.
386   - New configuration variable "MaxConnectionsIP" to limit the number of
387     simultaneous connections from a single IP that the server will accept.
388     This configuration options lowers the risk of denial of service attacks
389     (DoS), the default is 5 connections per client IP.
390   - Fixed build problems under Mac OS X 10.3.
391   - Use "-pipe" when compiling with gcc, speeds things up a little :-)
392   - Added new configuration variable "Listen" to bind all listening
393     sockets of the server to a single IP address.
394   - Suppress misleading error message of diff during make run.
395   - Enhanced test-suite and made it work on GNU/Hurd.
396   - Fixed minor typo in debug output :-)
397
398 ngIRCd 0.7.1 (2003-07-18)
399
400   - Included files to build Debian packages (located in "debian/").
401   - Updated config.guess and config.sub to newer upstream versions.
402   - NJOIN propagates user channel modes correctly again ... Upsa.
403   - Made Makefile more compatible with "make -j<n>".
404   - Added support for GNU/Hurd.
405   - Fixed a compiler warning related to an unnecessary assert().
406   - Enhanced VERSION command when using debug versions.
407
408 ngIRCd 0.7.0 (2003-05-01)
409
410   - "ServerName" is checked better now: a dot (".") is required.
411   - The KILL command verifies and logs more parameters.
412
413   ngIRCd 0.7.0-pre2 (2003-04-27)
414   - CVS build system fixes (made autogen.sh more portable).
415   - Fixed compilation and test-suite on Solaris (tested with 2.6).
416   - New documentation file "doc/Platforms.txt" describing the status of
417     ngIRCd on the various tested platforms.
418   - Test for broken GCC on Mac OS X and disable "-pedantic" in this case.
419   - Disable "-ansi" on Cygwin: system headers are incompatible.
420   - The server tried to connect to other servers only once when DNS or
421     socket failures occurred.
422   - Fixed --configtest: There is no variable "ServerPwd", it's "Password".
423
424   ngIRCd 0.7.0-pre1 (2003-04-22)
425   - New signal handler (more secure, actions are executed outside).
426   - GCC: the compiler is now called with more warning options enabled.
427   - Replaced a lot of str[n]cpy(), str[n]cat() and sprintf() calls with the
428     more secure functions strlcpy(), strlcat() and snprintf(). On systems
429     that don't support strlcpy() and strlcat(), these functions are included
430     in the libngportab now (with prototypes in portab.h).
431   - If the server can't close a socket, it panics now. This is an error that
432     can't occur during normal operation so there is something broken.
433   - The order of log messages during disconnects is more "natural" now ;-)
434   - Cleaned up handling of server configuration structures: modifying and
435     removing servers during runtime works more reliable now.
436   - Compression code from "conn.[ch]" is now found in new "conn-zip.[ch]"
437   - Moved some connection functions from "conn.[ch]" to "conn-func.[ch]".
438   - New command CONNECT to enable and add server links. The syntax is not
439     RFC-compatible: use "CONNECT <name> <port>" to enable and connect an
440     configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
441     to add a new server (ngIRCd tries to connect new servers only once!).
442   - Added DISCONNECT command ("DISCONNECT <name>") to disable servers.
443   - Restructured the documentation: Now the main language is English. The
444     german documentation has been removed (until there is a maintainer).
445   - Enhanced killing of users caused by a nickname collision.
446   - Better error detection for status code ("numerics") forwarding.
447   - Moved tool functions to own library: "libngtool".
448   - New command TRACE (you can trace only servers at the moment).
449   - New command HELP that lists all understood commands.
450   - There should no longer remain "unknown connections" (see e.g. LUSERS)
451     if an outgoing server link can't be established.
452   - Added AC_PREREQ(2.50) to configure.in for better autoconf compatibility.
453   - Conn_Close() now handles recursive calls for the same link correctly.
454   - ngIRCd can register itself with Rendezvous: to enable support pass the
455     new switch "--with-rendezvous" to configure.
456   - Added support for TCP Wrappers library: pass "--with-tcp-wrappers" to
457     configure to enable it.
458   - Changed some configure options to use "--with"/"--without" as prefix
459     instead of "--enable"/"--disable": "--without-syslog", "--without-zlib",
460     "--with-tcp-wrappers", and "--with-rendezvous".
461   - Better error reporting to clients on connect.
462   - Enhanced manual pages ngircd(8) and ngircd.conf(5).
463   - Documentation is now installed in $(datadir)/doc/ngircd.
464   - Enhanced handling of NJOIN in case of nick collisions.
465
466 ngIRCd 0.6.1, 2003-01-21
467
468   - Fixed KILL: you can't crash the server by killing yourself any more,
469     ngIRCd no longer sends a QUIT to other servers after the KILL, and you
470     can kill only valid users now.
471   - The server no longer forwards commands to ordinary users, instead it
472     answers with the correct error message ("no such server") now.
473   - WHOIS commands weren't always forwarded as requested.
474   - The server sets a correct default AWAY message now when propagating
475     between servers (bug introduced in 0.6.0).
476   - Fixed up and enhanced CHANINFO command: channel keys and user limits
477     are synchronized between servers now, too.
478   - MODE returns the key and user limit for channel members correctly now.
479   - Non-members of a channel could crash the server when trying to change
480     its modes or modes of its members.
481   - The server didn't validate weather a target user is a valid channel
482     member when changing his channel user modes which could crash ngIRCd.
483
484
485 Older changes (sorry, only available in german language):
486
487 ngIRCd 0.6.0, 2002-12-24
488
489   ngIRCd 0.6.0-pre2, 2002-12-23
490   - neuer Numeric 005 ("Features") beim Connect.
491   - LUSERS erweitert: nun wird die maximale Anzahl der lokalen und globalen
492     Clients, die dem Server bzw. im Netzwerk seit dem letzten (Re-)Start
493     dem Server gleichzeitig bekannt waren, angezeigt.
494
495   ngIRCd 0.6.0-pre1, 2002-12-18
496   - beim Schliessen einer Verbindung zeigt der Server nun vor dem ERROR
497     noch eine Statistik ueber die empfangene und gesendete Datenmenge an.
498   - der Server wartet bei einer eingehenden Verbindung nun laenger auf den
499     Resolver (4 Sekunden), wenn das Ergebnis eintrifft setzt er aber den
500     Login sofort fort (bisher wurde immer mind. 1 Sekunde gewartet).
501   - Connection-Strukturen werden nun "pool-weise" verwaltet; der Pool wird
502     bei Bedarf bis zu einem konfigurierten Limit vergroessert.
503   - Mit der neuen Konfigurationsvariable "MaxConnections" (Sektion "Global")
504     kann die maximale Anzahl gleichzeitiger Verbindungen begrenzt werden.
505     Der Default ist -1, "unlimitiert".
506   - der Server erkennt nun, ob bereits eine eingehende Verbindung von einem
507     Peer-Server besteht und versucht dann nicht mehr, selber eine eigene
508     ausgehende Verbindung zu diesem auufzubauen. Dadurch kann nun auf beiden
509     Servern in der Konfiguration ein Port fuer den Connect konfiguriert
510     werden (beide Server versuchen sich dann gegenseitig zu connectieren).
511   - Test-Suite und Dokumentation an A/UX angepasst.
512   - unter HP-UX definiert das configure-Script nun _XOPEN_SOURCE_EXTENDED.
513   - Server identifizieren sich nun mit asyncronen Passwoertern, d.h. das
514     Passwort, welches A an B schickt, kann ein anderes sein als das, welches
515     B als Antwort an A sendet. In der Konfig.-Datei, Abschnitt "Server",
516     wurde "Password" dazu durch "MyPassword" und "PeerPassword" ersetzt.
517   - Der Server kann nun zur Laufzeit die Konfiguration neu einlesen: dies
518     macht er nach dem Befehl REHASH oder wenn ein HUP-Signal empfangen wird.
519   - Channel-Mode "P" ("persistent") kann nur noch von IRC-Operatoren gesetzt
520     werden. Grund: User koennen den Server sonst leicht "Channel-Flooden".
521   - MOTD kann nun an andere Server geforwarded werden.
522   - IRC-Befehl "TIME" implementiert.
523   - Server-Server-Links koennen nun komprimiert werden, dazu wird die zlib
524     (www.zlib.org) benoetigt. Unterstuetzt die Gegenseite die Komprimierung
525     nicht, wird automatisch unkomprimiert kommuniziert. Das Verfahren ist
526     kompatibel mit dem Original-ircd 2.10.3, d.h. beide Server koennen
527     miteinander ueber komprimiert Links kommunizieren.
528   - Handling der Schreibpuffer umgestellt: Server sollte schneller arbeiten.
529   - Prefix-Fehler werden besser protokolliert (mit verursachendem Befehl).
530   - SQUIT wird nicht mehr doppelt an andere Server weitergeleitet.
531   - Der Server versucht nun vor dem Schliessen einer Verbindung Daten, die
532     noch im Schreibpuffer stehen, zu senden.
533   - Source in weiteres Modul "irc-info" aufgespalten.
534   - Konfigurationsvariablen werden besser validiert: Laengen, Zahlen, ...
535   - neuen Befehl STATS begonnen: bisher unterstuetzt wird "l" und "m".
536   - bei ISON und USERHOST fehlte im Ergebnis-String der korrekte Absender.
537   - IRC Operatoren koennen nun mit KILL User toeten. Achtung: ein Grund muss
538     zwingend als zweiter Parameter angegeben werden!
539   - neue Konfigurations-Variable "MaxJoins": Hiermit kann die maximale Zahl
540     der Channels, in denen ein User Mitglied sein kann, begrent werden.
541   - neuer, deutlich flexiblerer Parser fuer den MODE Befehl.
542   - neue Channel-Modes l (User-Limit) und k (Channel-Key) implementiert.
543
544 ngIRCd 0.5.4, 24.11.2002
545
546   - Fehler-Handling von connect() gefixed: der Server kann sich nun auch   
547     unter A/UX wieder zu anderen verbinden.
548   - in den Konfigurationsvariablen ServerUID und ServerGID kann nun nicht
549     nur die numerische ID, sondern auch der Name des Users bzw. der Gruppe
550     verwendet werden. Beim Start des Daemons wird nun beides angezeigt.
551   - Besseres Logging von Prefix-Fehlern.
552   - angenommene Sockets werden nun korrekt auf "non-blocking" konfiguriert,
553     beim Senden und Empfangen werden Blockierungen besser abgefangen.
554   - RPL_UMODEIS hat Code 221, nicht 211 ... *argl*
555   - select() in Try_Write() hat falschen (keinen!) Timeout verwendet;
556     die "Zeit-Aufloesung" des Servers sind zudem nun 2 Sekunden (TIME_RES).
557     Insgesamt sollte die Reaktionszeit des Server nun besser sein.
558
559 ngIRCd 0.5.3, 08.11.2002
560
561   - NOTICE liefert nun wirklich nie mehr einen Fehler, auch dann nicht,
562     wenn der sendende Client noch gar nicht registriert ist.
563   - ein "schneller Server-Reconnect" wird nur noch dann versucht, wenn die
564     Verbindung zuvor ordentlich (="lange genug") in Ordnung war; somit also
565     nicht meht, wenn der Peer-Server gleich beim Connect ein ERROR liefert.
566     Das vermeidet "Connect-Orgien".
567   - einige Datentypen aufgeraumt: z.B. sind viele INT32s nun LONGs. Das ist
568     auf Platformen mit 8-Byte-Integern kompatibler.
569   - RPL_YOURHOST_MSG ist nun ircII- und RFC-kompatibel ;-)
570   - Segfault unter hoher Netzaktivitaet behoben: in Conn_Close() wird die
571     Connection-Struktur nun frueher als "ungueltig" markiert.
572
573 ngIRCd 0.5.2, 04.10.2002
574
575   - Buffer Overflow in Read_Resolver_Result() behoben.
576   - Format-String-Bugs, die zum Abbruch des Servers fuehrten, behoben.
577   - Maximale Laenge eines IRC-Prefix wurde falsch berechnet.
578
579 ngIRCd 0.5.1, 03.10.2002
580
581   - in RPL_YOURHOST_MSG wurde ein fehlerhafter Versionsstring geliefert.
582   - Test-Suite: start-server.sh, stop-server.sh und stress-server.sh koennen
583     nun "manuell" von der Kommandozeile gestartet werden, stress-server.sh
584     startet per Default nur noch 5 Sessions, eine andere Zahl kann auf der
585     Kommandozeile uebergeben werden (Syntax: "stress-server.sh <count>").
586   - In bestimmten Faellen hat der Server versucht auf einen bereits wieder
587     geschlossenen Socket Daten zu schreiben; das fuehrte zu einem Abbruch des
588     Servers durch ein assert(). Nun wird geprueft, ob der Socket noch ok ist.
589   - im "contrib"-Verzeichnis befindet sich nun eine RPM-Spec-Datei, aus den
590     .tar.gz's koennen nun mit "rpm -ta <archiv>" RPM's erzeugt werden. Danke
591     an Sean Reifschneider <jafo@tummy.com>!
592   - Syntax von RPL_MYINFO_MSG korrigiert: liefert nun vier Parameter.
593
594 ngIRCd 0.5.0, 20.09.2002
595
596   - Dokumentation aktualisiert.
597   - Fehler bei Validierung von "AdminInfo2" behoben.
598   - Test der Flags fuer "ps" in der Testsuite verbessert, ist nun zu mehr
599     Plattformen kompatibler.
600
601   ngIRCd 0.5.0-pre2, 17.09.2002
602   - Fix in IRC_WriteStrServersPrefix() war "badly broken" -- behoben.
603
604   ngIRCd 0.5.0-pre1, 16.09.2002
605   - Manual-Pages ngircd.8 und ngircd.conf.5 begonnen.
606   - Wird der Netzwerk-Sniffer aktiviert (--sniffer), so schaltet der
607     ngIRCd nun automatisch in den Debug-Modus.
608   - auf Systemen, die inet_aton() nicht kennen (wie z.B. A/UX), kann der
609     ngIRCd nun dennoch auch aktiv Server-Links aufbauen.
610   - h_errno wird auf Systemen, die das nicht kennen (wie z.B. HP-UX 10.20)
611     nicht mehr verwendet. Somit compiliert der ngIRCd nun auch dort :-)
612   - um auf dem Ziel-System nicht vorhandene Funktionen nachzubilden wird nun
613     die "libngportab" erzeugt; genutzt wird dies bisher fuer vsnprintf().
614     Nun compiliert der ngIRCd auch unter Solaris 2.5.1.
615   - "persistente Channels" (Mode 'P') implementiert: diese koennen in der
616     Konfigurationsdatei definiert werden (Sektion "Channel", vgl. Beispiel-
617     Konfiguration "sample-ngircd.conf") und bleiben auch dann bestehen,
618     wenn kein User mehr im Channel ist. Zu Channel-Operatoren werden bisher
619     nur IRC-Operatoren, die den Channel betreten. Die persistenten Channels
620     werden durch das Flag "P" gelennzeichnet, welches normal durch Channel-
621     Op's gesetzt und geloescht werden kann.
622   - bei "--configtest" werden keine leere Abschnitte mehr ausgegeben.
623   - Source in weitere Module aufgespalten: lists, irc-op und resolve.
624   - #include's aufgeraeumt: Header includieren keine anderen mehr.
625   - KICK implementiert (bisher kann nur ein User aus einem Channel geckicked
626     werden, Listen, wir im RFC vorgesehen, werden bisher nicht unterstuetzt).
627   - INVITE, den Channel-Mode "i" sowie Invite-Lists ueber den MODE-Befehl
628     (setzen, erfragen und loeschen) implementiert.
629   - Source an ansi2knr fuer pre-ANSI-Compiler angepasst; ansi2knr in Source-
630     Tree aufgenommen und in Build-System integriert; der ngIRCd compiliert
631     nun z.B. unter A/UX mit dem nativen Compiler von Apple.
632   - TOPIC lieferte bei unbekanntem Channel einen falschen Fehlercode.
633   - LIST versteht nun Wildcards und kann an andere Server geforwarded werden.
634   - wurde ein KILL fuer nicht-lokale Clients empfangen, so wurden die
635     Verwaltungs-Strukturen nicht korrekt freigegeben.
636   - empfangene NJOIN's wurden "zerhackt" an andere Server weitergegeben.
637   - neue Konfigurationsoption "OperCanUseMode" (Sektion "Global"):
638     ist sie aktiv, koennen IRC-Operatoren immer Channel-Modes setzen.
639   - Dokumentation des neuen IRC+-Protokolls begonnen: doc/Protocol.txt
640   - Protokoll- und Server-ID bei PASS-Befehlen auf neues Format umgestellt;
641     bei empfangenen PASS-Befehlen werden diese zudem nun auch ausgewertet.
642     Die unterstuetzten Flags sind in doc/Protocol.txt beschrieben.
643   - mit dem neuen Befehl CHANINFO syncronisieren Server, die das IRC+-
644     Protokoll unterstuetzen, Channel-Modes und Topics.
645   - neue Option "--disable-ircplus" fuer das configure-Script, um das
646     IRC+-Protokoll abzuschalten (per Default ist es aktiviert).
647   - Ban-Lists (setzen, erfragen und loeschen) implementiert.
648   - wird der Server mit "-n"/"--nodaemon" gestartet, so werden keine Mel-
649     dungen mehr ueber Syslog ausgegeben, sondern nur noch auf der Konsole.
650   - "Test-Suite" begonnen (in "make check" integriert): Dabei wird ein
651     speziell konfigurierter Server auf Port 6789 gestartet, mit dem dann
652     einige Tests durchgefuehrt werden (u.a. "Stress-Test" mit 50 Clients).
653   - zu lange Operator-Namen in der Konfiguration wurden falsch gekuerzt.
654   - kleine Anpassung an AIX 3.2.5: nun laeuft der ngIRCd auch dort :-)
655   - ADMIN-Befehl implementiert. Die Daten hierzu werden in der Konfig-Datei
656     im [Global]-Abschnitt mit den Variablen "AdminInfo1", "AdminInfo2" und
657     "AdminEMail" konfiguriert.
658   
659 ngIRCd 0.4.3, 11.06.2002
660
661   - Bei PRIVMSG und NOTICE hat der ngIRCd nicht ueberpruft, ob das Ziel
662     ueberhaupt ein User ist. War es keiner, so fuehrte dies zu einem
663     Abbruch des Servers [es wurde assert() aufgerufen].
664
665 ngIRCd 0.4.2, 29.04.2002
666
667   - LUSERS verzaehlt sich bei eigenen Server-Links nicht mehr.
668   - QUIT wird nun auch von noch nicht registrierten Clients akzeptiert.
669   - IRC-Funktion LIST implementiert; bisher werden allerdings noch keine
670     Wildcards (bis auf "*") unterstuetzt.
671
672 ngIRCd 0.4.1, 08.04.2002
673
674   - Bei Server-Links wird nicht mehr an Hand der Anzahl der Parameter
675     eines empfangenen SERVER-Befehls, sondern "intern" erkannt, ob es
676     sich um eine ein- oder ausgehende Verbindung handelt und somit das
677     eigene PASS-SERVER-Paar gesendet werden muss oder nicht. Da sich
678     verschiedene Versionen des Original-ircd's anders verhalten, schlug
679     die Anmeldung je nach Gehenseite evtl. fehl.
680   - Bei einem NICK-Befehl eines lokalen Client konnte der Server ab-
681     stuerzen, da ein Format-String einer Log-Meldung fehlerhaft war.
682
683 ngIRCd 0.4.0, 01.04.2002
684
685   - IRC-Befehle nochmal auf weitere Source-Dateien aufgespalten.
686   - WHO implementiert (bisher ohne komplette Unterstuetzung von Masks).
687   - Der AWAY-Mode wurde nicht ueber mehrere Server-Links weitergegeben.
688   - stderr wird nun in eine Datei umgelenkt (/tmp/ngircd-<PID>.err).
689     Laeuft der Server nicht im Debug-Modus, so wird diese bei Programm-
690     ende geloescht. Sollte der Server abstuerzen, finden sich hier evtl.
691     zusaetzliche Informationen.
692   - In Nicknames wird das Zeichen "-" nun als zulaessig erkannt.
693   - die Beispiel-Konfigurationsdatei (doc/sample-ngircd.conf) wird als
694     ngircd.conf installiert, wenn noch keine "echte" Konfigurationsdatei
695     vorhanden ist.
696   - bei WHO, WHOIS und NAMES wird nun nur noch der Status "Operator" oder
697     "voiced" geliefert -- nicht mehr beides.
698   - Server-Gruppen implementiert: es wird immer nur zu einem Server in
699     einer Gruppe eine Verbindung aufgebaut, klappt es beim ersten Server
700     nicht, so wird der naechste probiert (Variable "Group" in der Kon-
701     figurationsdatei, Sektion [Server]).
702   - IRC_PING() ist, wenn nicht im "strict RFC"-Mode, toleranter und ak-
703     zeptiert beliebig viele Parameter (z.B. BitchX sendet soetwas).
704   - die "Portab-Header" werden nicht mehr benoetigt, die System-Erkennung
705     wird nun ausschliesslich vom configure-Script durchgefuehrt. System-
706     abhaengige Definitionen finden sich nun unter src/portrab/.
707   - Clients und Channels werden nicht mehr ueber ihren Namen, sondern
708     einen Hash-Wert gesucht: sollte deutlich schneller sein.
709   - neuer Kommandozeilen-Parameter "--configtest": die Konfiguration wird
710     gelesen und dann die verwendeten Werte angezeigt.
711   - Client-Mode "s" (Server Notices) implementiert.
712   - mit dem neuen Kommandozeilen-Parameter "--config"/"-f" kann eine
713     alternative Konfigurationsdatei angegeben werden.
714   - nach dem Start kann der ngIRCd, wenn er mit root-Rechten laeuft,
715     zu einer anderen User-ID und Group-ID wechseln.
716   - URL der Homepage wird u.a. bei "--version" mit angezeigt.
717
718 ngIRCd 0.3.0, 02.03.2002
719
720   - bekommt der Server ein HUP-Signal, so startet er neu -- genau so, wie
721     er auf den IRC-Befehl RESTART reagiert.
722   - FAQ um Hinweise auf den Bugtracker erweitert.
723   - neuer Kommandozeilen-Schalter "--passive" (-p): wird er angegeben, so
724     verbindet sich der ngIRCd nicht mehr automatisch zu anderen Servern.
725     Zum Debuggen manchmal ganz praktisch :-)
726   - direkt nach dem Start schreibt der ngIRCd nun die aktiven Kommando-
727     zeilenschalter in's Logfile (Passive, Debug, Sniffer ...).
728   - das Signal-Flag SA_RESTART wird nur noch gesetzt, wenn es auf dem
729     jeweiligen System auch definiert ist.
730   - bei ausgehenden Verbindungen wird nun der Ziel-Port protokolliert.
731   - neue Befehle VERSION und KILL implementiert.
732   - make-Target "check" (und "distcheck") mit Sinn erfuellt :-)
733     (die Tests sind aber bisher nicht all zu tiefgehend ...)
734   - Durch einen Ueberlauf konnte die Idle-Time bei WHOIS negativ werden ...
735   - Anpassungen an A/UX: gehoert nun auch zu den unterstuetzten Platformen.
736   - WHOIS wird nicht mehr automatisch an den "Original-Server" weiterge-
737     leitet: war eh nicht RFC-konform und machte mit Clients Probleme.
738   - an User wird nun immer ein "komplettes" Prefix (mit Host-Mask) ver-
739     schickt, Server bekommen nach wie vor kurze: das "Original" hat bei
740     bestimmten Befehlen (PRIVMSG) ansonsten evtl. Probleme ...
741   - NAMES korrigiert und vollstaendig implementiert.
742   - SQUIT wird auf jeden Fall geforwarded, zudem besseres Logging.
743   - Ist ein Nick bei der User-Registrierung bereits belegt, nimmt der
744     Server nun korrekt weitere NICK-Befehle an und verwendet diese.
745   - PRIVMSG beachtet nun die Channel-Modes "n" und "m".
746   - AWAY implementiert. PRIVMSG, MODE, USERHOST und WHOIS angepasst.
747   - der ngIRCd unterstuetzt nun Channel-Topics (TOPIC-Befehl).
748   - ausgehende Server-Verbindungen werden nun asyncron connectiert und
749     blockieren nicht mehr den ganzen Server, wenn die Gegenseite nicht
750     erreicht werden kann (bis zum Timeout konnten Minuten vergehen!).
751   - Wert der Konfigurations-Variable "ConnectRetry" wird besser beachtet.
752   - Channel- und Nicknames werden nun ordentlich validiert.
753
754 ngIRCd 0.2.1, 17.02.2002
755
756   - NICK korrigiert: es werden nun auch alle "betroffenen" User informiert.
757   - configure-Script erweitert, u.a. bessere Anpassung an BeOS: dort wird
758     nun die "libbe" zum ngIRCd gelinkt, somit funktioniert auch syslog.
759   - Fehlerhafte bzw. noch nicht verstandene Modes werden nun ausfuehrlicher
760     an den Client geliefert.
761
762 ngIRCd 0.2.0, 15.02.2002
763
764   - Nicknames und Channel-Namen werden etwas besser auf Gueltigkeit ueber-
765     prueft; ist aber nach wie vor noch nicht ausreichend.
766   - NJOINS von Servern wurden nicht an andere Server weitergeleitet.
767   - Begonnen Channel-Modes und User-Channel-Modes zu implementieren: der
768     Server versteht an User-Modes o und v, beachtet letzteres allerdings
769     noch nirgends. Bekannte (aber nicht beachtete!) Channel-Modes sind
770     bisher a, m, n, p, q, s und t. Diese Modes werden von Usern ange-
771     nommen, von anderen Servern werden auch unbekannte Modes uebernommen.
772   - Benutzer von connectierenden Servern wurden nicht in den Channels ange-
773     kuendigt, es wurden nur die internen Strukturen angepasst.
774   - Nach dem Connect eines Users werden LUSERS-Informationen angezeigt.
775
776 ngIRCd 0.1.0, 29.01.2002
777
778   - User-Modes bei User-Registrierungen von andere Servern (NICK-Befehl)
779     wurden falsch uebernommen. Zudem wurden die Modes falsch gekuerzt.
780   - Server-Verbindungen werden nun nach dem Start erst nach einer kurzen
781     Pause aufgebaut (zur Zeit drei Sekunden).
782   - Hilfetext korrigiert: --help und --version waren vertauscht, die
783     Option --sniffer wurde gar nicht erwaehnt.
784   - FAQ.txt in doc/ begonnen.
785   - der IRC-Sniffer wird nur noch aktiviert, wenn die Option auf der
786     Kommandozeile angegeben wurde (bei entsprechend compiliertem Server).
787   - Channels implementiert, bisher jedoch noch ohne Channel-Modes, d.h.
788     es gibt keine Channel-Ops, kein Topic, kein "topic lock" etc. pp.
789     Chatten in Channels ist aber natuerlich moeglich ;-)
790   - neue Befehle fuer Channles: JOIN, PART und NJOIN.
791   - durch die Channels einige Aenderungen an PRIVMSG, WHOIS, MODE etc.
792   - neu connectierenden Servern werden nun Channels mit NJOIN angekuendigt.
793   - Signal-Hander geaendert: die Fehlermeldung "interrupted system call"
794     sollte so nicht mehr auftreten.
795   - "spaeter" neu connectierende Server werden nun im Netz angekuendigt.
796   - SERVER-Meldungen an andere Server sind nun korrekt sortiert.
797   - Clients werden nun korrekt sowohl nur ueber den Nickname als auch die
798     komplette "Host Mask" erkannt.
799
800 ngIRCd 0.0.3, 16.01.2002
801
802   - Server-Links vollstaendig implementiert: der ngIRCd kann nun auch
803     "Sub-Server" haben, also sowohl als Leaf-Node als auch Hub in einem
804     IRC-Netzwerk arbeiten.
805   - MODE und NICK melden nun die Aenderungen an andere Server, ebenso
806     die Befehle QUIT und SQUIT.
807   - WHOIS wird nun immer an den "Original-Server" weitergeleitet.
808   - Parses handhabt Leerzeichen zw. Parametern nun etwas "lockerer".
809   - Status-Codes an den Server selber werden ignorier.
810   - Log-Meldungen und Log-Level ueberarbeitet und korrigiert.
811   - Kommandozeilen-Parser: Debug- und No-Daemon-Modus, Hilfe.
812   - ngIRCd wandelt sich nun in einen Daemon (Hintergrundprozess) um.
813   - WHOIS korrigiert: Anfrage wurde u.U. an User geforwarded anstatt vom
814     Server beantwortet zu werden.
815   - neue Befehle: LUSERS, LINKS
816   - Client-Modes von Remote-Servern wurden nicht korrekt uerbernommen.
817
818 ngIRCd 0.0.2, 06.01.2002
819
820   - Struktur der Konfigurationsdatei geaendert: sie ist nun "Samba like",
821     d.h. sie besteht aus Abschnitten (siehe "doc/sample-ngircd.conf").
822   - Es koennen mehrere IRC-Server-Opertatoren konfiguriert werden.
823   - Zombies der Resolver-Prozesse werden nun ordentlich "getoetet".
824   - NICK kann nun die Gross- und Kleinschreibung eines Nicks aendern.
825   - ein Server-Passwort ist nun konfigurierbar.
826   - neue Befehle: ERROR, SERVER, NJOIN (nur als "Fake"), SQUIT.
827   - Asyncroner Resolver Hostname->IP implementiert.
828   - Server-Links teilweise implementiert: bisher kann der ngIRCd jedoch
829     nur "leafed server" sein, d.h. keine "Client-Server" haben. Einige
830     Befehle sind auch noch nicht (optimal) angepasst: PRIVMSG funktioniert
831     aber bereits, ebenso wie WHOIS (letzterer wird immer an den Server,
832     auf dem der User registriert ist, weitergegeben).
833   - "arpa/inet.h" wird nur noch includiert, wenn vorhanden.
834   - Fehler bei select() fuerhen nun zum Abbruch von ngIRCd, bisher landete
835     der Server zumeist in einer Endlosschleife.
836   - Logmeldungen und Level an vielen Stellen verbessert.
837   - lokalen Usernamen wird nun ein "~" vorangestellt, da bisher noch keine
838     Ident-Anfragen gemacht werden.
839
840 ngIRCd 0.0.1, 31.12.2001
841
842   - erste oeffentliche Version von ngIRCd als "public preview" :-)