freenode / ircd-seven

freenode's IRC server daemon
Other
200 stars 48 forks source link

`CAP CLEAR` and client->server `CAP ACK` are no longer valid #172

Open jesopo opened 5 years ago

jesopo commented 5 years ago

https://ircv3.net/specs/core/capability-negotiation#errata

Previous versions of this specification referred to a CAP CLEAR command, which has been removed because it is not useful. We do not recommend implementing or supporting CAP CLEAR. See issue #134 for more information, including rationale for this clarification.

Previous versions of this spec listed that CAP ACK could be sent from the client to server, for capabilities that required extra client acknowledgement. This was removed since cap modifiers have been deprecated and removed (except for -, which has been specified in other ways).

jesopo commented 5 years ago

CAP CLEAR has already been removed from charybdis https://github.com/charybdis-ircd/charybdis/commit/ceabbbbf3c1e27f853ae021f9d2ffe3b9e186165