IRCv3: Implement join and part message handlers

Review Request #3235 — Created June 7, 2024 and submitted

Information

pidgin/pidgin
default

Reviewers

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
IRCv3: Implement join and part message handlers
This only handle the RFC versions, we'll do extended-join later.
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).

ivanhoeivanhoe
ivanhoe
  1. 
      
  2. Show all issues

    Shouldn't this check if either nick or contact is actually non-NULL?
    Same issue in purple_ircv3_message_handler_part (line 142).

  3. 
      
grim
ivanhoe
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed