X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=ChangeLog;h=d39fbd5177d5f57db24c45f21bea9648a634cf96;hp=7cd3bb4f58abdef6f8925febfb5cd5caaa3279e4;hb=47ca178a219d682c589b27e64ee1a4e936cc7bdc;hpb=508b55126f8f342dcc1a7e083837b32bc7e7939c diff --git a/ChangeLog b/ChangeLog index 7cd3bb4f..d39fbd51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,11 +12,43 @@ ngIRCd HEAD - - fix compressed server links (broken since 0.10.0) + - New configuration option "MaxNickLength" to specify the allowed maximum + length of user nick names. Note: must be unique in an IRC network! + - Enhanced the IRC+ protocol to support an enhanced "server handshake" and + enable server to recognice numeric 005 (ISUPPORT) and 376 (ENDOFMOTD). + See doc/Protocol.txt for details. + - Re-added doc/SSL.txt to distribution -- got lost somewhere!? + - Fixes the wrong logging output when nested servers are introduced + to the network as well as the wrong output of the LINKS command. + - Fix code to compile using K&R C compiler and ansi2kr again. + - New config option NoDNS: Disables DNS lookups when clients connect. + - Fixed propagation of channel mode 'P' on server links. + - Numeric 317: implemented "signon time" (displayed in WHOIS result). + - Fixed code that prevented GCC 2.95 to compile ngIRCd. - Adjust path names in manual pages according to "./configure" settings. - - Predefined channel configuration now allows specification of channel key - (mode k) and maximum user count (mode l): variables "Key" and "MaxUsers". - - When using the epoll() IO interface, compile in the select() interface as + - Added new server configuration option "Passive" for "Server" blocks to + disable automatic outgoing connections (similar to -p option to ngircd, + but only for the specified server). (Tassilo Schweyer) + - Don't connect to a server if a connection to another server within the + same group is already in progress. + - Added support for the WALLOPS command. Usage is restricted to IRC + operators. + +ngIRCd 0.10.3 (2007-08-01) + + - SECURITY: Fixed a severe bug in handling JOIN commands, which could + cause the server to crash. Thanks to Sebastian Vesper, . + +ngIRCd 0.10.2 (2007-06-08) + + ngIRCd 0.10.2-pre2 (2007-05-19) + - Server links are allowed to use larger write buffers now (up to 50 KB). + + ngIRCd 0.10.2-pre1 (2007-05-05) + - Fix compressed server links (broken since 0.10.0). + - Predefined Channel configuration now allows specification of channel key + (mode k) and maximum user count (mode l). + - When using epoll() IO interface, compile in the select() interface as well and fall back to it when epoll() isn't available on runtime. - New configure option "--without-select" to disable select() IO API (even when using epoll(), see above). @@ -686,4 +718,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.315 2007/05/02 12:34:30 fw Exp $ +$Id: ChangeLog,v 1.329 2007/11/21 12:16:33 alex Exp $