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

Updated NEWS and ChangeLog file for ngIRCd 16-rc1

This commit is contained in:
Alexander Barton
2010-03-25 14:55:31 +01:00
parent cbe41ec875
commit aa32fec1b6
2 changed files with 31 additions and 0 deletions

5
NEWS
View File

@@ -12,6 +12,11 @@
ngIRCd Release 16
ngIRCd 16~rc1 (2010-03-25)
- Implement WEBIRC command used by some Web-IRC frontends. The password
required to secure this command must be configured using the new
"WebircPassword" variable in the ngircd.conf file.
- Remove limit on max number of configured irc operators.
- A new channel mode "secure connections only" (+z) has been implemented:
Only clients using a SSL encrypted connection to the server are allowed
to join such a channel.