]> arthur.barton.de Git - ngircd-alex.git/commit
Don't cloak already cloaked hostname when using METADATA
authorAlexander Barton <alex@barton.de>
Mon, 5 Nov 2012 22:46:26 +0000 (23:46 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 5 Nov 2012 22:46:26 +0000 (23:46 +0100)
commit44b7ff02fd34731c6ed0d552dbde5c9981d53127
tree6f55f55dcd678628fa81dcbf3b6f45c9c888ff73
parent35ed57e6c160dc13c2bbca2ca042406285d4ced3
Don't cloak already cloaked hostname when using METADATA

A client for which a METADATA command has been received from one of
its peers got the client flag "M" set. So it's safe to assume that
such a client gets "METADATA host" commands for its cloaked hostname
and the server must not cloak the hostname on its own, even when the
client mode "+x" is set.
src/ngircd/client.c