1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-09 22:06:02 +00:00

ngIRCd release 19.2~rc1

This commit is contained in:
Alexander Barton
2012-06-13 11:40:24 +02:00
parent bf5610a3b9
commit d7eb343ea0
4 changed files with 19 additions and 3 deletions

View File

@@ -9,8 +9,13 @@
-- ChangeLog --
ngIRCd-dev
ngIRCd Release 19.2
ngIRCd 19.2~rc1 (2012-06-13)
- New configuration option "CloakHostModeX" to configure the hostname
that gets used for IRC clients which have user mode "+x" enabled.
Up to now, the name of the IRC server itself has been used for this,
which still is the default when "CloakHostModeX" isn't set.
- Correctly handle asynchronously re-established server links: a race
condition could let the daemon loose track of an already re-established
incoming server link while preparing its own outgoing connection.