summaryrefslogtreecommitdiff
path: root/src/plugins/guile/weechat-guile-api.c
AgeCommit message (Collapse)Author
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-04-20guile: fix crash in function hdata_moveSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-01-12guile: fix bad conversion of shared strings (replace calls to ↵Sebastien Helleu
scm_i_string_chars by scm_to_locale_string) (bug #38067)
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ↵Sebastien Helleu
"string_eval_expression" in plugin API
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵Simon Arlott
shuffle list of hosts for a same address (task #11205)
2012-08-27api: allow update for some variables of hdata, add new functions ↵Sebastien Helleu
hdata_update and hdata_set
2012-08-03core: rename type t_script_callback to t_plugin_script_cbSebastien Helleu
2012-08-02core: remove directory "src/plugins/scripts", move script plugins in ↵Sebastien Helleu
"src/plugins"