Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
home in paths
|
|
|
|
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): "!*"
|
|
|
|
|
|
string_is_command_char and string_input_for_buffer in plugin and script API
|
|
loading any script
|
|
|
|
"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
|
|
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
|
|
|
|
IRC server (CertFP) (task #7492) (patch from kolter)
|
|
|
|
|
|
|
|
version any more (API comparison is enough)
|
|
|
|
|
|
|
|
|
|
crash when loading old/obsolete plugins)
|
|
items, buffers, filters, plugins, irc_server, alias, script list)
|
|
|
|
|
|
|
|
|
|
utf-8 chars, add function utf8_char_int to API
|
|
|
|
It is still possible to see messages by changing debug level for "core" or
plugins (perl, python, ruby, lua, tcl).
|
|
(rc/stdout/stderr) via callback
|
|
|
|
plugin API (task #9089)
|
|
plugins (useful when using valgrind)
|
|
|
|
|
|
|
|
|
|
server feature, improve IRC server options, new functions in API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more signals for setting debug)
|
|
|