qulogic/pidgin

b789ce8f43e2
Parents 3ea8d5befbe4
Children 20a6cf622004
IRCv3: Mask the server password in account options

Testing Done:
Edited an ircv3 account that had a server password and verified it was using AdwPasswordEntryRow

Reviewed at https://reviews.imfreedom.org/r/2770/
--- a/libpurple/protocols/ircv3/purpleircv3protocol.c Thu Nov 02 21:24:43 2023 -0500
+++ b/libpurple/protocols/ircv3/purpleircv3protocol.c Thu Nov 02 22:44:16 2023 -0500
@@ -55,6 +55,7 @@
option = purple_account_option_string_new(_("Server password"),
"server-password", "");
+ purple_account_option_string_set_masked(option, TRUE);
options = g_list_append(options, option);
option = purple_account_option_string_new(_("Ident name"), "ident", "");