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
/
script
/
script-action.c
Age
Commit message (
Expand
)
Author
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-10-15
script: allow command /script list when option script.scripts.download_enable...
Sébastien Helleu
2020-09-06
script: add option script.scripts.download_enabled (closes #1548)
Sébastien Helleu
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-02-16
script: fix unexpected display of scripts list in buffer with command /script...
Sébastien Helleu
2020-02-16
script: remove dead assignment of variable length in function script_action_l...
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-09-19
script: add options "-ol" and "-il" in command /script, display "No scripts l...
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
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-01-05
core: update copyright dates
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-05-10
script: remove dead assignment in function script_action_install_process_cb
Sébastien Helleu
2017-01-01
core: update copyright dates
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-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-08-24
script: add option script.scripts.download_timeout
Sébastien Helleu
2015-03-18
script: fix state of script plugins when list of scripts has not been downloaded
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-15
script: add option script.scripts.url_force_https (closes #253)
Sébastien Helleu
2014-07-14
script: fix display of curl errors
Sébastien Helleu
2014-02-22
script: remove dead assignments in functions script_action_{unload|reload}
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-03-17
script: create "script" directory on each action (just in case it has been re...
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-02-25
script: add control of autoload (enable/disable/toggle) (task #12393)
Sebastien Helleu
2013-01-26
core: use size of 32 for hashtables (instead of 4, 8 or 16)
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-09-04
script: display error when installing/removing/loading script if plugin for l...
Sebastien Helleu
2012-08-30
script: add diff between current script and version in repository
Sebastien Helleu
2012-08-28
script: add option "script.look.display_source" (display source code with det...
Sebastien Helleu
2012-08-21
script: add missing extensions in output of /script -o|-i
Sebastien Helleu
2012-08-21
script: add options -o and -i for /script list
Sebastien Helleu
2012-08-21
script: add option script.look.quiet_actions (no messages when installing/rem...
Sebastien Helleu
2012-08-20
script: add focus info for mouse on script buffer, add two default mouse bind...
Sebastien Helleu
2012-08-17
script: add option "reload" for command /script, fix completion of /script, a...
Sebastien Helleu
2012-08-15
script: add status "a" (autoloaded) for scripts
Sebastien Helleu
2012-08-14
core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...
Sebastien Helleu