From: Janne Mareike Koschinski Date: Tue, 23 Feb 2021 20:25:03 +0000 (+0100) Subject: ircv3: Add support for weird tag names, per the spec X-Git-Tag: 0.14-rc2~26 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=inline;h=c33c05dbcb7c0c9a51dc3d9d85334e2482d5e18e;hp=c33c05dbcb7c0c9a51dc3d9d85334e2482d5e18e;p=quassel.git ircv3: Add support for weird tag names, per the spec IRCv3 currently does not specify (or recommend specifying) any tag names which would contain multiple slashes, but IRCv3 does recommend clients should gracefully handle any possible tag, ideally treating it as opaque string. We’d like to avoid that, but also want to ensure even after a roundtrip through our core, tags we don’t support are still in identical condition. ---