communi / libcommuni

A cross-platform IRC framework for Qt
https://communi.github.io
BSD 3-Clause "New" or "Revised" License
84 stars 37 forks source link

Compose `IrcNamesMessage` per channel #119

Open Nerixyz opened 9 months ago

Nerixyz commented 9 months ago

When using the NAMES command, many RPL_NAMREPLY messages can be sent at once for multiple channels. This would break the composer, which would only generate one message with all names in the last channel.

This PR fixes the bug by grouping per channel.