summaryrefslogtreecommitdiffstats
path: root/.weechat
Commit message (Collapse)AuthorAgeFilesLines
* weechat: use new passphrase_command instead of envTharre2021-12-191-1/+1
|
* weechat: freenode is dead, long live liberaTharre2021-12-191-44/+44
|
* weechat: update default config (version 3.3)Tharre2021-12-1923-25/+133
|
* weechat: add new default settings (v2.4)Tharre2019-05-103-0/+13
|
* weechat: add crashfiles to .gitignoreTharre2019-03-061-0/+1
|
* weechat: add new default settings for version 2.2Tharre2018-08-112-0/+3
|
* weechat: disable password saltingTharre2018-07-161-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 > 30sTharre2018-07-161-3/+3
|
* weechat: remove pointless RPL_CREATIONTIME messageTharre2018-07-131-0/+1
| | | | i.e.: Channel created on So, 15 Feb 2004 06:08:31
* weechat: add twitch networkTharre2018-07-121-41/+82
|
* weechat: use password from passTharre2018-06-281-1/+1
|
* weechat: improve nickname colorsTharre2018-06-261-1/+1
|
* Add initial weechat configurationTharre2018-06-1423-0/+1482