Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hdata_update and hdata_set
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is still possible to see messages by changing debug level for "core" or
plugins (perl, python, ruby, lua, tcl).
|
|
|
|
Command will be improved in near future and other plugins like xfer
will be modified to manage upgrade process.
|
|
|
|
type (patch from Leonid Evdokimov)
|
|
|
|
replaced "void *" pointers by structures
|
|
|
|
|
|
in buffer (faster and using less memory)
|
|
|