kiwiirc / kiwibnc

Apache License 2.0
43 stars 14 forks source link

Change bouncer cap to a vendor cap #26

Open DanielOaks opened 5 years ago

DanielOaks commented 5 years ago

Right now we use the capability name bouncer, which isn't great because it's not yet a ratified IRCv3 cap. This makes the capability name kiwiirc.com/bouncer and also adds the unknown_subcommand response to the BOUNCER command to let clients detect when a feature is not supported (very useful for extending the command going into the future).

Here's my very slightly updated BOUNCER doc, the changes should probably be pulled on top of the original spec doc:

The change which fixes the BOUNCER cap name in particular may conflict slightly with the echo-message PR, but in the end this PR's changes should prevail there.