mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-05 04:07:56 +00:00
Update NEWS and ChangeLog files for hashed cloaked hostnames
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
-- ChangeLog --
|
||||
|
||||
|
||||
ngIRCd
|
||||
|
||||
- Implemented hashed cloaked hostnames for both the "CloakHost" and
|
||||
"CloakHostModeX" configuration options: now the admin can use the new
|
||||
'%x' placeholder to insert a hashed version of the clients hostname,
|
||||
and the new configuration option "CloakHostSalt" defines the salt for
|
||||
the hash function. When "CloakHostSalt" is not set (the default), a
|
||||
random salt will be generated after each server restart.
|
||||
|
||||
ngIRCd Release 19.2 (2012-06-19)
|
||||
|
||||
- doc/Capabilities.txt: document "multi-prefix" capability
|
||||
|
9
NEWS
9
NEWS
@@ -9,6 +9,15 @@
|
||||
-- NEWS --
|
||||
|
||||
|
||||
ngIRCd
|
||||
|
||||
- Implemented hashed cloaked hostnames for both the "CloakHost" and
|
||||
"CloakHostModeX" configuration options: now the admin can use the new
|
||||
'%x' placeholder to insert a hashed version of the clients hostname,
|
||||
and the new configuration option "CloakHostSalt" defines the salt for
|
||||
the hash function. When "CloakHostSalt" is not set (the default), a
|
||||
random salt will be generated after each server restart.
|
||||
|
||||
ngIRCd Release 19.2 (2012-06-19)
|
||||
|
||||
ngIRCd 19.2~rc1 (2012-06-13)
|
||||
|
Reference in New Issue
Block a user