Age | Commit message (Expand) | Author |
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ... | Sebastien Helleu |
2012-10-19 | doc: fix typo in example of hdata_get_string (plugin API reference) | Sebastien Helleu |
2012-10-18 | core: add option "-quit" for command /upgrade (save session and quit without ... | Sebastien Helleu |
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh... | Simon Arlott |
2012-10-05 | doc: add call to config_get in examples of functions config_<type>(_default) ... | Sebastien Helleu |
2012-09-04 | core: add signals for plugins loaded/unloaded | Sebastien Helleu |
2012-08-27 | api: allow update for some variables of hdata, add new functions hdata_update... | Sebastien Helleu |
2012-08-08 | core: fix connection to host in child process when socket is non-blocking (wi... | Sebastien Helleu |
2012-08-08 | scripts: add signals for scripts loaded/unloaded/installed/removed | Sebastien Helleu |
2012-08-04 | api: add new function util_version_number | Sebastien Helleu |
2012-08-02 | doc: fix C example of weechat_charset_set and weechat_iconv_to_internal (plug... | stfn |
2012-07-23 | doc: add missing argument "pos_option_name" in function "config_search_with_s... | 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-05 | doc: fix C example of weechat_hook_process_hashtable (plugin API reference) | stfn |
2012-06-14 | core: add callback "nickcmp" for nick comparison in buffers | Sebastien Helleu |
2012-06-09 | doc: add "case insensitive" for argument "message" of function hook_print (pl... | Sebastien Helleu |
2012-05-11 | doc: add note about property "short_name" of buffers (plugin API reference) | Sebastien Helleu |
2012-05-05 | doc: fix typo in python example of infolist_get (plugin API reference) | Sebastien Helleu |
2012-04-18 | doc: fix arguments sent to callback of hook_command in plugin API reference | Sebastien Helleu |
2012-04-17 | doc: fix return value of function "color" in plugin API reference | Sebastien Helleu |
2012-04-11 | doc: fix return value of function hook_modifier_exec in plugin API reference | Sebastien Helleu |
2012-04-04 | doc: add list of commonly used tags in plugin API reference (in function prin... | Sebastien Helleu |
2012-03-24 | doc: fix order of arguments for function nicklist_add_group in plugin API ref... | Sebastien Helleu |
2012-03-23 | core: add a connection timeout for child process in hook_connect (bug #35966) | Sebastien Helleu |
2012-03-12 | irc: add signals and tags in messages for irc notify (patch from Quentin Glid... | Sebastien Helleu |
2012-02-17 | doc: fix python example for config_new_option in plugin API reference | Sebastien Helleu |
2012-02-09 | irc: add signal "irc_server_opened" | Sebastien Helleu |
2012-02-09 | doc: fix typo in plugin API reference (example for weechat_string_toupper) | Sebastien Helleu |
2012-02-05 | irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing mess... | Sebastien Helleu |
2012-01-28 | doc: add the versions where signals were introduced, fix typos in signals (pl... | Sebastien Helleu |
2012-01-28 | core: add signal "window_switch" | Sebastien Helleu |
2012-01-26 | api: replace type "regex_t *" by "void *" in function string_regcomp (fix rub... | Sebastien Helleu |
2012-01-24 | api: add modifier "input_text_for_buffer" | Sebastien Helleu |
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ... | Sebastien Helleu |
2012-01-17 | doc: add return codes for URL transfer in hook_process (plugin API reference) | Sebastien Helleu |
2012-01-16 | core: add URL transfer (using libcurl), add function hook_process_hashtable i... | Sebastien Helleu |
2012-01-05 | doc: add hashtable sent to callback for irc redirection in plugin API reference | Sebastien Helleu |
2012-01-04 | doc: fix typos in plugin API reference (examples of irc redirection) | Sebastien Helleu |
2011-12-19 | doc: fix typo: hashlist => hashtable in plugin API reference | Sebastien Helleu |
2011-12-19 | core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ... | Sebastien Helleu |
2011-12-17 | core: add signal "buffer_line_added" | Sebastien Helleu |
2011-12-17 | api: add new function hdata_check_pointer | Sebastien Helleu |
2011-12-12 | doc: fix example of function hashtable_add_to_infolist in plugin API reference | Sebastien Helleu |
2011-12-06 | api: add new function nicklist_get_next_item | Sebastien Helleu |
2011-11-25 | core: add type char for hdata and function hdata_char in plugin/script API | Sebastien Helleu |
2011-11-21 | core: add "full_name" in buffer structure | Sebastien Helleu |
2011-11-12 | api: add new functions strcasecmp_range and strncasecmp_range | Sebastien Helleu |
2011-11-03 | core: fix typo: occured -> occurred | Sebastien Helleu |
2011-10-28 | doc: fix two properties of function window_get_integer in plugin API reference | Sebastien Helleu |