Emit the irc-sending-text signal for all irc messages.

Review Request #1483 — Created May 27, 2022 and submitted

Information

pidgin/pidgin
release-2.x.y

Reviewers

This was accidentally broken with the priority message sending stuff when the
rate limiter was added.

Connected to libera and everything seemed to be fine. Waited for the antispam timer and verified that both part and quit messages which use irc_priority_send worked via the irc-more plugin.

Summary ID
Emit the irc-sending-text signal for all irc messages.
This was accidentally broken with the priority message sending stuff when the rate limiter was added.
4179ee6c32e2349d088a5b0d21b9fa4d7abe4385
Description From Last Updated

Needs a strlen(tosend) instead of len here too

belginbelgin

g_strndup, or otherwise, maybe can delete len argument?

QuLogicQuLogic
grim
belgin
  1. 
      
  2. libpurple/protocols/irc/irc.c (Diff revision 1)
     
     

    Needs a strlen(tosend) instead of len here too

  3. 
      
grim
QuLogic
  1. 
      
  2. libpurple/protocols/irc/irc.c (Diff revision 2)
     
     

    g_strndup, or otherwise, maybe can delete len argument?

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

Status: Closed (submitted)

Loading...