mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Allow the user to set and modify the SASL parameters
The /NETWORK ADD command now is able to modify the SASL mechanism, the username and the password on a chatnet basis.
This commit is contained in:
parent
f247a43b97
commit
1a2c479bc0
4 changed files with 34 additions and 10 deletions
|
|
@ -32,6 +32,12 @@
|
|||
additional commands to the server.
|
||||
-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.
|
||||
-sasl_username Specifies the username to use during the SASL authentication.
|
||||
-sasl_password Specifies the password to use during the SASL authentication.
|
||||
|
||||
|
||||
The name of the network to add, edit or remove; if no parameter is given,
|
||||
the list of networks will be displayed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue