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

Updated NEWS and ChangeLog files

This commit is contained in:
Alexander Barton
2009-10-03 16:45:09 +02:00
parent 55c04e691d
commit 37e950a40c
2 changed files with 20 additions and 2 deletions

9
NEWS
View File

@@ -10,8 +10,15 @@
-- NEWS --
ngIRCd Release 14.2
ngIRCd Release 15
- Do not add default listening port (6667) if SSL ports were specified, so
ngIRCd can be configured to only accept SSL-encrypted connections now.
- Enable IRC operators to use the IRC command SQUIT (insted of the already
implemented but non-standard DISCONNECT command).
- New configuration option "AllowRemoteOper" (disabled by default) that
enables remote IRC operators to use the IRC commands SQUIT and CONNECT
on the local server.
- Enforce upper limit on maximum number of handled commands. This implements
a throttling scheme: an IRC client can send up to 3 commands or 256 bytes
per second before a one second pause is enforced.