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
/
scripts
/
guile
Age
Commit message (
Collapse
)
Author
2012-08-02
core: remove directory "src/plugins/scripts", move script plugins in ↵
Sebastien Helleu
"src/plugins"
2012-08-02
core: update description of plugins and translate them in output of /plugin
Sebastien Helleu
2012-07-29
scripts: fix function unhook_all, fix deletion of configuration files when ↵
Sebastien Helleu
script is unloaded (bug #36977)
2012-07-20
core: add support of arrays in hdata variables
Sebastien Helleu
2012-06-10
scripts: ignore call to "register" (with a warning) if script is already ↵
Sebastien Helleu
registered
2012-06-10
guile: fix crash when unloading a script without pointer to interpreter
Sebastien Helleu
2012-06-05
guile: fix path of guile include dirs in cmake build (patch #7790)
Sebastien Helleu
2012-05-16
guile: fix crash on ARM when loading guile plugin (bug #36479)
Sebastien Helleu
2012-05-01
scripts: fix type of argument "rc" in callback of hook_process (from string ↵
Sebastien Helleu
to integer)
2012-03-25
guile: add missing function "hook_process_hashtable" in API
Sebastien Helleu
2012-03-24
api: display warning in scripts when invalid pointers (malformed strings) ↵
Sebastien Helleu
are given to plugin API functions (warning displayed if debug for plugin is >= 1)
2012-03-24
api: use a struct for arguments of function script_init (callbacks)
Sebastien Helleu
2012-03-23
core: add a connection timeout for child process in hook_connect (bug #35966)
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-12-19
core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ↵
Sebastien Helleu
hashtable_map_string
2011-12-17
api: add new function hdata_check_pointer
Sebastien Helleu
2011-11-27
core: check pointer returned by function localtime
Sebastien Helleu
2011-11-25
core: add type char for hdata and function hdata_char in plugin/script API
Sebastien Helleu
2011-10-31
guile: discard script if load of file has failed with command /guile load
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-10-26
guile: new script plugin for scheme (task #7289)
Sebastien Helleu