IRCv3: Update the status window title when the user's nick changes

Review Request #3814 — Created Feb. 4, 2025 and updated

Information

pidgin/pidgin
default

Reviewers

IRCv3: Update the status window title when the user's nick changes

Changed my nick on a local ergo server using quote and verified the title of the status window updated correctly. Also built and ran the flatpak without issue.

Summary ID
IRCv3: Update the status window title when the user's nick changes
5271fa375b4b45264624e3e262886e91a67ee04b
Description From Last Updated

Is there a missing call to this helper? It seems to be only used in the single callback, and could …

QuLogicQuLogic
QuLogic
  1. 
      
  2. protocols/ircv3/purpleircv3connection.c (Diff revision 1)
     
     
    Show all issues

    Is there a missing call to this helper? It seems to be only used in the single callback, and could be inlined there otherwise.

    1. I was thinking I was going to need to call it at startup and forgot to, but I just tested it on libera that has a big delay at startup as it looks up your host and it was just the status <nick> at <servername> fallback which is good.

  3. 
      
grim
Review request changed
Change Summary:

Don't use a helper function as it's not necessary.

Commits:
Summary ID
IRCv3: Update the status window title when the user's nick changes
0cecff9dc326daa9d2da79903f9f8cbc193952c8
IRCv3: Update the status window title when the user's nick changes
5271fa375b4b45264624e3e262886e91a67ee04b
QuLogic
  1. Ship It!
  2.