1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-12 15:26:01 +00:00

add support for predefined-channel configuration of k and l modes

This commit is contained in:
Florian Westphal
2006-12-29 14:09:48 +00:00
parent 82aaffe55d
commit 1b852fce72
6 changed files with 47 additions and 8 deletions

View File

@@ -12,6 +12,8 @@
ngIRCd HEAD
- 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
@@ -682,4 +684,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.312 2006/12/26 16:00:45 alex Exp $
$Id: ChangeLog,v 1.313 2006/12/29 14:09:48 fw Exp $