1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-08 13:45:57 +00:00

Fix sending of JOINs between servers.

This does hit only operators that join a channel with at least 2 servers active in the net
the server the oper connects to sends "channel^Go" to the other servers
the other server first searches for the channel and then strips the modes from the channel name
he has to do the other way round: first strip and then check the channel name.
This commit is contained in:
Rolf Eike Beer
2008-02-24 18:57:38 +00:00
committed by Florian Westphal
parent e710e8ae37
commit 44cdf1b1ca
2 changed files with 11 additions and 9 deletions

View File

@@ -12,6 +12,8 @@
ngIRCd HEAD
- Fix sending of JOINs between servers when remote server appended mode
flags. (Rolf Eike Beer)
- Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
- Implemented IRC commands INFO, SUMMON (dummy), and USERS (dummy) and
enhanced test suite to check these commands. (Dana Dahlstrom)
@@ -752,4 +754,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.341 2008/02/17 15:31:14 alex Exp $
$Id: ChangeLog,v 1.342 2008/02/24 18:57:38 fw Exp $