IRCv3: Implement the channel joining functions in PurpleProtocolConversation

Review Request #2678 — Created Oct. 20, 2023 and submitted

Information

pidgin/pidgin
default

Reviewers

I tested this on libera and twitch and was able to join channels and send
messages on both.

As mentioned earlier tested on libera and twitch. I ran into some additional issues with twitch which these changes exposed but aren't caused by these changes.

Summary ID
IRCv3: Implement the channel joining functions in PurpleProtocolConversation
I tested this on libera and twitch and was able to join channels and send messages on both.
f3b8e2dae821861acee13057e102e033fdbb9dff
Description From Last Updated

Do we need to do any escaping of, e.g., colon, or check for spaces or the like? Or do we …

QuLogicQuLogic

Do we plan to wait for the server to acknowledge, or will e.g., join failures go in this conversation?

QuLogicQuLogic
QuLogic
  1. 
      
  2. Do we need to do any escaping of, e.g., colon, or check for spaces or the like? Or do we leave it for the server?

    1. We probably should validate but the server will validate for us right now.

  3. libpurple/protocols/ircv3/purpleircv3protocolconversation.c (Diff revision 1)
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     

    Do we plan to wait for the server to acknowledge, or will e.g., join failures go in this conversation?

    1. Yeah this is just a stop gap for the moment. Some servers will send a join message back with the source set to us, other's send a specific reply and so on. This just lets us get the core working and we can come back and fix those cases later.

  4. 
      
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...