index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
plugin-script.c
Age
Commit message (
Expand
)
Author
2021-07-03
script: fix move of installed script on another filesystem (closes #1667)
Sébastien Helleu
2021-05-11
core: split WeeChat home in 4 directories, use XDG directories by default (is...
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-05-08
core: rename functions hook_completion_{get_string|list_add} to completion_{g...
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-04-13
scripts: fix memory leak in hook_info callback
Sébastien Helleu
2018-04-10
scripts: do not allocate memory when converting pointers to strings
Sébastien Helleu
2018-01-15
scripts: add configuration file for each script plugin
Sébastien Helleu
2018-01-06
core: update translations (issue #128)
Sébastien Helleu
2018-01-06
scripts: add "eval" option in script commands and info "xxx_eval" (issue #128)
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-12-23
scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins (iss...
Sébastien Helleu
2017-12-23
scripts: add option "version" in script commands (closes #1075)
Sébastien Helleu
2017-07-22
script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in e...
Sébastien Helleu
2017-07-04
api: add argument "recurse_subdirs" in function exec_on_files()
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-12-31
script: fix auto-load of new scripts with /script install
Sébastien Helleu
2016-12-01
script: reload a script after upgrade only if it was loaded, set autoload onl...
Sébastien Helleu
2016-03-24
api: rename function unhook_all_plugin to unhook_all
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-03-12
scripts: fix typo in comment
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-08-09
core: fix memory leak when removing script files
Sébastien Helleu
2014-05-24
api: add argument "flags" in function hdata_new_list
Sébastien Helleu
2014-04-12
api: allow wildcard "*" inside the mask in function string_match
Sébastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-18
core: reformat hook_command arguments
Sebastien Helleu
2014-01-09
core: optimize xxx_valid() functions: return immediately if pointer is NULL
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-11-17
scripts: display lib version on signal "debug_libs"
Sebastien Helleu
2013-07-28
script: add info about things defined by script in the detailed view of scrip...
Sebastien Helleu
2013-05-18
api: do not display a warning by default when loading a script with a license...
Sebastien Helleu
2013-03-17
scripts: create directories (language and language/autoload) on each action (...
Sebastien Helleu
2013-02-25
script: add control of autoload (enable/disable/toggle) (task #12393)
Sebastien Helleu
2013-01-22
scripts: do now allow empty script name in function "register"
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-12-08
api: allow creation of structure with hdata_update (allowed for hdata "history")
Sebastien Helleu
2012-11-02
core: add command /eval, use expression in conditions for bars, add function ...
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-08-21
script: add option script.look.quiet_actions (no messages when installing/rem...
Sebastien Helleu
[next]