Age | Commit message (Collapse) | Author |
|
underscore) (task #9483)
|
|
irc.network.autoreconnect_delay_max (task #10338)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as joker and "!" to prevent a plugin from being autoloaded (task #6361)
Some examples for option weechat.plugin.autoload:
- load all plugins (default): "*"
- load only alias, charset, irc and logger: "alias,charset,irc,logger"
- load all plugins but not lua and tcl: "*,!lua,!tcl"
- load all plugins but not perl and python: "*,!p*" (not recommended because new future plugins may begin with "p")
- do not load any plugin (weechat core alone is not really useful eheh): "!*"
|
|
use separate option "-re" to allow a regex
|
|
issued on channel (task #10295)
|
|
|
|
nick name (patch #7133)
|
|
examples in /help key
Note: old option "reset" for /key has been renamed to "resetall".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string_is_command_char and string_input_for_buffer in plugin and script API
|
|
loading any script
|
|
|
|
server and reception of message 001)
|
|
|
|
"string_encode_base64" in plugin API, fix bug with base64 encoding
New options for IRC servers:
- sasl_mechanism (only "plain" for now)
- sasl_username
- sasl_password
|
|
|
|
version as number
|
|
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
|
|
|
|
|
|
|
|
|
|
|
|
channel modes (bug #23961)
|
|
(task #9430)
|
|
|
|
|
|
plugin (bug #28658)
|
|
replies), high priority is given to user messages or commands
|