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
Age
Commit message (
Expand
)
Author
2014-03-17
script: set option script.scripts.cache_expire to 1440 by default
Sebastien Helleu
2014-03-16
core: fix some compilation problems on SmartOS
Sebastien Helleu
2014-03-07
script: fix scroll on script buffer in the detailed view of script (closes #6)
Sebastien Helleu
2014-02-22
script: remove dead assignments in functions script_action_{unload|reload}
Sebastien Helleu
2014-02-21
script: return WEECHAT_RC_ERROR in command /script if arguments are wrong/mis...
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-29
core: fix typos in translations and docs
Sebastien Helleu
2014-01-18
core: reformat hook_command arguments
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-23
core: replace darkgray color as default value of options
Sebastien Helleu
2013-11-09
script: load plugin even if options can not be read in script.conf (with warn...
Sebastien Helleu
2013-10-05
core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in...
Sebastien Helleu
2013-08-04
api: add argument "options" in function string_eval_expression, add option "-...
Sebastien Helleu
2013-08-01
script: fix uninitialized pointer in detailed view of a script
Sebastien Helleu
2013-07-28
script: add info about things defined by script in the detailed view of scrip...
Sebastien Helleu
2013-07-20
core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.am
Sebastien Helleu
2013-07-11
core: sort config options by name in sources
Sebastien Helleu
2013-05-03
script: add key alt+A in /help script (thanks ArZa)
Sebastien Helleu
2013-04-27
script: do not search by license and author in /script search (thanks to Nils...
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-03-10
script: fix typo in /help script.scripts.autoload
Sebastien Helleu
2013-02-25
script: add control of autoload (enable/disable/toggle) (task #12393)
Sebastien Helleu
2013-02-12
script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is mandatory)
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-25
script: add missing close of file in case of error when computing MD5 checksu...
Sebastien Helleu
2012-12-21
script: do not open script buffer when unknown arguments are given to command...
Sebastien Helleu
2012-12-19
script: fix scroll with mouse when window with script buffer is not the curre...
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-10-03
script: fix compilation on OS X
Sebastien Helleu
2012-09-18
script: consider that empty file "plugins.xml.gz" is not up-to-date
Sebastien Helleu
2012-09-18
script: do not define _XOPEN_SOURCE on OpenBSD (bugs with gcrypt) (bug #37373)
Sebastien Helleu
2012-09-17
core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of "...
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: remove spaces before/after tags displayed on detail of script
Sebastien Helleu
2012-08-28
script: add option "script.look.display_source" (display source code with det...
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-08-23
script: fix color used for script description on script buffer
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-18
script: add key alt+L to reload script, allow input on script buffer for acti...
Sebastien Helleu
2012-08-18
script: add option "search" for command /script (completion with script tags)
Sebastien Helleu
2012-08-17
script: add option "reload" for command /script, fix completion of /script, a...
Sebastien Helleu
2012-08-16
script: add option script.look.translate_description
Sebastien Helleu
[next]