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

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

grim
pidgin/pidgin
release-2.x.y
PIDGIN-17626
pidgin
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
Emit the irc-sending-text signal for all irc messages.
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...