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
Age
Commit message (
Expand
)
Author
2012-08-02
core: remove directory "src/plugins/scripts", move script plugins in "src/plu...
Sebastien Helleu
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 sc...
Sebastien Helleu
2012-07-20
core: add support of arrays in hdata variables
Sebastien Helleu
2012-07-09
core: add function "hook_set" in plugin API, add "subplugin" in hooks (set by...
Peter Boström
2012-07-03
lua: remove call to deprecated function luaL_openlib (compatibility with Lua ...
Arvydas Sidorenko
2012-07-03
lua: replace lua_open by luaL_newstate (compatibility with Lua 5.2)
Arvydas Sidorenko
2012-07-03
lua: rename luaL_reg to luaL_Reg (compatibility with Lua 5.2)
Arvydas Sidorenko
2012-06-10
scripts: ignore call to "register" (with a warning) if script is already regi...
Sebastien Helleu
2012-06-10
lua: fix crash when unloading a script without pointer to interpreter
Sebastien Helleu
2012-06-10
guile: fix crash when unloading a script without pointer to interpreter
Sebastien Helleu
2012-06-10
python: 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 t...
Sebastien Helleu
2012-04-13
python: update path returned by weechat.info_get('python2_bin', '') if path d...
Sebastien Helleu
2012-04-07
perl: fix compilation on OS X (bug #30701)
Sebastien Helleu
2012-04-03
perl: fix crash on quit on OS X
Sebastien Helleu
2012-03-25
guile: add missing function "hook_process_hashtable" in API
Sebastien Helleu
2012-03-24
tcl: add missing function "hdata_char" in API
Sebastien Helleu
2012-03-24
tcl: fix pointer sent to function hook_signal_send when type of data is a poi...
Sebastien Helleu
2012-03-24
api: display warning in scripts when invalid pointers (malformed strings) are...
Sebastien Helleu
2012-03-24
api: fix typo in a comment
Sebastien Helleu
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-02-20
perl: increment count of hash returned by API (fix crash when script tries to...
Sebastien Helleu
2012-01-16
core: add URL transfer (using libcurl), add function hook_process_hashtable i...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2012-01-03
python: support of Python 3.x (task #11704)
Sebastien Helleu
2011-12-19
core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ...
Sebastien Helleu
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-11-03
core: fix typo: occured -> occurred
Sebastien Helleu
2011-10-31
guile: discard script if load of file has failed with command /guile load
Sebastien Helleu
2011-10-31
python: fix typo in comment
Sebastien Helleu
2011-10-31
lua: fix typo in comment
Sebastien Helleu
2011-10-26
ruby: hide warnings caused by reloading the ruby plugin
Dominik Honnef
2011-10-26
ruby: fix crash when reloading ruby plugin (bug #34474)
Dominik Honnef
2011-10-26
ruby: remove useless call to Gem.latest_load_paths
Dominik Honnef
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-10-26
guile: new script plugin for scheme (task #7289)
Sebastien Helleu
2011-10-26
script plugins: use new macros to reduce code length
Sebastien Helleu
2011-09-22
core: remove compilation warnings about unused return values of functions
Sebastien Helleu
2011-08-28
core: fix bugs with calls to realloc
Sebastien Helleu
2011-08-26
core: use dynamic buffer size for calls to vsnprintf
Sebastien Helleu
2011-08-20
core: add functions "key_bind" and "key_unbind" in plugin API
Sebastien Helleu
2011-08-18
perl: replace calls to SvPV by SvPV_nolen (patch #7436)
Sebastien Helleu
2011-08-17
scripts: fix crash with scripts not auto-loaded having a buffer opened after ...
Sebastien Helleu
2011-07-26
core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...
Sebastien Helleu
[next]