Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | weechat: use new passphrase_command instead of env | Tharre | 2021-12-19 | 1 | -1/+1 |
| | |||||
* | weechat: freenode is dead, long live libera | Tharre | 2021-12-19 | 1 | -44/+44 |
| | |||||
* | weechat: update default config (version 3.3) | Tharre | 2021-12-19 | 23 | -25/+133 |
| | |||||
* | weechat: add new default settings (v2.4) | Tharre | 2019-05-10 | 3 | -0/+13 |
| | |||||
* | weechat: add crashfiles to .gitignore | Tharre | 2019-03-06 | 1 | -0/+1 |
| | |||||
* | weechat: add new default settings for version 2.2 | Tharre | 2018-08-11 | 2 | -0/+3 |
| | |||||
* | weechat: disable password salting | Tharre | 2018-07-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | weechat unfortunately changes the salt each time it writes to sec.conf, even if the password itself hasn't changed. From the documentation of sec.crypt.salt: description: use salt when generating key used in encryption (recommended for maximum security); when enabled, the content of crypted data in file sec.conf will be different on each write of the file; if you put the file sec.conf in a version control system, then you can turn off this option to have always same content in file Since we're using a long and random password anyway, that isn't being reused, this is safe to disable. | ||||
* | weechat: reconnect if lag > 30s | Tharre | 2018-07-16 | 1 | -3/+3 |
| | |||||
* | weechat: remove pointless RPL_CREATIONTIME message | Tharre | 2018-07-13 | 1 | -0/+1 |
| | | | | i.e.: Channel created on So, 15 Feb 2004 06:08:31 | ||||
* | weechat: add twitch network | Tharre | 2018-07-12 | 1 | -41/+82 |
| | |||||
* | weechat: use password from pass | Tharre | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | weechat: improve nickname colors | Tharre | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | Add initial weechat configuration | Tharre | 2018-06-14 | 23 | -0/+1482 |