IRCv3: rejoin channels after reconnect

Review Request #2829 — Created Nov. 17, 2023 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

We rejoin after registration to make sure that the user is identified and has
all their user modes set and whatever. We don't actually have a way to do this
right now, but plugins can tie into the signal for that.

Joined some channels on my local ergo, disconnected the account in the account manager, re-enabled it, and verified via another client that I rejoined those channels.

Changes between revision 1 and 2

orig
1
2
3

Commits

Summary ID Author
IRCv3: rejoin channels after reconnect
We rejoin after registration to make sure that the user is identified and has all their user modes set and whatever. We don't actually have a way to do this right now, but plugins can tie into the signal for that.
cb02b33a50acfc939ceba35fad6331e397e6e9d7 Gary Kramlich
IRCv3: rejoin channels after reconnect
We rejoin after registration to make sure that the user is identified and has all their user modes set and whatever. We don't actually have a way to do this right now, but plugins can tie into the signal for that.
1e716c21e8ca9c9559cd498a165378b6bdbe0915 Gary Kramlich
libpurple/protocols/ircv3/purpleircv3connection.c
libpurple/protocols/ircv3/purpleircv3constants.h
libpurple/protocols/ircv3/purpleircv3protocolconversation.c
libpurple/protocols/ircv3/tests/test_ircv3_parser.c
Loading...