Age | Commit message (Collapse) | Author |
|
New features:
- add optional hdata name for variables in hdata
- add plugin API functions: hdata_get_var_hdata
- use hashtable to store hdata (created by WeeChat and plugins)
- free hdata and infolists created by plugin on plugin unload
- free all hdata on exit
- add "free" option to command /debug hdata
- remove hdata for hooks
|
|
|
|
|
|
|
|
|
|
|
|
(patch #7459)
|
|
|
|
|
|
|
|
wrong port or server with SSL problems (bug #27487)
|
|
Fix: some data was sometimes missing (not sent to callback).
Improvement: use a 64KB buffer for child output and send data to callback only
when buffer is full.
|
|
|
|
|
|
info_get_hashtable), add IRC info_hashtable "irc_parse_message"
Note: tcl >= 8.5 is now required (for tcl plugin).
|
|
|
|
the list
|
|
|
|
|
|
|
|
|
|
|
|
A '/' is always sent at beginning of command to callback, even if user used
another command char.
Now it is possible to catch a command, with or without arguments, with
hook_command_run("/command").
|
|
string_is_command_char and string_input_for_buffer in plugin and script API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IRC server (CertFP) (task #7492) (patch from kolter)
|
|
zepard)
|
|
|
|
closing, partial completion
|
|
|
|
|
|
default completion items
|
|
|
|
New (core) command /version displays version, and number of upgrades done with
first start date (if # /upgrade > 0).
The number of upgrades is displayed at startup (if > 0).
|
|
|
|
(rc/stdout/stderr) via callback
|
|
|
|
|
|
plugin API (task #9089)
|
|
|
|
|
|
|
|
|
|
|
|
server (task #6859)
|