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-repo.c
Age
Commit message (
Expand
)
Author
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-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-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-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-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-08-18
script: add option "search" for command /script (completion with script tags)
Sebastien Helleu
2012-08-16
script: add option script.look.translate_description
Sebastien Helleu
2012-08-15
script: add status "a" (autoloaded) for scripts
Sebastien Helleu
2012-08-15
script: fix compilation with -O2 (replace define of _GNU_SOURCE by _XOPEN_SOU...
Sebastien Helleu
2012-08-14
core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...
Sebastien Helleu