This adds support for sending NOTICEs to a channel.

[also see Bug #70 in ngircd bugzilla].

Based on a patch by Fabian Schlager <fabian.schlager@gmail.com>.
This commit is contained in:
Florian Westphal
2008-02-26 23:49:33 +01:00
parent 4add9c29ed
commit 59b19ea6a3
4 changed files with 70 additions and 30 deletions
+5 -2
View File
@@ -12,8 +12,11 @@
ngIRCd HEAD
ngIRCd 0.11.0-pre2 (2008-01-07)
- allow NOTICEs to be sent to a channel. (Fabian Schlager)
ngIRCd 0.11.0 (2008-01-15)
ngIRCd 0.11.0-pre2 (2008-01-07)
- SECURITY: IRC_PART could reference invalid memory, causing
ngircd to crash [from HEAD].
@@ -735,4 +738,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.334 2008/01/07 23:08:14 alex Exp $
$Id: ChangeLog,v 1.335 2008/01/15 22:28:15 fw Exp $