]> arthur.barton.de Git - ngircd-alex.git/commit
Send "fake '*' key" in "MODE -k" replies
authorAlexander Barton <alex@barton.de>
Wed, 8 Jan 2014 13:18:09 +0000 (14:18 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 8 Jan 2014 13:24:03 +0000 (14:24 +0100)
commit8ae2cdfce9f8ba75fe72d65603d4c05c87f6d9c2
tree2a3fcf37d2d6d4ab8d44f0e705e8cfe8a7123642
parent6685ae063f4e7dd75346cf50cff84c8c109e2d6b
Send "fake '*' key" in "MODE -k" replies

According to RFC 2812 3.2.3 "Channel mode message" and the examples
there, it looks like clients should use "MODE -k <key>" to unset channel
keys; and that's how other servers and services behave and do expect it.

(But please note that this is NOT the case for "MODE -l"!)

In the end, it doesn't make sense to specify a key when UNsetting it at
all, and different services behave diffrently when clients do not send
the currently set key to unset it - some ignore such calls, for example!

But this implementation is quite relaxed, it accepts any key when
unsetting channel mode "k" and even accepts no key at all. But the reply
will always include an "*" character for every "-k" parameter.
src/ngircd/irc-mode.c