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

Add support for modeless channels

Add support for modeless channels (+channels).

[fw@strlen.de:
 - integrate test cases
 - don't support +channels when compiled with --strict-rfc
 - do not set +o mode for channel creator
 - force +nt mode when channel is created ]
This commit is contained in:
Ali Shemiran
2008-05-01 15:19:31 +02:00
committed by Alexander Barton
parent 6cfc56064e
commit 530112b114
7 changed files with 79 additions and 8 deletions

View File

@@ -10,6 +10,11 @@
-- ChangeLog --
ngIRCd-dev
- Add support for modeless channels ("+channels").
(Bryan Caldwell, Ali Shemiran)
ngIRCd 0.12.0-pre2 (2008-04-29)
- IPv6: Add config options to disabe ipv4/ipv6 support.