IRCv3: Implement join and part message handlers
Review Request #3235 — Created June 7, 2024 and submitted
This only handle the RFC versions, we'll do extended-join later.
The TODO's are not meant to be done in this RR because they require additional code in IRCv3Connection, and once that's done we'll grab these then.
Connected to my local ergo and had another client join and part a few times while I verified that the member list was updated correctly.
Summary | ID |
---|---|
28a3d2a6f51fcc8f7d3633c62939603aa56c40d4 |
Description | From | Last Updated |
---|---|---|
Shouldn't this check if either nick or contact is actually non-NULL? Same issue in purple_ircv3_message_handler_part (line 142). |
ivanhoe |