Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sec.crypt.passphrase_command (closes #141)
The command is used to read the passphrase on startup, for example using your
favorite password manager.
Note: only the passphrase is read from the program, the secured data is still
stored encrypted in sec.conf and handled by WeeChat itself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"localvar" to "listvar"
The option "localvar" (introduced long time ago, in WeeChat 0.3.0) is still
recognized by WeeChat, to stay compatible with any extension/script calling
it (or referencing it in the documentation).
It is deprecated and will be removed in a future release.
|
|
|
|
|
|
|
|
|
|
|
|
hotlist_prefix defaults to "H: ", so the example should show the same to
make it easier to understand what it is.
|
|
|
|
|
|
|
|
|
|
|
|
(user's guide) (issue #1529)
|
|
|
|
JavaScript plugin (issue #360)
|
|
|
|
|
|
The bar item "buffer_nicklist_count" is now the number of displayed nicks
only (not groups).
New bar items:
- "buffer_nicklist_count_groups": number of groups displayed
- "buffer_nicklist_count_all": number of nicks and groups displayed
|
|
|
|
|
|
|
|
directory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1472)
|
|
|
|
SHA512 hash
This removes dependency on libgcrypt in script plugin.
|