Project

General

Profile

Login method » History » Version 10

Per Amundsen, 02/14/2019 07:16 AM

1 1 Per Amundsen
h1. Login methods
2
3
List of the different login methods used by the server list and [[/server]].
4
5 10 Per Amundsen
pass - None/Pass
6
sasl - SASL (username + password)
7
external - SASL EXTERNAL ([[Server_Options#Client-Certificate-File|certificate]])
8
msg - NickServ (/MSG NickServ + password)
9
nickserv - NickServ (/NickServ + password) 
10
auth - Challenge Auth (username + password) (HMAC-SHA-256 if available, otherwise HMAC-SHA-1)
11
scram - SASL SCRAM (username + password) (SCRAM-SHA-256 if available, otherwise SCRAM-SHA-1)