Make all irc login time commands skip the rate limiter.

Review Request #1391 — Created April 26, 2022 and submitted — Latest diff uploaded

Information

pidgin/pidgin
release-2.x.y

Reviewers

Most networks don't rate limit during the login process but will time you out
if you take too long. Running through the SASL mechansism on Freenode with the
rate limiter was causing us to time out. The ideal solution is to handle the
908 reply and use those mechanisms directly, but I ran into some issues and
this is useful on its own.

Connected to Freenode and verified we didn't time out during SASL login.

Commits

Files

    Loading...