freenode / ircd-seven

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

Message tag support #170

Open ilbelkyr opened 5 years ago

ilbelkyr commented 5 years ago

There are various IRCv3 extensions that would be useful but require message tags, which we currently don't support.

We'll still need to decide on various specifics before working on the implementation, but I'm opening this issue for now to keep track of this and to reference it as dependency from other issues.

donpdonp commented 5 years ago

According to the release notes for charybdis 4, released March 2016, IRCv3 message tags are already implemented. https://github.com/charybdis-ircd/charybdis/blob/master/NEWS.md

Is the freenode fork different enough that it needs to be reimplemented or can it be merged from whats upstream?