Add manual SASL password prompt

This commit is contained in:
2026-07-09 12:50:13 -06:00
parent b7f8327209
commit d755c39e4a
6 changed files with 234 additions and 47 deletions

View File

@@ -63,7 +63,8 @@ extern GSList *network_list;
#define FLAG_ALLOW_INVALID 32
#define FLAG_FAVORITE 64
#define FLAG_USE_KEYRING 128
#define FLAG_COUNT 8
#define FLAG_PROMPT_PASSWORD 256
#define FLAG_COUNT 9
/* Login methods. Use server password by default - if we had a NickServ password, it'd be set to 2 already by servlist_load() */
#define LOGIN_DEFAULT_REAL LOGIN_PASS /* this is to set the default login method for unknown servers */