blog: WeeChat SASL simply: various fixes

* unset network-specific SASL mechanism so the global PLAIN is used
* /save after SASL settings
* Note that SSL does nothing until reconnect
This commit is contained in:
Aminda Suomalainen 2015-06-09 15:22:51 +03:00
parent 7380399b15
commit 8a0bf993b3
1 changed files with 5 additions and 0 deletions

View File

@ -32,8 +32,10 @@ SSL like you should.
Then simply set your username and password
```
/unset irc.server.NETWORK.sasl_mechanism
/set irc.server.NETWORK.sasl_username REGISTERED_NICKNAME
/set irc.server.NETWORK.sasl_password PASSWORD
/save
```
*Replace NETWORK with the name of network that you have in WeeChat, for
@ -49,8 +51,11 @@ Change your address to use SSL port and enable SSL for the network:
```
/set irc.server.freenode.addresses chat.freenode.net/6697
/set irc.server.freenode.ssl on
/save
```
*Note: SSL does nothing until you `/reconnect`*
*6697 is the [standard SSL port](https://tools.ietf.org/html/rfc7194).*
Freenode has valid SSL certificate, but if it didn't, you would have two