mirror of
https://github.com/irssi/irssi.git
synced 2026-08-24 02:52:20 +02:00
Merge 7c37b2a4d6 into 1405a87b56
This commit is contained in:
commit
fe04602e02
14 changed files with 286 additions and 96 deletions
|
|
@ -34,8 +34,8 @@
|
|||
-cmdmax: Specifies the maximum number of commands to perform before
|
||||
starting the internal flood protection.
|
||||
-sasl_mechanism Specifies the mechanism to use for the SASL authentication.
|
||||
At the moment irssi only supports the 'plain' and the
|
||||
'external' mechanisms.
|
||||
Irssi supports the 'plain' and 'external' mechanisms by
|
||||
default and other mechanisms through scripts.
|
||||
-sasl_username Specifies the username to use during the SASL authentication.
|
||||
-sasl_password Specifies the password to use during the SASL authentication.
|
||||
|
||||
|
|
|
|||
|
|
@ -137,6 +137,9 @@ irc-cap.c
|
|||
"server cap end", SERVER_REC
|
||||
|
||||
sasl.c
|
||||
"server sasl init "<mechanism>, SERVER_REC
|
||||
"server sasl step "<mechanism>, SERVER_REC, GBytes *
|
||||
"server sasl abort "<mechanism>, SERVER_REC
|
||||
"server sasl failure", SERVER_REC, char *reason
|
||||
"server sasl success", SERVER_REC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue