Change Summary:
updated testing results
Testing Done: |
|
---|
Review Request #1483 — Created May 27, 2022 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
release-2.x.y | |
PIDGIN-17626 | |
Reviewers | |
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 theirc-more
plugin.
updated testing results
Testing Done: |
|
---|
add a missing strlen
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+40 -38) |
libpurple/protocols/irc/irc.c (Diff revision 2) |
---|
g_strndup
, or otherwise, maybe can deletelen
argument?
use
g_strndup
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+40 -38) |